File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +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.17.0] - 2025-06-02
11
+
10
12
### Added
11
13
12
14
- Add support for signed charts using [ standard helm provenance mechanism] ( https://helm.sh/docs/topics/provenance/ ) .
13
15
The ` .prov ` file is pushed to the S3 bucket along with the chart, and
14
16
automatically fetched when helm command is used with ` --verify ` flag to verify
15
17
the chart signature.
18
+ (Refs: [ #518 ] ( https://github.com/hypnoglow/helm-s3/pull/518 ) [ #150 ] ( https://github.com/hypnoglow/helm-s3/issues/150 ) )
16
19
17
20
### Changed
18
21
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The installation itself is simple as:
53
53
54
54
You can install a specific release version:
55
55
56
- $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.16.3
56
+ $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.17.0
57
57
58
58
To use the plugin, you do not need any special dependencies. The installer will
59
59
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.16.3 "
2
+ version : " 0.17.0 "
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
Original file line number Diff line number Diff line change @@ -195,3 +195,12 @@ $ export AWS_PROFILE=YOUR-PROFILE-NAME
195
195
```
196
196
197
197
Now you can use the plugin as usual.
198
+
199
+ ## Signed Charts
200
+
201
+ The plugin supports signed charts. See [ Helm documentation] ( https://helm.sh/docs/topics/provenance/ )
202
+ for more information how it works.
203
+
204
+ The plugin ensures that the ` .prov ` file is pushed to the S3 bucket along with
205
+ the chart. Then, when Helm is invoked with ` --verify ` flag, the ` .prov ` file
206
+ will be automatically downloaded with the chart and used for verification.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The installation itself is simple as:
10
10
11
11
You can install a specific release version:
12
12
13
- $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.16.3
13
+ $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.17.0
14
14
15
15
<!-- more-->
16
16
You can’t perform that action at this time.
0 commit comments