From dec253e7268fa76406763bddd8d60ec9f9b431d8 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Sat, 28 Apr 2018 19:37:38 +0200 Subject: [PATCH] updating release notes --- release-notes.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 6e6120fa..83ec37f4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,13 @@ -# v1.1.1 +# v1.2.0-rc -- Fixing charts validation not allowing the use of older chart versions. \ No newline at end of file +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