-
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
Dec 17, 2018
1 parent
97d8cc7
commit cf49770
Showing
4 changed files
with
8 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
version: v1.7.1 | ||
version: v1.7.2 | ||
--- | ||
|
||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# v1.7.1 | ||
# v1.7.2 | ||
|
||
> 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) | ||
- Improving env variable expansion across DSFs. PR #122. This change requires `$` signs in strings inside DSFs to be escaped as `$$`. If not escaped, they will be treated as variables. | ||
- Adding `suppress-diff-secrets` for suppressing helm diff secrets. PR #132 | ||
- Support overriding existing values when merging DSFs. PR #119 | ||
- Fixing minor issues. PRs #131 #128 #130 #131 #118 | ||
- Several Minor fixes and improvements: PRs #145 #142 #140 #138 #136 #134 | ||
- Support specifying local charts in the DSFs. PR #144 (thanks to @SteveRuble) | ||
|