-
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
Apr 26, 2021
1 parent
ca8f8f2
commit 4dfbac7
Showing
4 changed files
with
8 additions
and
17 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.6.7 | ||
v3.6.8 |
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,15 +1,6 @@ | ||
# v3.6.7 | ||
|
||
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. | ||
# v3.6.8 | ||
|
||
## Fixes and improvements | ||
|
||
|
||
- Updated the Docker images to use the latest helm version (#597) | ||
- Replaced the deprecated helm-secrets repo with the new one (#595) | ||
- Fised issue preventing the proper expansion of paths for executable hooks (#594) | ||
- Helmsman will now skip helm tests in dry-run mode (#593) | ||
- Dont expect a username and password if the caClient cert is present (#592) | ||
- Added flag to skip helm repo updates (#590) | ||
- Updated helm to the latest version, we now have Docker images for the last patch version of the latest 3 minor helm versions. | ||
- Improved error handling for shell out commands. (#601) |