File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
234238This 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
1616imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments