Skip to content

Commit

Permalink
Bump chart version to 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: ESASHIKA Kaoru <kaoru-esashika@cybozu.co.jp>
  • Loading branch information
pluser committed Aug 9, 2023
1 parent 0841759 commit 471aee6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion charts/pie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.4.1] - 2023-08-09

### Changed

- appVersion was changed to 0.7.1.

## [0.4.0] - 2023-07-07

### Changed
Expand Down Expand Up @@ -121,7 +127,8 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

This is the first release.

[Unreleased]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.0...HEAD
[Unreleased]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.1...HEAD
[0.4.1]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.0...pie-chart-v0.4.1
[0.4.0]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.5...pie-chart-v0.4.0
[0.3.5]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.4...pie-chart-v0.3.5
[0.3.4]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.3...pie-chart-v0.3.4
Expand Down
6 changes: 3 additions & 3 deletions charts/pie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ 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.4.0
version: 0.4.1

# 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.7.0
appVersion: 0.7.1

annotations:
artifacthub.io/images: |
- name: pie
image: ghcr.io/topolvm/pie:0.7.0
image: ghcr.io/topolvm/pie:0.7.1
artifacthub.io/license: Apache-2.0

0 comments on commit 471aee6

Please sign in to comment.