Skip to content

Commit a849965

Browse files
committed
Release v3.13.0
1 parent 9375dac commit a849965

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run:
3737
name: build docker images and push them to dockerhub
3838
command: |
39-
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.0" )
39+
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.2" )
4040
4141
TAG=$(git describe --abbrev=0 --tags)
4242
docker login -u $DOCKER_USER -p $DOCKER_PASS

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.12.0
1+
v3.13.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
![helmsman-logo](docs/images/helmsman.png)
44

internal/app/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.12.0"
11+
appVersion = "v3.13.0"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# v3.12.0
1+
# v3.13.0
22

33
## New feature
44

5-
- Added JSON schema generator for DSF (#675)
6-
75
## Fixes and improvements
86

9-
- Fix -target flag inconsistency between app yaml key and app release name (#678)
7+
- Replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml (#686)
8+
- Get kubectl version by taking json output instead of parsing a string (#688)

0 commit comments

Comments
 (0)