Skip to content

Commit

Permalink
Prepare v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Aug 28, 2020
1 parent 9fb4adf commit df80ef8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.3.0] - 2020-08-28

### Added
- Don't check if file exists on edit (https://github.com/jkroepke/helm-secrets/pull/31)
Expand Down Expand Up @@ -51,7 +51,8 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/jkroepke/helm-secrets/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/jkroepke/helm-secrets/compare/v3.2.0...v3.3.0
[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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 v3.2.0
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.3.0

# Install latest unstable version from master branch
helm plugin install https://github.com/jkroepke/helm-secrets
Expand All @@ -113,10 +113,10 @@ Find the latest version here: https://github.com/jkroepke/helm-secrets/releases

```bash
# MacOS
curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.2.0.tar.gz | tar -C "$HOME/Library/helm" -xzf-
curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.23.0.tar.gz | tar -C "$HOME/Library/helm" -xzf-

# Linux
curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.2.0.tar.gz | tar -C "$HOME/.local/share/helm" -xzf-
curl -LsSf https://github.com/jkroepke/helm-secrets/archive/v3.3.0.tar.gz | tar -C "$HOME/.local/share/helm" -xzf-
```

## Change secret driver
Expand Down

0 comments on commit df80ef8

Please sign in to comment.