-
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
Aug 15, 2019
1 parent
68e7f99
commit 6b62ea3
Showing
6 changed files
with
13 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
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,5 +1,5 @@ | ||
--- | ||
version: v1.11.0 | ||
version: v1.12.0 | ||
--- | ||
|
||
# Helmsman desired state specification | ||
|
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,11 @@ | ||
# v1.11.0 | ||
# v1.12.0 | ||
|
||
> If you are already using an older version of Helmsman than v1.4.0-rc, please read the changes below carefully and follow the upgrade guide [here](docs/migrating_to_v1.4.0-rc.md) | ||
# Fixes and improvements: | ||
- Consider `--target` when validating helm charts. PR#269 | ||
- Fix overriding stable repo with a custom one. PR#271 | ||
- Add start and finish logs when deploying charts. PR#266 | ||
- Fix chart version validations and support wildcard `*` versions. PRs #283 #284 | ||
|
||
# New features: | ||
- adding `--force-upgrades` option [ changes default upgrade behaviour]. PR#273 | ||
- adding `--update-deps` option for local charts dependency update before use. PR#272 | ||
|
||
- support specifying `--history-max` tiller parameter in the DSF. PR #282 | ||
- adding `no-env-values-subst` flag to allow disabling environment variables substitution in values files only. PR #281 | ||
|