diff --git a/.version b/.version index b9bf9ed4..50dde2d0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.6.2 +v3.6.3 diff --git a/README.md b/README.md index ba1c30ac..3d28571b 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.2&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.3&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.2/helmsman_3.6.2_linux_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.3/helmsman_3.6.2_linux_amd64.tar.gz | tar zx # on MacOS -curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.2/helmsman_3.6.2_darwin_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.3/helmsman_3.6.2_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 8d7f5e0a..1b184666 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.6.2" + appVersion = "v3.6.3" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 4946134d..a33f4dcb 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,4 @@ -# v3.6.2 +# v3.6.3 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,6 +6,9 @@ If you migrating from Helmsman v1.x, it is recommended you read the [migration g ## Fixes and improvements -- Commands will optionally (Verbose) log stdout on non-zero exit code (#554) -- `helm test` command will run immediately after install / upgrade (before hooks and labelling). (#553) -- Add test cases for `readState`; improved error handling and small order-of-operations refactor. (#552) +- Fixed missing diff on chart version change (#557) +- Fixed checking for updates on disabled releases (#557) +- Fixed segmentation fault on slack notifications (#559) +- Fixed failure to remove untracked releases (#566) +- The debug flag is now passed down to the helm commands (#568) +- Improved error reporting (#568)