Skip to content

Commit

Permalink
Prepare 0.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Sep 20, 2023
1 parent 0db704a commit 95303b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 95303b9

Please sign in to comment.