From bba0c070c21e62277b86fa77219c390697b26fba Mon Sep 17 00:00:00 2001 From: yamatcha Date: Tue, 19 Dec 2023 07:10:45 +0000 Subject: [PATCH] Bump chart version to 0.10.0 --- charts/moco/CHANGELOG.md | 7 ++++++- charts/moco/Chart.yaml | 4 ++-- charts/moco/values.yaml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/charts/moco/CHANGELOG.md b/charts/moco/CHANGELOG.md index 102828380..7e9102e15 100644 --- a/charts/moco/CHANGELOG.md +++ b/charts/moco/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.10.0] - 2023-12-20 +### Changed +- Bump appVersion to 0.20.0 [#627](https://github.com/cybozu-go/moco/pull/627) + ## [0.9.0] - 2023-11-14 ### Changed - Bump appVersion to 0.19.0 [#610](https://github.com/cybozu-go/moco/pull/610) @@ -133,7 +137,8 @@ TEST SUITE: None This is the first release. -[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.9.0...HEAD +[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.10.0...HEAD +[0.10.0]: https://github.com/cybozu-go/moco/compare/chart-v0.9.0...chart-v0.10.0 [0.9.0]: https://github.com/cybozu-go/moco/compare/chart-v0.8.0...chart-v0.9.0 [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 diff --git a/charts/moco/Chart.yaml b/charts/moco/Chart.yaml index 5df93d615..94e7d74d4 100644 --- a/charts/moco/Chart.yaml +++ b/charts/moco/Chart.yaml @@ -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.9.0 +version: 0.10.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.19.0 +appVersion: 0.20.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 diff --git a/charts/moco/values.yaml b/charts/moco/values.yaml index 49874e928..b6befe0b4 100644 --- a/charts/moco/values.yaml +++ b/charts/moco/values.yaml @@ -4,7 +4,7 @@ image: # image.tag -- MOCO image tag to use. # @default -- `{{ .Chart.AppVersion }}` - tag: # 0.19.0 + tag: # 0.20.0 # resources -- resources used by moco-controller. resources: