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