From 10f3c65c6c5ea0563dec4374f6973f5a142ef248 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Tue, 5 Jun 2018 14:58:06 +0200 Subject: [PATCH] updating some docs with the latest tag --- README.md | 2 +- docs/desired_state_specification.md | 2 +- release-notes.md | 17 +++++------------ 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 34163594..e01acb94 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -version: v1.2.0-rc +version: v1.2.0 --- ![helmsman-logo](docs/images/helmsman.png) diff --git a/docs/desired_state_specification.md b/docs/desired_state_specification.md index 14f4008d..29dcd915 100644 --- a/docs/desired_state_specification.md +++ b/docs/desired_state_specification.md @@ -1,5 +1,5 @@ --- -version: v1.2.0-rc +version: v1.2.0 --- # Helmsman desired state specification diff --git a/release-notes.md b/release-notes.md index 83ec37f4..729a194f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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. \ No newline at end of file +- Stable TLS and multitenancy support. +- Support for multiple values files when deploying charts. +- Fix environment variables names issue #35 +- Fix #37 \ No newline at end of file