Skip to content

Commit f821e4b

Browse files
authored
Merge pull request #302 from hypnoglow/prepare-0.15.1
Prepare 0.15.1 release
2 parents 0db704a + 95303b9 commit f821e4b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.15.1] - 2023-09-20
11+
12+
### Fixed
13+
14+
- Fixed a bug introduced in [0.15.0](#0150---2023-09-16) where `helm s3 init`
15+
failed if the `repositories.yaml` file did not exist, e.g. immediately after
16+
helm was installed.
17+
[Refs: [#301](https://github.com/hypnoglow/helm-s3/pull/301) [#300](https://github.com/hypnoglow/helm-s3/issues/300)]
18+
1019
## [0.15.0] - 2023-09-16
1120

1221
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The installation itself is simple as:
4949

5050
You can install a specific release version:
5151

52-
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.15.0
52+
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.15.1
5353

5454
To use the plugin, you do not need any special dependencies. The installer will
5555
download versioned release with prebuilt binary from [github releases](https://github.com/hypnoglow/helm-s3/releases).

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "s3"
2-
version: "0.15.0"
2+
version: "0.15.1"
33
usage: "Manage chart repositories on Amazon S3"
44
description: |-
55
Provides AWS S3 protocol support for charts and repos. https://github.com/hypnoglow/helm-s3

0 commit comments

Comments
 (0)