File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- v3.16.0
1
+ v3.16.1
Original file line number Diff line number Diff line change 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 )
2
2
3
3
![ helmsman-logo] ( docs/images/helmsman.png )
4
4
Original file line number Diff line number Diff line change 8
8
const (
9
9
helmBin = "helm"
10
10
kubectlBin = "kubectl"
11
- appVersion = "v3.16.0 "
11
+ appVersion = "v3.16.1 "
12
12
tempFilesDir = ".helmsman-tmp"
13
13
defaultContextName = "default"
14
14
resourcePool = 10
Original file line number Diff line number Diff line change 1
- # v3.16.0
2
-
3
- ## New feature
4
-
5
- - Allow setting the chart version to latest (#735 )
1
+ # v3.16.1
6
2
7
3
## Fixes and improvements
8
4
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
You can’t perform that action at this time.
0 commit comments