File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ archives:
18
18
files :
19
19
- LICENSE
20
20
- plugin.yaml
21
-
22
- release :
23
- draft : true
Original file line number Diff line number Diff line change @@ -5,13 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.14.0 ] - 2022-08-24
9
9
10
10
### Changed
11
11
12
+ - The plugin command line interface changed to use [ cobra] ( https://github.com/spf13/cobra )
13
+ instead of kingpin. This provides more compatibility and the same UX as in Helm.
14
+ [ Refs: [ #202 ] ( https://github.com/hypnoglow/helm-s3/pull/202 )]
15
+
12
16
- Go updated to 1.19.
17
+ [ Refs: [ #199 ] ( https://github.com/hypnoglow/helm-s3/pull/199 )]
13
18
14
19
- Supported (and tested against) Helm versions updated to 3.9.3.
20
+ [ Refs: [ #201 ] ( https://github.com/hypnoglow/helm-s3/pull/201 )]
21
+
22
+ - Completed the migration of the CI pipeline to Github Actions.
23
+ [ Refs: [ #166 ] ( https://github.com/hypnoglow/helm-s3/pull/166 ) [ #205 ] ( https://github.com/hypnoglow/helm-s3/pull/205 )]
24
+
25
+ ### Fixed
26
+
27
+ - Fixed a bug where the plugin failed to fetch charts with special characters
28
+ in version (e.g. ` v1.0.1+build.123 ` ).
29
+ [ Refs: [ #158 ] ( https://github.com/hypnoglow/helm-s3/issues/158 ) [ #204 ] ( https://github.com/hypnoglow/helm-s3/pull/204 )]
15
30
16
31
## [ 0.13.0] - 2022-08-07
17
32
Original file line number Diff line number Diff line change 1
1
<p align =" left " ><img src =" .github/assets/icon_with_name.png " width =" 500 " alt =" helm-s3 Logo " ></p >
2
2
3
3
[ ![ main] ( https://github.com/hypnoglow/helm-s3/actions/workflows/main.yml/badge.svg )] ( https://github.com/hypnoglow/helm-s3/actions/workflows/main.yml )
4
+ [ ![ release] ( https://github.com/hypnoglow/helm-s3/actions/workflows/release.yml/badge.svg )] ( https://github.com/hypnoglow/helm-s3/actions/workflows/release.yml )
4
5
[ ![ codecov] ( https://codecov.io/gh/hypnoglow/helm-s3/branch/master/graph/badge.svg?token=lJqiDsDfPu )] ( https://codecov.io/gh/hypnoglow/helm-s3 )
5
- [ ![ CircleCI] ( https://circleci.com/gh/hypnoglow/helm-s3/tree/master.svg?style=shield )] ( https://circleci.com/gh/hypnoglow/helm-s3/tree/master )
6
6
[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE )
7
7
[ ![ GitHub release] ( https://img.shields.io/github/release/hypnoglow/helm-s3.svg )] ( https://github.com/hypnoglow/helm-s3/releases )
8
8
[ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/s3 )] ( https://artifacthub.io/packages/search?repo=s3 )
@@ -48,7 +48,7 @@ The installation itself is simple as:
48
48
49
49
You can install a specific release version:
50
50
51
- $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.13 .0
51
+ $ helm plugin install https://github.com/hypnoglow/helm-s3.git --version 0.14 .0
52
52
53
53
To use the plugin, you do not need any special dependencies. The installer will
54
54
download versioned release with prebuilt binary from [ github releases] ( https://github.com/hypnoglow/helm-s3/releases ) .
Original file line number Diff line number Diff line change 1
1
name : " s3"
2
- version : " 0.13 .0"
2
+ version : " 0.14 .0"
3
3
usage : " Manage chart repositories on Amazon S3"
4
4
description : |-
5
5
Provides AWS S3 protocol support for charts and repos. https://github.com/hypnoglow/helm-s3
You can’t perform that action at this time.
0 commit comments