Skip to content

Commit

Permalink
Release v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubaczyk committed Aug 5, 2022
1 parent 54fd7f4 commit fb1d656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion internal/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fb1d656

Please sign in to comment.