-
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
Apr 15, 2020
1 parent
c1a634d
commit 5b91228
Showing
4 changed files
with
7 additions
and
15 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.2.0 | ||
v3.3.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,20 +1,12 @@ | ||
# v3.2.0 | ||
# v3.3.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: | ||
- 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 | ||
|
||
- Add DRY-ed examples using appsTemplates; PR #425 | ||
|
||
# New features: | ||
- 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 | ||
- Add `--p` flag to define parallel apps installation/upgrade for those with the same priority defined in DSF; PR #431 | ||
- Add Namespace's resource quotas to DSF; PR #384 |