Skip to content

Commit

Permalink
Merge pull request #198 from hypnoglow/prepare-0.13.0-release
Browse files Browse the repository at this point in the history
Prepare v0.13.0 release
  • Loading branch information
hypnoglow authored Aug 7, 2022
2 parents 3219d23 + b371892 commit 4ea2b8d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.13.0] - 2022-08-07

### Added

- Added support for Linux ARM.
[Refs: [#175](https://github.com/hypnoglow/helm-s3/pull/175)]

### Changed

- Go updated to 1.17.
[Refs: [#170](https://github.com/hypnoglow/helm-s3/pull/170)] thanks to [@allaryin](https://github.com/allaryin)

- Supported (and tested against) Helm versions updated to 3.8.2 and 3.9.2.
Deprecated Helm version 2.17.0 is still supported, but will be removed in one of the following plugin releases.
[Refs: [#176](https://github.com/hypnoglow/helm-s3/pull/176) [#194](https://github.com/hypnoglow/helm-s3/pull/194) [#195](https://github.com/hypnoglow/helm-s3/pull/195)]

### Fixed

- Fixed an issue where `helm s3 delete` failed on charts previously pushed with `--relative` flag.
[Refs: [#134](https://github.com/hypnoglow/helm-s3/issues/134) [#191](https://github.com/hypnoglow/helm-s3/pull/191)]

- Fixed an issue where plugin installation failed in Alpine images.
[Refs: [#152](https://github.com/hypnoglow/helm-s3/issues/152) [#159](https://github.com/hypnoglow/helm-s3/pull/159)] thanks to [@sanyer](https://github.com/sanyer)

### Security

- Potentially vulnerable Go module dependencies updated to latest patched versions.
[Refs: [#169](https://github.com/hypnoglow/helm-s3/pull/169)] thanks to [@allaryin](https://github.com/allaryin)

### Miscellaneous

- Added Dependabot to manage dependency updates.
[Refs: [#178](https://github.com/hypnoglow/helm-s3/pull/178)]

- The plugin is published to ArtifactHub.
[Ref: [#173](https://github.com/hypnoglow/helm-s3/pull/173) [#174](https://github.com/hypnoglow/helm-s3/pull/174)]

## [0.12.0] - 2022-06-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.11.0
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.13.0

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.12.0"
version: "0.13.0"
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 4ea2b8d

Please sign in to comment.