From 538e6b5ece0a9140037948a9d60511d5d29344b2 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Wed, 4 Apr 2018 11:43:42 +0200 Subject: [PATCH] updating release notes for v1.1.1 --- release-notes.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/release-notes.md b/release-notes.md index d555f6ff..6e6120fa 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,16 +1,3 @@ -# v1.1.0 +# v1.1.1 -This release introduces some new features and comes with several enhancements in logging and validation. - -- Introducing `priority` key for apps in the desired state to define the priority (order) of processing apps (useful for dependencies). -- Introducing `wait` key for apps to block helmsman execution until a release operation is complete. -- Intorducing the `--ns-override` flag for overriding namespaces defined in the desired state (useful for deploying from git branches to namespaces). -- Support initializing helm with a k8s service account. -- Introducing the `--verbose` flag for more detailed logs. -- Cleaning up any downloaded certs/keys after execution. -- Improved logging with full helm error messages. -- Improved validations for desired states. -- Bumping Helm and Kubectl versions in docker images. -- Providing multiple docker image tags for different helm versions. -- Fixing not waiting for helm Tiller to be ready. -- Fixing a bug in helm release search. \ No newline at end of file +- Fixing charts validation not allowing the use of older chart versions. \ No newline at end of file