-
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
Feb 14, 2019
1 parent
12e82c6
commit 1428c14
Showing
4 changed files
with
9 additions
and
16 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.3 | ||
version: v1.7.4 | ||
--- | ||
|
||
# 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,17 +1,10 @@ | ||
# v1.7.3 | ||
# v1.7.4 | ||
|
||
> 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: | ||
|
||
- Addition fixes to 1.7.3-rc: PRs #175 #176 #177 #178 | ||
- fixing docker images helm verions with and updating dependencies. Issues: #157 #156. PR: #158 #165 | ||
- adding `batch` to the RBAC API groups. Issue: #160. PR: #162 | ||
- Bug fixes for: #174 #185 #181 #125 #186 | ||
|
||
#New features: | ||
|
||
- allow `json` files to be used as values files. PR #164 | ||
- adding `LimitRange` to the namespaces definitions. PR #163 | ||
- allow using current kubecontext without specifying it and adding `--kubeconfig` flag to pass a kube config file. PR #159 | ||
- allow users to pass additional helm flags when defining apps in the desired state files. PR #161 | ||
- improved visibility of decisions output.PR #146 | ||
- Adding annotation functionality for namespaces (PR #184) | ||
- Adding support to specify Tiller(s) role. |