From 4846415ebf12f88894db2401728dbde2014d0edf Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Fri, 11 Jun 2021 22:49:16 +0100 Subject: [PATCH] Prepare release v3.7.1 --- .version | 2 +- Dockerfile | 2 +- README.md | 6 +++--- docs/how_to/helm_repos/oci.md | 2 +- internal/app/main.go | 2 +- release-notes.md | 9 ++++----- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.version b/.version index d1e9cf3b..18852632 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v3.7.0 +v3.7.1 diff --git a/Dockerfile b/Dockerfile index e24aee2d..d7896630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG ALPINE_VERSION="3.12" ARG GLOBAL_KUBE_VERSION="v1.19.0" ARG GLOBAL_HELM_VERSION="v3.5.4" ARG GLOBAL_HELM_DIFF_VERSION="v3.1.3" -ARG GLOBAL_SOPS_VERSION="v3.7.0" +ARG GLOBAL_SOPS_VERSION="v3.7.1" ### Helm Installer ### FROM alpine:${ALPINE_VERSION} as helm-installer diff --git a/README.md b/README.md index 9dc9ca02..294742b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![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) +[![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) ![helmsman-logo](docs/images/helmsman.png) @@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d ```sh # on Linux -curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.7.0_linux_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.0_linux_amd64.tar.gz | tar zx # on MacOS -curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.0/helmsman_3.7.0_darwin_amd64.tar.gz | tar zx +curl -L https://github.com/Praqma/helmsman/releases/download/v3.7.1/helmsman_3.7.0_darwin_amd64.tar.gz | tar zx mv helmsman /usr/local/bin/helmsman ``` diff --git a/docs/how_to/helm_repos/oci.md b/docs/how_to/helm_repos/oci.md index 2ebdf9ef..656e4f06 100644 --- a/docs/how_to/helm_repos/oci.md +++ b/docs/how_to/helm_repos/oci.md @@ -1,5 +1,5 @@ --- -version: v3.7.0 +version: v3.7.1 --- # Using OCI registries for helm charts diff --git a/internal/app/main.go b/internal/app/main.go index 24a1c5c1..2643919e 100644 --- a/internal/app/main.go +++ b/internal/app/main.go @@ -8,7 +8,7 @@ import ( const ( helmBin = "helm" kubectlBin = "kubectl" - appVersion = "v3.7.0" + appVersion = "v3.7.1" tempFilesDir = ".helmsman-tmp" defaultContextName = "default" resourcePool = 10 diff --git a/release-notes.md b/release-notes.md index 19109e2f..d8e590ae 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,7 +1,6 @@ -# v3.7.0 +# v3.7.1 -## New features +## Fixes and improvements -- Added support for OCI registries (#612) - - more details in [docs/how_to/helm_repos/oci.md](https://github.com/Praqma/helmsman/blob/master/docs/how_to/helm_repos/oci.md) -- Added support for using `kubectl diff` instead of `helm diff` (#609) - Experimental +- fixed an issue with checking chart versions (#613) +- hide tokens and passwords from the logs (#615)