Skip to content

Commit

Permalink
Release v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubaczyk committed Jul 25, 2022
1 parent 9375dac commit a849965
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run:
name: build docker images and push them to dockerhub
command: |
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.0" )
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.2" )
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.12.0
v3.13.0
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.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)
[![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)

![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.12.0"
appVersion = "v3.13.0"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
7 changes: 3 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# v3.12.0
# v3.13.0

## New feature

- Added JSON schema generator for DSF (#675)

## Fixes and improvements

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

0 comments on commit a849965

Please sign in to comment.