Skip to content

Commit e24686b

Browse files
committed
Bump version to v0.31.0
1 parent 59a6902 commit e24686b

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
9+
## [0.31.0] - 2025-12-09
10+
11+
### Notice
12+
GitHub Discussions has been closed. Please open an Issue for any questions, feature requests, or discussions going forward.
13+
14+
### Changed
15+
- Document the Developer Certificate of Origin sign-off policy in contributor docs [#863](https://github.com/cybozu-go/moco/pull/863)
16+
817
### Added
18+
- Support for Kubernetes v1.34, including updated tooling, CRDs, and CI workflows [#860](https://github.com/cybozu-go/moco/pull/860) [#853](https://github.com/cybozu-go/moco/pull/853)
19+
- Support MySQL 8.0.44 and 8.4.7, with corresponding container images [#858](https://github.com/cybozu-go/moco/pull/858) [#856](https://github.com/cybozu-go/moco/pull/856)
920
- Added `(agent,fluentbit,mysqldExporter).image.(repository,tag)` values, to set `--agent-image`, `--fluent-bit-image`, `--mysqld-exporter-image` args on controller [#827](https://github.com/cybozu-go/moco/pull/827)
1021

22+
### Fixed
23+
- Compare replicas and partition numbers correctly when confirming StatefulSet rollout readiness in the partition controller [#857](https://github.com/cybozu-go/moco/pull/857)
24+
- Scope PVC resize targets to the MySQL cluster namespace to avoid unintended updates [#857](https://github.com/cybozu-go/moco/pull/857)
25+
1126
### Contributors
1227
- @dmaes
1328

@@ -750,7 +765,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
750765

751766
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
752767

753-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.30.0...HEAD
768+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.31.0...HEAD
769+
[0.31.0]: https://github.com/cybozu-go/moco/compare/v0.30.0...v0.31.0
754770
[0.30.0]: https://github.com/cybozu-go/moco/compare/v0.29.0...v0.30.0
755771
[0.29.0]: https://github.com/cybozu-go/moco/compare/v0.28.0...v0.29.0
756772
[0.28.0]: https://github.com/cybozu-go/moco/compare/v0.27.1...v0.28.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.30.0
6+
newTag: 0.31.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.30.0"
5+
Version = "0.31.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)