-
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
Sep 28, 2018
1 parent
fc8cc85
commit 83f5d57
Showing
2 changed files
with
12 additions
and
7 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,8 +1,10 @@ | ||
# v1.6.1 | ||
# v1.6.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) | ||
- Fixing cluster-wide access problem when checking for untracked releases in restricted clusters. Issue #83. | ||
- Fixing not including releases from existing Tillers in helm state when using useTiller. | ||
- Adding `--no-fancy` option to disable colored output. | ||
- Fixing wrong absolute paths for values files when using `valuesFiles`. Issue #93 | ||
- Adding `--destroy` option. Issue #88 | ||
- Supporting setString in the desired state spec. Issue #84 | ||
- Fixing adding helm repos which contain special characters. Issue #94 (thanks to @epierotto) | ||
|
||
|