-
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
Apr 28, 2018
1 parent
490541d
commit dec253e
Showing
1 changed file
with
12 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# v1.1.1 | ||
# v1.2.0-rc | ||
|
||
- Fixing charts validation not allowing the use of older chart versions. | ||
This release focuses on improving Helmsman latency and supporting multi-tenant clusters. | ||
|
||
- Up to 7x faster than previous version. | ||
- Introducing the `--skip-validation` flag which skips validating the desired state. | ||
- Support for multi-tenant k8s clusters through: | ||
- Supporting deployment of Tiller in several namespaces with different service accounts | ||
- Supporting securing Tillers with TLS. | ||
- Supporting using `Secrets` as a storage background instead of configMaps. | ||
- Upgrading rolledback releases automatically after rollback to avoid missing changed values. | ||
- More concise logs. | ||
- Several minor enhancements. |