Skip to content

Commit

Permalink
Merge pull request #127 from hypnoglow/prepare-0.10.0-release
Browse files Browse the repository at this point in the history
🆙 0.10.0
  • Loading branch information
hypnoglow authored Oct 27, 2020
2 parents c0af861 + 8d58f89 commit d20d0fa
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,10 @@ jobs:
sudo apt-get install -y make
version="${CIRCLE_SHA1}"
export HELM_S3_PLUGIN_NO_INSTALL_HOOK=true
if [ -n "${CIRCLE_TAG}" ]; then
version="${CIRCLE_TAG#v*}"
export HELM_S3_PLUGIN_NO_INSTALL_HOOK=
fi
echo "Check installation of version ${version}"
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.10.0] - 2020-10-27

### Added

- Added support for `HELM_S3_REGION` environment variable to override AWS region for bucket location.
[Refs: [#51](https://github.com/hypnoglow/helm-s3/issues/51) [#117](https://github.com/hypnoglow/helm-s3/pull/117)]

- Added support for relative URLs in repository index: charts can be pushed with `--relative` flag.
[Refs: [#121](https://github.com/hypnoglow/helm-s3/pull/121) [#122](https://github.com/hypnoglow/helm-s3/pull/122)]

### Changed

- Update Helm versions the plugin is tested against: v2.16, v2.17, v3.3, v3.4.
[Refs: [#125](https://github.com/hypnoglow/helm-s3/pull/125)]

### Fixed

- Fixed issues when pushing large charts.
[Refs: [#112](https://github.com/hypnoglow/helm-s3/issues/112) [#120](https://github.com/hypnoglow/helm-s3/issues/120) [#124](https://github.com/hypnoglow/helm-s3/pull/124)]

## [0.9.2] - 2020-01-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.9.2
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.10.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.9.2"
version: "0.10.0"
usage: "Manage chart repositories on Amazon S3"
description: |-
The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories.
Expand Down

0 comments on commit d20d0fa

Please sign in to comment.