Skip to content

Commit b792d6e

Browse files
authored
Bump version to v0.34.0 (#889)
Signed-off-by: Kento Takeuchi <kento-takeuchi@cybozu.co.jp>
1 parent c6447fa commit b792d6e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.34.0] - 2026/02/18
9+
10+
### Added
11+
- Support MySQL 8.4.8/8.0.45 [#877](https://github.com/cybozu-go/moco/pull/877),[#881](https://github.com/cybozu-go/moco/pull/881)
12+
13+
### Changed
14+
- Check rate-limit before patch new partition [#884](https://github.com/cybozu-go/moco/pull/884)
15+
16+
### Fixed
17+
- use native SSA support (controller-runtime v0.22) and remove unstructured conversion. [#875](https://github.com/cybozu-go/moco/pull/875)
18+
- Improve the test code base [#871](https://github.com/cybozu-go/moco/pull/871)
19+
- Fix StatefulSetPartitionReconciler event filtering [#879](https://github.com/cybozu-go/moco/pull/879)
20+
- Introduce generic setControllerReference helper [#880](https://github.com/cybozu-go/moco/pull/880)
21+
822
## [0.33.0] - 2026/01/23
923

1024
### Added
@@ -774,7 +788,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
774788

775789
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
776790

777-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.33.0...HEAD
791+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.34.0...HEAD
792+
[0.34.0]: https://github.com/cybozu-go/moco/compare/v0.33.0...v0.34.0
778793
[0.33.0]: https://github.com/cybozu-go/moco/compare/v0.32.0...v0.33.0
779794
[0.32.0]: https://github.com/cybozu-go/moco/compare/v0.31.0...v0.32.0
780795
[0.31.0]: https://github.com/cybozu-go/moco/compare/v0.30.0...v0.31.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.33.0
6+
newTag: 0.34.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.33.0"
5+
Version = "0.34.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)