Skip to content

Commit cce09a4

Browse files
committed
release: v3.16.1
1 parent 95ff84f commit cce09a4

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

.version

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

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.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)
1+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.16.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)
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.16.0"
11+
appVersion = "v3.16.1"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
# v3.16.0
2-
3-
## New feature
4-
5-
- Allow setting the chart version to latest (#735)
1+
# v3.16.1
62

73
## Fixes and improvements
84

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)
5+
- Fix issue with checking for local chart updates

0 commit comments

Comments
 (0)