-
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.
updating some docs with the latest tag
- Loading branch information
Sami Alajrami
committed
Jun 5, 2018
1 parent
00220b2
commit 10f3c65
Showing
3 changed files
with
7 additions
and
14 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,5 +1,5 @@ | ||
--- | ||
version: v1.2.0-rc | ||
version: v1.2.0 | ||
--- | ||
|
||
![helmsman-logo](docs/images/helmsman.png) | ||
|
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.2.0-rc | ||
version: v1.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
# v1.2.0-rc | ||
# v1.2.0 | ||
|
||
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. | ||
- Stable TLS and multitenancy support. | ||
- Support for multiple values files when deploying charts. | ||
- Fix environment variables names issue #35 | ||
- Fix #37 |