diff --git a/.version b/.version index f119207e..d0ec26c7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.4.5 +v3.4.6 diff --git a/README.md b/README.md index 6c1bf102..2ac05b6e 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.4.5&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.4.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) ![helmsman-logo](docs/images/helmsman.png) diff --git a/internal/app/main.go b/internal/app/main.go index 18284852..7b4198d8 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -6,7 +6,7 @@ import ( const ( helmBin = "helm" - appVersion = "v3.4.5" + appVersion = "v3.4.6" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 8d0453ba..86945bd3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,4 @@ -# v3.4.5 +# v3.4.6 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,14 +6,10 @@ If you migrating from Helmsman v1.x, it is recommended you read the [migration g # Fixes and improvements: -- Added `--force-update` to the `helm repo add` command to support helm v3.3.3+ -- Removed duplicated user and password when adding helm repos. -- Added missing packages to the final docker image. -- Updated some dependencies versions. -- Helm tests are now execurted as the last command after the hooks. +- Fixed an issue that would prevent Helmsman from recognizing releases after helm tests were executed. # New features: -- Added post-render option. +Bug fix release, not new features None.