Skip to content

Commit

Permalink
Merge pull request #443 from hypnoglow/release-0.16.1
Browse files Browse the repository at this point in the history
Prepare release: 0.16.1
  • Loading branch information
hypnoglow authored Jul 16, 2024
2 parents c80403b + e52876f commit 54459bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Install helm
run: |
helm_version="3.13.2"
helm_version="3.15.2"
tar_filename="helm-v${helm_version}-linux-amd64.tar.gz"
checksum_filename="helm-v${helm_version}-linux-amd64.tar.gz.sha256sum"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.16.1] - 2024-07-16

### Changed

- `generated` timestamp field in the index file is now updated with current time
on push, reindex and delete.
[Refs: [#325](https://github.com/hypnoglow/helm-s3/pull/325)] thanks to [@josephprem](https://github.com/josephprem)

- Supported (and tested against) Helm versions updated to 3.14.4 and 3.15.2.
[Refs: [#439](https://github.com/hypnoglow/helm-s3/pull/439)]

- Go updated to 1.22.
[Refs: [#436](https://github.com/hypnoglow/helm-s3/pull/436)]

## [0.16.0] - 2023-12-07

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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.16.0
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.16.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "s3"
version: "0.16.0"
version: "0.16.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 54459bd

Please sign in to comment.