-
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
Oct 27, 2018
1 parent
4cd0800
commit 8c0b7ce
Showing
4 changed files
with
15 additions
and
9 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.6.2 | ||
version: v1.7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# v1.6.3 | ||
# v1.7.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) | ||
- Minor bug fixes and improvements. #104 #106 #85 | ||
- Resources (Tillers, namespaces, service accounts) will not be created without the `--apply` flag. Fixes #65 and #100. | ||
- adding `--no-ns` option to prevent helmsman from creating namespaces. This allows users to create namespaces using their own custom charts. Fixes #71 and #100. | ||
- Adding namespace labels. PR #111 | ||
- Fixing a bug that deletes untracked releases when running with `--dry-run`. PR #110 | ||
- Improving values and secrets file pahts resolution relative to dsf(s). PR #109 | ||
|