Skip to content

Commit cdfed8a

Browse files
authored
Bump chart version to v0.26.0 (#928)
Signed-off-by: Yohei Watanabe <yohei-watanabe@cybozu.co.jp>
1 parent 4ef2d8e commit cdfed8a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

charts/moco/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.26.0] - 2026-07-01
9+
### Changed
10+
- Bump version to v0.36.0 [#927](https://github.com/cybozu-go/moco/pull/927)
11+
812
## [0.25.0] - 2026-05-13
913
### Changed
1014
- Bump version to v0.35.0 [#916](https://github.com/cybozu-go/moco/pull/916)
@@ -233,7 +237,8 @@ TEST SUITE: None
233237

234238
This is the first release.
235239

236-
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.25.0...HEAD
240+
[Unreleased]: https://github.com/cybozu-go/moco/compare/chart-v0.26.0...HEAD
241+
[0.26.0]: https://github.com/cybozu-go/moco/compare/chart-v0.25.0...chart-v0.26.0
237242
[0.25.0]: https://github.com/cybozu-go/moco/compare/chart-v0.24.0...chart-v0.25.0
238243
[0.24.0]: https://github.com/cybozu-go/moco/compare/chart-v0.23.0...chart-v0.24.0
239244
[0.23.0]: https://github.com/cybozu-go/moco/compare/chart-v0.22.0...chart-v0.23.0

charts/moco/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.25.0
18+
version: 0.26.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.35.0
24+
appVersion: 0.36.0
2525

2626
# This version does not necessarily match the supported version. This version number
2727
# will be updated when there is an obviously uninstallable version. If there are no

charts/moco/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010

1111
# image.tag -- MOCO image tag to use.
1212
# @default -- `{{ .Chart.AppVersion }}`
13-
tag: # 0.35.0
13+
tag: # 0.36.0
1414

1515
# imagePullSecrets -- Secrets for pulling MOCO image from private repository.
1616
imagePullSecrets: []

0 commit comments

Comments
 (0)