Skip to content

Commit

Permalink
Prepare 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Oct 9, 2021
1 parent 9dd6a5a commit 167cd84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Allow override sops version on installation

## [3.9.1] - 2021-10-09

### Fixed
- Wrong format on CHANGELOG.md

## [3.9.0] - 2021-10-09

### Added
Expand Down Expand Up @@ -166,7 +171,9 @@ 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.8.3...HEAD
[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.9.1...HEAD
[3.9.1]: https://github.com/jkroepke/helm-secrets/compare/v3.9.0...v3.9.1
[3.9.0]: https://github.com/jkroepke/helm-secrets/compare/v3.8.3...v3.9.0
[3.8.3]: https://github.com/jkroepke/helm-secrets/compare/v3.8.2...v3.8.3
[3.8.2]: https://github.com/jkroepke/helm-secrets/compare/v3.8.1...v3.8.2
[3.8.1]: https://github.com/jkroepke/helm-secrets/compare/v3.8.0...v3.8.1
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.9.0
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.9.1
```

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.9.0/helm-secrets.tar.gz | tar -C "%APPDATA%\helm\plugins" -xzf-
curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.9.1/helm-secrets.tar.gz | tar -C "%APPDATA%\helm\plugins" -xzf-
```
MacOS / Linux
```bash
curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.9.0/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf-
curl -LsSf https://github.com/jkroepke/helm-secrets/releases/download/v3.9.1/helm-secrets.tar.gz | tar -C "$(helm env HELM_PLUGINS)" -xzf-
```

### Installation on Helm 2
Expand Down

0 comments on commit 167cd84

Please sign in to comment.