diff --git a/.version b/.version index 41e615f3..b0ab92d4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.11.0 +v3.12.0 diff --git a/README.md b/README.md index 0373f03a..23560742 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.11.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) +[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.12.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 7fa607d5..c34ce17d 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.11.0" + appVersion = "v3.12.0" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index b1d2c97e..d4dd9865 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,10 +1,9 @@ -# v3.11.0 +# v3.12.0 ## New feature -- Added detailed exit codes (#668) +- Added JSON schema generator for DSF (#675) ## Fixes and improvements -- Updated dependencies (#666; #667) -- Check charts using helm repos from previouly merged DSFs (#673) +- Fix -target flag inconsistency between app yaml key and app release name (#678)