Skip to content

Commit

Permalink
Merge pull request #69 from topolvm/bump-chart-0.3.5
Browse files Browse the repository at this point in the history
Bump chart version to 0.3.5
  • Loading branch information
toshipp committed May 18, 2023
2 parents 930ddcf + 1cd5e42 commit 9194a0a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion charts/pie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.3.5] - 2023-05-18

### Added

- Add pprof function ([#66](https://github.com/topolvm/pie/pull/66))

### Changed

- appVersion was changed to 0.6.1.

### Fixed

- Fix map growing ([#67](https://github.com/topolvm/pie/pull/67))

### Contributors

- @toshipp

## [0.3.4] - 2023-04-13

### Changed
Expand Down Expand Up @@ -92,7 +110,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.4...HEAD
[Unreleased]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.5...HEAD
[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
[0.3.2]: https://github.com/topolvm/pie/compare/pie-chart-v0.3.1...pie-chart-v0.3.2
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.4
version: 0.3.5

# 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.0
appVersion: 0.6.1

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

0 comments on commit 9194a0a

Please sign in to comment.