Skip to content

Commit

Permalink
Prepare 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Oct 9, 2021
1 parent a010d6f commit 9816f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9816f98

Please sign in to comment.