Skip to content

Commit b827561

Browse files
authored
Bump version to v0.32.0 (#868)
Signed-off-by: Kento Takeuchi <kento-takeuchi@cybozu.co.jp>
1 parent 4466e47 commit b827561

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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.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

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resources:
33

44
images:
55
- name: ghcr.io/cybozu-go/moco
6-
newTag: 0.31.0
6+
newTag: 0.32.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package moco
22

33
const (
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"

0 commit comments

Comments
 (0)