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