Skip to content

Commit

Permalink
Merge pull request #76 from topolvm/bump-chart-0.4.0
Browse files Browse the repository at this point in the history
Bump chart version to 0.4.0
  • Loading branch information
pluser authored Jul 7, 2023
2 parents 6286ab7 + c2479eb commit 92312b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion charts/pie/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] - 2023-07-07

### Changed

- Remove an ability to delete nodes ([#73](https://github.com/topolvm/pie/pull/73))
- appVersion was changed to 0.7.0.

### Contributors

- @peng225

## [0.3.5] - 2023-05-18

### Added
Expand Down Expand Up @@ -110,7 +121,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.3.5...HEAD
[Unreleased]: https://github.com/topolvm/pie/compare/pie-chart-v0.4.0...HEAD
[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
[0.3.3]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.2...pie-chart-v0.3.3
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.3.5
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.6.1
appVersion: 0.7.0

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

0 comments on commit 92312b6

Please sign in to comment.