Skip to content

Commit

Permalink
Merge pull request #758 from cybozu-go/bump-chart-v0.15.0
Browse files Browse the repository at this point in the history
Bump chart version to v0.15.0
  • Loading branch information
yamatcha authored Nov 20, 2024
2 parents 8a688ec + 8a66a65 commit 64d7809
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This will prevent the MOCO version from going up just by modifying the Helm Char
2. Make a new branch from the latest `main` with `git neco dev bump-chart-v$CHARTVERSION`.

```console
$ git neco dev "bump-chart-v$VERSION"
$ git neco dev "bump-chart-v$CHARTVERSION"
```

3. Update version strings:
Expand Down
8 changes: 7 additions & 1 deletion charts/moco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.15.0] - 2024-11-20
### Changed
- Bump appVersion to 0.25.0 [#756](https://github.com/cybozu-go/moco/pull/756)

## [0.14.0] - 2024-09-20
### Changed
- Bump appVersion to 0.24.1 [#742](https://github.com/cybozu-go/moco/pull/742)
Expand Down Expand Up @@ -177,7 +181,9 @@ TEST SUITE: None

This is the first release.

[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.13.1...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.15.0...HEAD
[0.15.0]: https://github.com/cybozu-go/moco/compare/chart-v0.14.0...chart-v0.15.0
[0.14.0]: https://github.com/cybozu-go/moco/compare/chart-v0.13.1...chart-v0.14.0
[0.13.1]: https://github.com/cybozu-go/moco/compare/chart-v0.13.0...chart-v0.13.1
[0.13.0]: https://github.com/cybozu-go/moco/compare/chart-v0.12.0...chart-v0.13.0
[0.12.0]: https://github.com/cybozu-go/moco/compare/chart-v0.11.0...chart-v0.12.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.14.0
version: 0.15.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.24.1
appVersion: 0.25.0

# 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 @@ -10,7 +10,7 @@ image:

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

# imagePullSecrets -- Secrets for pulling MOCO image from private repository.
imagePullSecrets: []
Expand Down

0 comments on commit 64d7809

Please sign in to comment.