Skip to content

Commit

Permalink
fix CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Aug 8, 2024
1 parent 3ac7693 commit bc7e012
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ 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).

## [4.6.0] - 2024-08-09
## [4.6.1] - 2024-08-09

### Fixes
- fix: Helm Secrets does not support spaces in windows user name (https://github.com/jkroepke/helm-secrets/pull/467)

## [4.6.0] - 2024-03-11

### Added
- Added a new custom backend for the 1Password CLI, which is located at `examples/backends/onepassword.sh` (#431)

### Fixes
- fix: parsing of array values (https://github.com/jkroepke/helm-secrets/issues/418)
- fix: Helm Secrets does not support spaces in windows user name (https://github.com/jkroepke/helm-secrets/pull/467)

## [4.5.1] - 2023-09-23

Expand Down Expand Up @@ -319,7 +323,8 @@ Started a fork of https://github.com/zendesk/helm-secrets
- Verbose output is now on stderr
- Support all helm sub commands and plugins

[Unreleased]: https://github.com/kroepke/helm-secrets/compare/v4.6.0...HEAD
[Unreleased]: https://github.com/kroepke/helm-secrets/compare/v4.6.1...HEAD
[4.6.0]: https://github.com/jkroepke/helm-secrets/compare/v4.6.0...v4.6.1
[4.6.0]: https://github.com/jkroepke/helm-secrets/compare/v4.5.1...v4.6.0
[4.5.1]: https://github.com/jkroepke/helm-secrets/compare/v4.5.0...v4.5.1
[4.5.0]: https://github.com/jkroepke/helm-secrets/compare/v4.4.2...v4.5.0
Expand Down

0 comments on commit bc7e012

Please sign in to comment.