You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,9 @@
2
2
3
3
## New features
4
4
5
-
- Added Option for checking for available updates for app charts (#640)
6
-
- Added option for waiting for pending helm releases (#646)
7
-
- Added `arm64` builds (#642) (#647)
5
+
- Recursively expand environment variables (#657)
8
6
9
7
## Fixes and improvements
10
8
11
-
- Updated dependencies (#641)
12
-
- Avoid the extra chart download step for OCI charts (#643)
13
-
- Code refactoring (#644)
14
-
- Enabled automatic dependency updates through dependabot
15
-
16
-
## Breaking changes ⚠
17
-
18
-
- env files loading is now more intuitive (#649)
19
-
- Before the default .env file would only be loaded if no env files were explicitly passed through the -e flag, now it will always be loaded first if present
20
-
- Before loading env files would not overwrite any env variable that had already been set before, now it does so when loading multiple files if a variable is set more than once the value from the last file to be loaded will take precedence.
21
-
- Before the first file would take precedence, now, the last one will.
22
-
9
+
- Updated dependencies to their latest versions (#653; #654; #655; #658)
0 commit comments