From bd4765591f7c36d235c5c666d067fc4abab7cfa0 Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Mon, 23 Nov 2020 14:55:34 +0000 Subject: [PATCH] prepare release 3.6.0 --- README.md | 2 +- internal/app/main.go | 2 +- release-notes.md | 13 ++++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f0eb253..8ba97c8c 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.5.1&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.0&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 1b957bc8..cd1ef8b3 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -7,7 +7,7 @@ import ( const ( helmBin = "helm" - appVersion = "v3.5.1" + appVersion = "v3.6.0" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 2d0e040f..4b48d7e0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,9 +1,16 @@ -# v3.5.1 +# v3.6.0 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. > Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes. -# Fixes and improvements: +## New failures -- Add retryExec func for helm diff; PR #542 +- Lifecycle hooks can now be shell commands or script in addition to k8s resources (#543) +- The Helm release secrets are annotated with the result from the lifecycle hooks + +## Fixes and improvements + +- Code cleanup +- Performance improvements (#543; #545; #547) +- Fixed a bug when the chart is renamed (#546)