From 751b604887b844e001bf78bcde31cb812875d91a Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Wed, 7 Apr 2021 22:48:37 +0100 Subject: [PATCH] Prepare release v3.6.7 --- .version | 2 +- README.md | 6 +++--- internal/app/main.go | 2 +- release-notes.md | 10 ++++++++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.version b/.version index dde31d2e..08d6564b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.6.6 +v3.6.7 diff --git a/README.md b/README.md index 20858752..0a9da842 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.6&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master) +[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.7&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master) ![helmsman-logo](docs/images/helmsman.png) @@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d ```sh # on Linux -curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_linux_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.7/helmsman_3.6.4_linux_amd64.tar.gz | tar zx # on MacOS -curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.7/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx mv helmsman /usr/local/bin/helmsman ``` diff --git a/internal/app/main.go b/internal/app/main.go index 1cb972ef..3d062952 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.6.6" + appVersion = "v3.6.7" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 35643a2c..66853b3d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,4 @@ -# v3.6.6 +# v3.6.7 If you migrating from Helmsman v1.x, it is recommended you read the [migration guide](https://github.com/Praqma/helmsman/blob/master/docs/how_to/misc/migrate_to_3.md) before using this release. @@ -6,4 +6,10 @@ If you migrating from Helmsman v1.x, it is recommended you read the [migration g ## Fixes and improvements -- Fixed race condition when applying namespace quotas (#589) + +- Updated the Docker images to use the latest helm version (#597) +- Replaced the deprecated helm-secrets repo with the new one (#595) +- Fised issue preventing the proper expansion of paths for executable hooks (#594) +- Helmsman will now skip helm tests in dry-run mode (#593) +- Dont expect a username and password if the caClient cert is present (#592) +- Added flag to skip helm repo updates (#590)