From 968e684c33e52c6014c0593a545a0c9bfe7d06e6 Mon Sep 17 00:00:00 2001 From: Masayuki Ishii Date: Tue, 12 Sep 2023 01:56:08 +0000 Subject: [PATCH] Bump chart version to 0.7.0 --- charts/moco/CHANGELOG.md | 14 +++++++++++++- charts/moco/Chart.yaml | 4 ++-- charts/moco/values.yaml | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/charts/moco/CHANGELOG.md b/charts/moco/CHANGELOG.md index 1779b870e..16c639f17 100644 --- a/charts/moco/CHANGELOG.md +++ b/charts/moco/CHANGELOG.md @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.7.0] - 2023-09-12 + +### Changed +- Bump appVersion to 0.17.0. [#569](https://github.com/cybozu-go/moco/pull/569) + +### Fixed +- Set kubeVersion compatible with EKS [#536](https://github.com/cybozu-go/moco/pull/536) + +### Contributors +- @fgeorgeanybox + ## [0.6.0] - 2023-04-06 ### Changed @@ -114,7 +125,8 @@ TEST SUITE: None This is the first release. -[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.6.0...HEAD +[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.7.0...HEAD +[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 [0.4.1]: https://github.com/cybozu-go/moco/compare/chart-v0.4.0...chart-v0.4.1 diff --git a/charts/moco/Chart.yaml b/charts/moco/Chart.yaml index ca1b6efa8..ec44923a4 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.6.0 +version: 0.7.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.16.1 +appVersion: 0.17.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 697969810..fe20ee15a 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.16.1 + tag: # 0.17.0 # resources -- resources used by moco-controller. resources: