-
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
Luis Davim
committed
Oct 6, 2020
1 parent
12dd3e9
commit 858779a
Showing
3 changed files
with
12 additions
and
5 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
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,12 +1,19 @@ | ||
# v3.4.4 | ||
# v3.4.5 | ||
|
||
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: | ||
- Fix missing valid parallel run for cmd exec after hooks were introduced; PR #491 | ||
- Fix issue when nil is passed to execCommand for deletion of an untracked release; PR #489 | ||
|
||
- Added `--force-update` to the `helm repo add` command to support helm v3.3.3+ | ||
- Removed duplicated user and password when adding helm repos. | ||
- Added missing packages to the final docker image. | ||
- Updated some dependencies versions. | ||
- Helm tests are now execurted as the last command after the hooks. | ||
|
||
# New features: | ||
|
||
- Added post-render option. | ||
|
||
None. |