From 2b0f8b7a4b9e4907bfdc36af2636b15e1f99270e Mon Sep 17 00:00:00 2001 From: Mateusz Kubaczyk <12384536+mkubaczyk@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:14:43 +0200 Subject: [PATCH] Release v3.15.0 --- .version | 2 +- README.md | 2 +- internal/app/main.go | 2 +- release-notes.md | 6 ++---- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.version b/.version index 5ef3202e..64d4aab1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.14.0 +v3.15.0 diff --git a/README.md b/README.md index e006144e..9963adfd 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.14.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.15.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 bfe50109..0d1cf041 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.14.0" + appVersion = "v3.15.0" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index e7310917..2a7802de 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,10 +1,8 @@ -# v3.14.0 +# v3.15.0 ## New feature -- Add support for Just-Insane/helm-vault plugin +- Use nullable boolean type for the Release boolean fields (#707) fixes (#137) ## Fixes and improvements -- Exit when env variables substitution fails (#704) -- Updated dependencies