File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- v3.7.0
1
+ v3.7.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG ALPINE_VERSION="3.12"
3
3
ARG GLOBAL_KUBE_VERSION="v1.19.0"
4
4
ARG GLOBAL_HELM_VERSION="v3.5.4"
5
5
ARG GLOBAL_HELM_DIFF_VERSION="v3.1.3"
6
- ARG GLOBAL_SOPS_VERSION="v3.7.0 "
6
+ ARG GLOBAL_SOPS_VERSION="v3.7.1 "
7
7
8
8
# ## Helm Installer ###
9
9
FROM alpine:${ALPINE_VERSION} as helm-installer
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.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.7.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
@@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
61
61
62
62
``` sh
63
63
# on Linux
64
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0 /helmsman_3.7.0_linux_amd64.tar.gz | tar zx
64
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1 /helmsman_3.7.0_linux_amd64.tar.gz | tar zx
65
65
# on MacOS
66
- curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0 /helmsman_3.7.0_darwin_amd64.tar.gz | tar zx
66
+ curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1 /helmsman_3.7.0_darwin_amd64.tar.gz | tar zx
67
67
68
68
mv helmsman /usr/local/bin/helmsman
69
69
```
Original file line number Diff line number Diff line change 1
1
---
2
- version : v3.7.0
2
+ version : v3.7.1
3
3
---
4
4
5
5
# Using OCI registries for helm charts
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.0 "
11
+ appVersion = "v3.7.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.7.0
1
+ # v3.7.1
2
2
3
- ## New features
3
+ ## Fixes and improvements
4
4
5
- - Added support for OCI registries (#612 )
6
- - more details in [ docs/how_to/helm_repos/oci.md] ( https://github.com/Praqma/helmsman/blob/master/docs/how_to/helm_repos/oci.md )
7
- - Added support for using ` kubectl diff ` instead of ` helm diff ` (#609 ) - Experimental
5
+ - fixed an issue with checking chart versions (#613 )
6
+ - hide tokens and passwords from the logs (#615 )
You can’t perform that action at this time.
0 commit comments