-
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
Jun 26, 2019
1 parent
abeb53f
commit 59fc4ea
Showing
3 changed files
with
14 additions
and
6 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,8 +1,16 @@ | ||
# v1.9.1 | ||
# v1.10.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: | ||
- Improving temporary files handling. PR #242 (thanks to @brndnmtthws) | ||
- Allow local chart paths to contain white spaces. PR #262 | ||
- Add helm flags to helm diff. PR #252 (thanks to @xaka) | ||
- Fix deleting untracked releases if `-target` flag is set. PR #248 (thanks to @fmotrifork) | ||
|
||
# New features: | ||
- Add global toggle `--no-env-subst` to be able to disable environment substitution. PR #249 (thanks to @hatemosphere) | ||
- Add `--diff-context` flag to set lines of diff context. PR #251 (thanks to @lachlancooper) | ||
- Allow deploying Tiller with custom Role. PR #258 (thanks to @mkubaczyk) | ||
- Support Tillerless mode on Helm 2 using helm-tiller plugin. PR #259 (thanks to @mkubaczyk and @robbert229) | ||
|
||
|