Skip to content

Commit

Permalink
Merge pull request #111 from hypnoglow/release-0.9.2
Browse files Browse the repository at this point in the history
🆙 0.9.2
  • Loading branch information
hypnoglow authored Jan 23, 2020
2 parents 82d1890 + 623abfc commit d65cc1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.9.2] - 2020-01-23

### Changed

- Updated AWS SDK to v1.25.50, allowing to use IAM roles for service accounts.
[Refs: [#109](https://github.com/hypnoglow/helm-s3/issues/109) [#110](https://github.com/hypnoglow/helm-s3/pull/110)]

## [0.9.1] - 2020-01-15

### Added
Expand Down
6 changes: 3 additions & 3 deletions 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.1
$ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.9.2

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 Expand Up @@ -113,12 +113,12 @@ Example:

# For some reason, the plugin detects Helm version badly:
$ helm s3 version --mode
helm-s3 plugin version: 0.9.1
helm-s3 plugin version: 0.9.2
Helm version mode: v2

# Force the plugin to operate in v3 mode:
$ HELM_S3_MODE=3 helm s3 version --mode
helm-s3 plugin version: 0.9.1
helm-s3 plugin version: 0.9.2
Helm version mode: v3

## Usage
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.1"
version: "0.9.2"
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 d65cc1d

Please sign in to comment.