From 9816f98cdcfef45be3e1c14870b19b78293c3a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 9 Oct 2021 09:38:27 +0200 Subject: [PATCH] Prepare 3.9.0 --- CHANGELOG.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67549c9d..821253df 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.9.0] - 2021-10-09 ### Added - A better ArgoCD Integration. helm-secrets can load now gpg keys for you by using the uri `secrets+gpg-import://path/key.asc?path/secrets.yaml` as value file. diff --git a/README.md b/README.md index cf578c0d..ff31338c 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,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.8.2 +helm plugin install https://github.com/jkroepke/helm-secrets --version v3.9.0 ``` Install latest unstable version from main branch @@ -143,11 +143,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.8.2/helm-secrets.tar.gz | tar -C "%APPDATA%\helm\plugins" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.9.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.8.2/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.9.0/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf- ``` ### Installation on Helm 2