File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- v3.17.0
1
+ v3.17.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.17.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.17.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
@@ -77,9 +77,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
77
77
78
78
``` sh
79
79
# on Linux
80
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.0 /helmsman_3.17.0_linux_amd64.tar.gz | tar zx
80
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.1 /helmsman_3.17.0_linux_amd64.tar.gz | tar zx
81
81
# on MacOS
82
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.0 /helmsman_3.17.0_darwin_amd64.tar.gz | tar zx
82
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.17.1 /helmsman_3.17.0_darwin_amd64.tar.gz | tar zx
83
83
84
84
mv helmsman /usr/local/bin/helmsman
85
85
```
Original file line number Diff line number Diff line change 8
8
const (
9
9
helmBin = "helm"
10
10
kubectlBin = "kubectl"
11
- appVersion = "v3.17.0 "
11
+ appVersion = "v3.17.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.17.0
1
+ # v3.17.1
2
2
3
3
## New feature
4
4
5
- - Add support for hiera-eyaml-gkms (#776 )
6
- - Add optioned recursive environment variables expansion (#793 )
5
+ - Allow recursive environment variable expansion (#793 )
7
6
8
7
## Fixes and improvements
9
8
10
- - Remove 'priority' field from -spec docs (#781 )
9
+ - Updated dependencies (dependabot)
10
+ - Fixed priorities when loading multiple spec files (#781 )
11
+ - Improved docs (#807 )
You can’t perform that action at this time.
0 commit comments