-
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
Mar 31, 2020
1 parent
79136b3
commit 63a52dc
Showing
4 changed files
with
18 additions
and
14 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.1.0 | ||
v3.2.0 |
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,20 @@ | ||
# v3.1.0 | ||
# v3.2.0 | ||
|
||
This is a minor release. | ||
It is recommended you read the [Helm 3 migration guide](https://helm.sh/docs/topics/v2_v3_migration/) before using this release. | ||
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: | ||
- Add helm v3.0.3 to Docker images built | ||
- Fix multiple versions of chart found in the helm repositories; PR #397 | ||
- Get existing helm repos first before adding new ones from DSF in order to limit actions to be taken; PR #403 | ||
- Enhance the way -target flag checks releases states; PR #405 | ||
- Take advantage of enhancements in -target flag flow for -group flags; PR #407 | ||
- Disable checking helm-secrets plugin installed when hiera-eyaml used for secrets; PR #408 | ||
- Make decide exiting on pending-upgrade chart state; PR #409 | ||
- Changes to standard output and Slack messages; PR #410 | ||
- Fix local charts installation not being idempotent; PR #411 | ||
- Fix destroy command when repo cache is not up to date; PR #416 | ||
- Fix namespace limits defined in TOML not properly parsed; PR #422 | ||
- Fix race condition when applying limit ranges to multiple namespaces; PR #429 | ||
|
||
|
||
# New features: | ||
None | ||
- Add `--context-override` flag to skip fetching context name from releases state; PR #420 | ||
- Add `no-cleanup` flag to optionally keep k8s credentials on host; PR #423 | ||
- Add `--migrate-context` flag support renaming helmsman contexts and enable smooth migration of helm 2 releases to 3; PR #427 |