From 1925def1ffeade29c74d8e68ca345e218cf4bf8d Mon Sep 17 00:00:00 2001 From: Mateusz Kubaczyk Date: Wed, 22 Jan 2020 13:56:52 +0100 Subject: [PATCH] Release v3.0.2 --- .version | 2 +- internal/app/main.go | 2 +- release-notes.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.version b/.version index b105cea1..96506fd2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.0.1 +v3.0.2 diff --git a/internal/app/main.go b/internal/app/main.go index e0422b85..ca1bb0e6 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -6,7 +6,7 @@ import ( const ( helmBin = "helm" - appVersion = "v3.0.1" + appVersion = "v3.0.2" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 67436652..df341552 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,4 @@ -# v3.0.1 +# v3.0.2 This is a bugfix release to support Helm v3. It is recommended you read the [Helm 3 migration guide](https://helm.sh/docs/topics/v2_v3_migration/) before using this release. @@ -6,9 +6,9 @@ It is recommended you read the [Helm 3 migration guide](https://helm.sh/docs/top > Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes. # Fixes and improvements: -- Fix overlocking issue when looking for untracked releases; PR #378 -- Do not use --all-namespaces to find helm releases; PR #379 -- Remove --purge from reInstall function; PR #381 +- Add concurrency limit on goroutines for getting release state and decision makers; PR #395 +- Add second 'Updated' time layout to parser for release state; PR #393 +- Fix unmarshal issue for quoted version in Chart.yaml; PR #389 # New features: None, bug fix release