Skip to content

Commit

Permalink
Release v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubaczyk committed Jun 28, 2022
1 parent f83553c commit 981c30d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.11.0
v3.12.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.11.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.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)

![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.11.0"
appVersion = "v3.12.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,10 +1,9 @@
# v3.11.0
# v3.12.0

## New feature

- Added detailed exit codes (#668)
- Added JSON schema generator for DSF (#675)

## Fixes and improvements

- Updated dependencies (#666; #667)
- Check charts using helm repos from previouly merged DSFs (#673)
- Fix -target flag inconsistency between app yaml key and app release name (#678)

0 comments on commit 981c30d

Please sign in to comment.