File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- v3.7.5
1
+ v3.7.7
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.7.6 &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.7.7 &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
@@ -76,9 +76,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
76
76
77
77
``` sh
78
78
# on Linux
79
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.6 /helmsman_3.7.6_linux_amd64 .tar.gz | tar zx
79
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.7 /helmsman_3.7.7_linux_amd64 .tar.gz | tar zx
80
80
# on MacOS
81
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.6 /helmsman_3.7.6_darwin_amd64 .tar.gz | tar zx
81
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.7 /helmsman_3.7.7_darwin_amd64 .tar.gz | tar zx
82
82
83
83
mv helmsman /usr/local/bin/helmsman
84
84
```
Original file line number Diff line number Diff line change 8
8
const (
9
9
helmBin = "helm"
10
10
kubectlBin = "kubectl"
11
- appVersion = "v3.7.6 "
11
+ appVersion = "v3.7.7 "
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.7.6
1
+ # v3.7.7
2
2
3
3
## Fixes and improvements
4
4
5
- - fix: retry on issues when adding helm repository ( # 630 )
5
+ - feat: Add namespaceLabelsAuthoritative settings option to allow removing undefined ns labels ( # 631 )
You can’t perform that action at this time.
0 commit comments