File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed 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.32.0] - 2026/01/19
9+
10+ ### Added
11+ - Controlling Rolling Updates with the Partition Controller [ #862 ] ( https://github.com/cybozu-go/moco/pull/862 )
812
913## [ 0.31.0] - 2025-12-09
1014
@@ -765,7 +769,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
765769
766770- Bootstrap a vanilla MySQL cluster with no replicas (#2 ).
767771
768- [ Unreleased ] : https://github.com/cybozu-go/moco/compare/v0.31.0...HEAD
772+ [ Unreleased ] : https://github.com/cybozu-go/moco/compare/v0.32.0...HEAD
773+ [ 0.32.0 ] : https://github.com/cybozu-go/moco/compare/v0.31.0...v0.32.0
769774[ 0.31.0 ] : https://github.com/cybozu-go/moco/compare/v0.30.0...v0.31.0
770775[ 0.30.0 ] : https://github.com/cybozu-go/moco/compare/v0.29.0...v0.30.0
771776[ 0.29.0 ] : https://github.com/cybozu-go/moco/compare/v0.28.0...v0.29.0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ resources:
33
44images :
55- name : ghcr.io/cybozu-go/moco
6- newTag : 0.31 .0
6+ newTag : 0.32 .0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package moco
22
33const (
44 // Version is the MOCO version
5- Version = "0.31 .0"
5+ Version = "0.32 .0"
66
77 // FluentBitImage is the image for slow-log sidecar container.
88 FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:4.1.1.1"
You can’t perform that action at this time.
0 commit comments