Skip to content

Commit

Permalink
Merge pull request #86 from topolvm/bump-chart-0.4.2
Browse files Browse the repository at this point in the history
Bump chart version to 0.4.2
  • Loading branch information
toshipp committed Aug 17, 2023
2 parents ec2aba8 + 86332b7 commit dad4d13
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.2] - 2023-08-17

### Changed

- appVersion was changed to 0.7.2.

## [0.4.1] - 2023-08-09

### Changed
Expand Down Expand Up @@ -127,7 +133,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.1...HEAD
[Unreleased]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.2...HEAD
[0.4.2]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.1...pie-chart-v0.4.2
[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
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.1
version: 0.4.2

# 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.1
appVersion: 0.7.2

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

0 comments on commit dad4d13

Please sign in to comment.