File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## [ 0.15.0] - 2023-09-16
11
20
12
21
### Added
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The installation itself is simple as:
49
49
50
50
You can install a specific release version:
51
51
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
53
53
54
54
To use the plugin, you do not need any special dependencies. The installer will
55
55
download versioned release with prebuilt binary from [ github releases] ( https://github.com/hypnoglow/helm-s3/releases ) .
Original file line number Diff line number Diff line change 1
1
name : " s3"
2
- version : " 0.15.0 "
2
+ version : " 0.15.1 "
3
3
usage : " Manage chart repositories on Amazon S3"
4
4
description : |-
5
5
Provides AWS S3 protocol support for charts and repos. https://github.com/hypnoglow/helm-s3
You can’t perform that action at this time.
0 commit comments