From fb1d6564b61605be8014c78f0ad9942b6fda4230 Mon Sep 17 00:00:00 2001 From: Mateusz Kubaczyk <12384536+mkubaczyk@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:59:32 +0200 Subject: [PATCH] Release v3.13.1 --- README.md | 2 +- internal/app/main.go | 2 +- release-notes.md | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24132b28..99cc2efa 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.13.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.13.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) ![helmsman-logo](docs/images/helmsman.png) diff --git a/internal/app/main.go b/internal/app/main.go index 1f73872f..2a78f534 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.13.0" + appVersion = "v3.13.1" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index fec582c6..f3d13a4a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,8 +1,7 @@ -# v3.13.0 +# v3.13.1 ## New feature ## Fixes and improvements -- Replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml (#686) -- Get kubectl version by taking json output instead of parsing a string (#688) +- Fix .helmsman-tmp not being removed after execution is done (#693)