WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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 )
22
33![ helmsman-logo] ( docs/images/helmsman.png )
44
@@ -77,9 +77,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
7777
7878``` sh
7979# 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
8181# 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
8383
8484mv helmsman /usr/local/bin/helmsman
8585```
Original file line number Diff line number Diff line change 88const (
99 helmBin = "helm"
1010 kubectlBin = "kubectl"
11- appVersion = "v3.17.0 "
11+ appVersion = "v3.17.1 "
1212 tempFilesDir = ".helmsman-tmp"
1313 defaultContextName = "default"
1414 resourcePool = 10
Original file line number Diff line number Diff line change 1- # v3.17.0
1+ # v3.17.1
22
33## New feature
44
5- - Add support for hiera-eyaml-gkms (#776 )
6- - Add optioned recursive environment variables expansion (#793 )
5+ - Allow recursive environment variable expansion (#793 )
76
87## Fixes and improvements
98
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