Skip to content

Commit

Permalink
Prepare 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed May 8, 2020
1 parent f1bacde commit 0e92c4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0e92c4b

Please sign in to comment.