Skip to content

Commit

Permalink
Release v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubaczyk committed Sep 5, 2022
1 parent 8881709 commit 2b0f8b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.14.0
v3.15.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.14.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.15.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.14.0"
appVersion = "v3.15.0"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
6 changes: 2 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# v3.14.0
# v3.15.0

## New feature

- Add support for Just-Insane/helm-vault plugin
- Use nullable boolean type for the Release boolean fields (#707) fixes (#137)

## Fixes and improvements

- Exit when env variables substitution fails (#704)
- Updated dependencies

0 comments on commit 2b0f8b7

Please sign in to comment.