From 0dec30f22f4cec02ac37ade2c0c74d4e654d4418 Mon Sep 17 00:00:00 2001 From: sami-alajrami Date: Tue, 18 Sep 2018 11:36:54 +0200 Subject: [PATCH] updating release notes for v1.6.0 --- release-notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release-notes.md b/release-notes.md index 8ff3061d..2abf54c0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,12 +1,12 @@ -# v1.5.0 +# v1.6.0 > If you are already using an older version of Helmsman than v1.4.0-rc, please read the changes below carefully and follow the upgrade guide [here](docs/migrating_to_v1.4.0-rc.md) -- Adding `--keep-untracked-releases` option to prevent cleaning up untracked release that are managed by Helmsman. -- Restricting the untracked releases clean up (when enabled) to the ones only in the defined namespace in the desired state file. -- Support using multiple desired state files which are merged at runtime. Issue #62. Thanks to @norwoodj -- Support using the `json` output of newer versions of helm. Fixes #61. Thanks to @luisdavim -- Fix relative paths for values files. Issue #59 -- Adding `timeout` & `no-hooks` as additional release deployment options. Issue #55 +- Adding support for helm secrets plugin (thanks to @luisdavim). issue #54 +- Adding support for using helm diff to determine when upgrades are needed and show the diff. +- Allowing env vars to be loaded from files using Godotenv (thanks to @luisdavim) +- Adding `--dry-run` option in Helmsman to perform a helm dry-run operation. Issues #77 #60 +- Adding `useTiller` option in namespaces definitions to use existing Tillers. Issue #71 +- Other minor code improvements and color coded output. \ No newline at end of file