Skip to content

Commit

Permalink
Bump chart version to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: kouki <[email protected]>
  • Loading branch information
kmdkuk committed Nov 7, 2023
1 parent 6495742 commit 893eddb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion charts/moco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.8.0] - 2023-11-02
- Bump appVersion to 0.18.1 [#598](https://github.com/cybozu-go/moco/pull/598)

## [0.7.0] - 2023-09-12

### Changed
Expand Down Expand Up @@ -125,7 +128,8 @@ TEST SUITE: None

This is the first release.

[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.7.0...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.8.0...HEAD
[0.8.0]: https://github.com/cybozu-go/moco/compare/chart-v0.7.0...chart-v0.8.0
[0.7.0]: https://github.com/cybozu-go/moco/compare/chart-v0.6.0...chart-v0.7.0
[0.6.0]: https://github.com/cybozu-go/moco/compare/chart-v0.5.0...chart-v0.6.0
[0.5.0]: https://github.com/cybozu-go/moco/compare/chart-v0.4.1...chart-v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions charts/moco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.7.0
version: 0.8.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.17.0
appVersion: 0.18.1

# This version does not necessarily match the supported version. This version number
# will be updated when there is an obviously uninstallable version. If there are no
Expand Down
2 changes: 1 addition & 1 deletion charts/moco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:

# image.tag -- MOCO image tag to use.
# @default -- `{{ .Chart.AppVersion }}`
tag: # 0.17.0
tag: # 0.18.1

# resources -- resources used by moco-controller.
resources:
Expand Down

0 comments on commit 893eddb

Please sign in to comment.