-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v3.8.1 | ||
v3.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# v3.8.1 | ||
# v3.9.0 | ||
|
||
## New features | ||
|
||
- Added Option for checking for available updates for app charts (#640) | ||
- Added option for waiting for pending helm releases (#646) | ||
- Added `arm64` builds (#642) (#647) | ||
|
||
## Fixes and improvements | ||
|
||
- fix: kubectl diff may return 1 on success (#637) | ||
- refactor: add missing error checks (#637) | ||
- Updated dependencies (#641) | ||
- Avoid the extra chart download step for OCI charts (#643) | ||
- Code refactoring (#644) | ||
- Enabled automatic dependency updates through dependabot | ||
|
||
## Breaking changes ⚠ | ||
|
||
- env files loading is now more intuitive (#649) | ||
- 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 | ||
- 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. | ||
- Before the first file would take precedence, now, the last one will. | ||
|