-
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
Jan 25, 2021
1 parent
69c9268
commit d77cf03
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.6.3 | ||
v3.6.4 |
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,14 +1,12 @@ | ||
# v3.6.3 | ||
# v3.6.4 | ||
|
||
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 | ||
|
||
- Fixed missing diff on chart version change (#557) | ||
- Fixed checking for updates on disabled releases (#557) | ||
- Fixed segmentation fault on slack notifications (#559) | ||
- Fixed failure to remove untracked releases (#566) | ||
- The debug flag is now passed down to the helm commands (#568) | ||
- Improved error reporting (#568) | ||
- Fixed issue when decrypting multiple files would result in an error (#575). | ||
- Fixed issue when resolving hooks paths (#569). | ||
- Added support for MS Teams notifications (#574). | ||
- Updated library dependencies. |