-
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
Sami Alajrami
committed
May 15, 2020
1 parent
9bf332d
commit 9866a42
Showing
4 changed files
with
11 additions
and
13 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.3.0 | ||
v3.4.1 |
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,16 +1,14 @@ | ||
# v3.4.0 | ||
# v3.4.1 | ||
|
||
If you migrating from Helmsman v1.x, it is recommended you read the [migration guide](https://github.com/Praqma/helmsman/blob/master/docs/how_to/misc/migrate_to_3.md) before using this release. | ||
|
||
> Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes. | ||
# Fixes and improvements: | ||
- Respect dry-run flag with kubectl commands; PR #462 | ||
- Add gnupg to Docker image; PR #449 | ||
- Allow absolute paths for values/secrets/etc files; PR #459 | ||
- Fix inconsistent helm args between install and upgrade; PR #458 | ||
- Validate env vars used in DSF (and other) files are set in th environment before expanding them. PR #463 | ||
- Pass chart version to helm show commands to avoid errors with develop chart versions. PR #464 | ||
- Report the right error messages when releases are in pending state. PR #465 | ||
- Randomize Helmsman's temporary file names to avoid errors when using the same file basename multiple times. PR #470 | ||
|
||
# New features: | ||
- Add lifecycle hooks into Helmsman; PR #421 | ||
- Support for using --history-max helm upgrade flag; PR #460 | ||
- Support the Helm --set-file flag; PR #444 | ||
None. |