-
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
Mateusz Kubaczyk
committed
Nov 9, 2020
1 parent
203cedf
commit 1b005e1
Showing
3 changed files
with
9 additions
and
7 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,15 +1,17 @@ | ||
# v3.4.6 | ||
# v3.5.0 | ||
|
||
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 an issue that would prevent Helmsman from recognizing releases after helm tests were executed. | ||
- Handle default app name even when --skip-validation is used; PR #526 | ||
- extractChartName works now even when only dev versions are published; PR #532 | ||
- Remove references to the deprecated stable repository; PR #533 | ||
- Fix no labels on first failed deploy with running release labeling as defer before release exec; PR #541 | ||
|
||
# New features: | ||
|
||
Bug fix release, not new features | ||
|
||
None. | ||
- Add --always-upgrade flag; PR #534 | ||
- Add retryExec func for getting cluster status methods; PR #540 |