Skip to content

Commit ae0afd5

Browse files
authored
Merge pull request #534 from hypnoglow/release-0.17.0
🚀 release 0.17.0
2 parents a3c88d6 + c100b10 commit ae0afd5

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.0] - 2025-06-02
11+
1012
### Added
1113

1214
- Add support for signed charts using [standard helm provenance mechanism](https://helm.sh/docs/topics/provenance/).
1315
The `.prov` file is pushed to the S3 bucket along with the chart, and
1416
automatically fetched when helm command is used with `--verify` flag to verify
1517
the chart signature.
18+
(Refs: [#518](https://github.com/hypnoglow/helm-s3/pull/518) [#150](https://github.com/hypnoglow/helm-s3/issues/150))
1619

1720
### Changed
1821

README.md

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

5454
You can install a specific release version:
5555

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
5757

5858
To use the plugin, you do not need any special dependencies. The installer will
5959
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.16.3"
2+
version: "0.17.0"
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

website/content/docs/advanced-features/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,12 @@ $ export AWS_PROFILE=YOUR-PROFILE-NAME
195195
```
196196

197197
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.

website/content/docs/install/index.md

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

1111
You can install a specific release version:
1212

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
1414

1515
<!--more-->
1616

0 commit comments

Comments
 (0)