-
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
Jan 10, 2019
1 parent
b19fdc4
commit eac694b
Showing
3 changed files
with
16 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,5 +1,5 @@ | ||
--- | ||
version: v1.7.2 | ||
version: v1.7.3-rc | ||
--- | ||
|
||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# v1.7.2 | ||
# v1.7.3-rc | ||
|
||
> 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) | ||
- Several Minor fixes and improvements: PRs #145 #142 #140 #138 #136 #134 | ||
- Support specifying local charts in the DSFs. PR #144 (thanks to @SteveRuble) | ||
# Fixes: | ||
|
||
- 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 | ||
|
||
#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 |