-
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
Mar 12, 2019
1 parent
11787f3
commit 030dc06
Showing
3 changed files
with
19 additions
and
32 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,10 +1,15 @@ | ||
# v1.7.4 | ||
# v1.8.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) | ||
# New features: | ||
- Support for connection to clusters with bearer token and therefore allowing helmsman to run inside a k8s cluster. PR #206 | ||
- Improved cluster connection validation and error messages. PR #206 | ||
- Making the `settings` and `helmRepos` stanzas optional. PR #206 #2014 | ||
- Support for private repos with basic auth. PR #214 | ||
- Support for using pre-configured helm repos. PR #201 | ||
- Support for using Azure blob storage for certificates and keys. PR #213 | ||
|
||
# Fixes: | ||
- Bug fixes for: #174 #185 #181 #125 #186 | ||
- Minor bug fixes: PRs #205 #212 | ||
|
||
#New features: | ||
- Adding annotation functionality for namespaces (PR #184) | ||
- Adding support to specify Tiller(s) role. |