Skip to content

Commit

Permalink
🆙 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Jun 12, 2018
1 parent 470bea7 commit 42aa39e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ workflows:
- release:
requires:
- dep
filters:
tags:
only: /.*/
branches:
ignore: /.*/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [0.7.0]

### Added

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ add `--force` flag to a push command:

$ helm s3 push --force ./epicservice-0.7.2.tgz mynewrepo

To see other available options, use `--help` flag:

$ helm s3 push --help

### Delete

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.6.1"
version: "0.7.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 42aa39e

Please sign in to comment.