diff --git a/CHANGELOG.md b/CHANGELOG.md index dc027d35..01039399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.15.1] - 2023-09-20 + +### Fixed + +- Fixed a bug introduced in [0.15.0](#0150---2023-09-16) where `helm s3 init` +failed if the `repositories.yaml` file did not exist, e.g. immediately after +helm was installed. +[Refs: [#301](https://github.com/hypnoglow/helm-s3/pull/301) [#300](https://github.com/hypnoglow/helm-s3/issues/300)] + ## [0.15.0] - 2023-09-16 ### Added diff --git a/README.md b/README.md index a6e8666b..876ace59 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The installation itself is simple as: You can install a specific release version: - $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.15.0 + $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.15.1 To use the plugin, you do not need any special dependencies. The installer will download versioned release with prebuilt binary from [github releases](https://github.com/hypnoglow/helm-s3/releases). diff --git a/plugin.yaml b/plugin.yaml index 135b10ae..0a03ac61 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "s3" -version: "0.15.0" +version: "0.15.1" usage: "Manage chart repositories on Amazon S3" description: |- Provides AWS S3 protocol support for charts and repos. https://github.com/hypnoglow/helm-s3