-
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
May 6, 2019
1 parent
51039c5
commit 2df5cca
Showing
4 changed files
with
7 additions
and
12 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.9.0 | ||
version: v1.9.1 | ||
--- | ||
|
||
# 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,13 +1,8 @@ | ||
# v1.9.0 | ||
# v1.9.1 | ||
|
||
> 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: | ||
- Cleanup helm secrets if any. PR #232 | ||
- Add `autoscaling` apiGroup to thelmsman-created Tiller roles. PR #235 | ||
- Set proper stderr and stdout for log streams. PR #239 | ||
- Improving temporary files handling. PR #242 (thanks to @brndnmtthws) | ||
|
||
# New features: | ||
- Add -target flag to limit execution to specific app. PR #237 | ||
- Substitute environment variables in helm values/secrets files. PR #240 | ||
|