From 6410cf8710469b6aa0327ec1570aac9586b6a822 Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Thu, 8 Nov 2018 00:56:26 +0300 Subject: [PATCH] Prepare 0.8.0 release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 2 +- plugin.yaml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92129bd1..0644c8b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 082ccfa5..42de899a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/plugin.yaml b/plugin.yaml index 70ee55de..94a702eb 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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.