Skip to content

Commit

Permalink
Merge pull request #65 from hypnoglow/prepare-version
Browse files Browse the repository at this point in the history
Prepare 0.8.0 release
  • Loading branch information
hypnoglow authored Nov 8, 2018
2 parents 4240c29 + 6410cf8 commit e6d13b3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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.8.0]

### Added

- Added possibility to enable S3 serverside encryption.
[Refs: [#52](https://github.com/hypnoglow/helm-s3/pull/52)] @nexusix

- Added possibility to specify Content-Type for uploaded charts.
[Refs: [#59](https://github.com/hypnoglow/helm-s3/issues/59) [#60](https://github.com/hypnoglow/helm-s3/pull/60)] @bashims

- Added checksum verification on plugin installation.
[Refs: [#63](https://github.com/hypnoglow/helm-s3/pull/63)]

### Changed

- On `helm s3 reindex`, only `*.tgz` files in the bucket directory are taken into
account, everything else is ignored.
[Refs: [#57](https://github.com/hypnoglow/helm-s3/issues/57) [#58](https://github.com/hypnoglow/helm-s3/pull/58)] @kylehodgetts

- Default Content-Type for uploaded charts is set to `application/gzip`.
[Refs: [#59](https://github.com/hypnoglow/helm-s3/issues/59) [#60](https://github.com/hypnoglow/helm-s3/pull/60)] @bashims

- `make` is no longer required to install the plugin.
[Refs: [#62](https://github.com/hypnoglow/helm-s3/issues/62) [#64](https://github.com/hypnoglow/helm-s3/pull/64)] @willhayslett

## [0.7.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.6.1
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.7.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.7.0"
version: "0.8.0"
usage: "The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories."
description: |-
Provides AWS S3 protocol support.
Expand Down

0 comments on commit e6d13b3

Please sign in to comment.