Skip to content

Commit 4846415

Browse files
author
Luis Davim
committed
Prepare release v3.7.1
1 parent 987260d commit 4846415

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.7.0
1+
v3.7.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG ALPINE_VERSION="3.12"
33
ARG GLOBAL_KUBE_VERSION="v1.19.0"
44
ARG GLOBAL_HELM_VERSION="v3.5.4"
55
ARG GLOBAL_HELM_DIFF_VERSION="v3.1.3"
6-
ARG GLOBAL_SOPS_VERSION="v3.7.0"
6+
ARG GLOBAL_SOPS_VERSION="v3.7.1"
77

88
### Helm Installer ###
99
FROM alpine:${ALPINE_VERSION} as helm-installer

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
![helmsman-logo](docs/images/helmsman.png)
44

@@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d
6161

6262
```sh
6363
# 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
6565
# 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
6767

6868
mv helmsman /usr/local/bin/helmsman
6969
```

docs/how_to/helm_repos/oci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: v3.7.0
2+
version: v3.7.1
33
---
44

55
# Using OCI registries for helm charts

internal/app/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.7.0"
11+
appVersion = "v3.7.1"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# v3.7.0
1+
# v3.7.1
22

3-
## New features
3+
## Fixes and improvements
44

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)

0 commit comments

Comments
 (0)