Skip to content

Commit c1dec13

Browse files
committed
release: v3.16.0
1 parent acfac1a commit c1dec13

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.15.1
1+
v3.16.0

README.md

+1-1
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.15.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)
1+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.16.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.15.1"
11+
appVersion = "v3.16.0"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# v3.15.1
1+
# v3.16.0
22

33
## New feature
44

5+
- Allow setting the chart version to latest (#735)
6+
57
## Fixes and improvements
68

7-
- Fix broken helm-secrets support for plugin version >= 4.x (#721 & #723) fixes (#715)
9+
- Dependency version upgrades (dependabot)
10+
- Fix for YAML anchors (#734)
11+
- Simplified decrypt secret code (#738)
12+
- Suport using the metadata seerver for GCS auth in GCP (#746)
13+
- Documentation fixes (#740)

0 commit comments

Comments
 (0)