From e52876f649da186baf3d9cb0d37377dc90113810 Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Tue, 16 Jul 2024 23:40:02 +0300 Subject: [PATCH] Prepare release: 0.16.1 --- .github/workflows/reusable-test-install.yml | 2 +- CHANGELOG.md | 5 +++++ README.md | 2 +- plugin.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-test-install.yml b/.github/workflows/reusable-test-install.yml index f47795f8..738e75ef 100644 --- a/.github/workflows/reusable-test-install.yml +++ b/.github/workflows/reusable-test-install.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 81397054..129508bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 0b6b16e6..efbaef17 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/plugin.yaml b/plugin.yaml index ada7af5a..63cce2bd 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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