Skip to content

Commit

Permalink
Bump chart version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satoru-takeuchi committed Jul 4, 2022
1 parent 42bfc4e commit 27aef4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion charts/pvc-autoresizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.4.0] - 2022-07-04

### Added

- Add support for namespace allow list (#120)

### Changed

- Bump helm/chart-testing-action from 2.0.1 to 2.2.1 (#126)
- Bump helm/chart-releaser-action from 1.2.1 to 1.4.0 (#128)

## [0.3.6] - 2022-04-04

### Changed
Expand Down Expand Up @@ -48,7 +59,8 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.
## [0.2.0] - 2021-08-10
- First release.

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.6...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.4.0...HEAD
[0.4.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.6...pvc-autoresizer-chart-v0.4.0
[0.3.6]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.5...pvc-autoresizer-chart-v0.3.6
[0.3.5]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.4...pvc-autoresizer-chart-v0.3.5
[0.3.4]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.3...pvc-autoresizer-chart-v0.3.4
Expand Down
4 changes: 2 additions & 2 deletions charts/pvc-autoresizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.6
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.3.1
appVersion: 0.4.0
2 changes: 1 addition & 1 deletion charts/pvc-autoresizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:

# image.tag -- pvc-autoresizer image tag to use.
# @default -- `{{ .Chart.AppVersion }}`
tag: # 0.3.1
tag: # 0.4.0

# image.pullPolicy -- pvc-autoresizer image pullPolicy.
pullPolicy: # Always
Expand Down

0 comments on commit 27aef4c

Please sign in to comment.