From 6d6f1d943cb0cceb539be6441cfcf3c649defb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 22 May 2021 15:16:33 +0200 Subject: [PATCH] Prepare 3.7.0 --- CHANGELOG.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681fffce..3029ac10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Allow override sops version on installation -## [Unreleased] +## [3.7.0] - 2021-05-22 ### Added - envsubst driver diff --git a/README.md b/README.md index bcca1d60..8a800082 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ By default, helm plugin install does this for you. Install a specific version (recommend) ```bash -helm plugin install https://github.com/jkroepke/helm-secrets --version v3.6.0 +helm plugin install https://github.com/jkroepke/helm-secrets --version v3.7.0 ``` Install latest unstable version from main branch @@ -114,11 +114,11 @@ curl -LsSf https://github.com/jkroepke/helm-secrets/releases/latest/download/hel Windows (inside cmd, needs to be verified) ```bash -curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.6.0/helm-secrets.tar.gz | tar -C "%APPDATA%\helm\plugins" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.7.0/helm-secrets.tar.gz | tar -C "%APPDATA%\helm\plugins" -xzf- ``` MacOS / Linux ```bash -curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.6.0/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.7.0/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf- ``` ### Installation on Helm 2