From 0e92c4b15a488c18d6be81a8c2672ad18211d693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 8 May 2020 18:34:30 +0200 Subject: [PATCH] Prepare 3.2.0 --- CHANGELOG.md | 5 ++++- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533e6079..a04bcbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2020-05-08 + ### Added - Add Vault support (https://github.com/jkroepke/helm-secrets/pull/22) - Secret driver to gain secrets from other sources then sops. (https://github.com/jkroepke/helm-secrets/pull/16) @@ -43,6 +45,7 @@ Started a fork of https://github.com/zendesk/helm-secrets - Support all helm sub commands and plugins -[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.1.0...HEAD +[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/jkroepke/helm-secrets/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/jkroepke/helm-secrets/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/jkroepke/helm-secrets/compare/5f91bdf...v3.0.0 diff --git a/README.md b/README.md index f4a2d17d..246437af 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The current version of this plugin using by default [sops](https://github.com/mozilla/sops/) as backend. -[Hashicorp Vault](http://vaultproject.io/) is supported as secret source since v4.0.0, too. +[Hashicorp Vault](http://vaultproject.io/) is supported as secret source since v3.2.0, too. What kind of problems this plugin solves: @@ -84,7 +84,7 @@ By default, helm plugin install does this for you. ```bash # Install a specific version (recommend) -helm plugin install https://github.com/jkroepke/helm-secrets --version v4.0.0 +helm plugin install https://github.com/jkroepke/helm-secrets --version v3.2.0 # Install latest unstable version from master branch helm plugin install https://github.com/jkroepke/helm-secrets @@ -96,10 +96,10 @@ Find the latest version here: https://github.com/jkroepke/helm-secrets/releases ```bash # MacOS -curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v4.0.0.tar.gz | tar -C "$HOME/Library/helm" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.2.0.tar.gz | tar -C "$HOME/Library/helm" -xzf- # Linux -curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v4.0.0.tar.gz | tar -C "$HOME/.local/share/helm" -xzf- +curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.2.0.tar.gz | tar -C "$HOME/.local/share/helm" -xzf- ``` ## Change secret driver