Skip to content

Commit 3769598

Browse files
authored
Merge pull request #839 from cybozu-go/bump-v0.30.0
Bump version to v0.30.0
2 parents 1c4f10a + 37b649d commit 3769598

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.30.0] - 2025-09-26
9+
10+
### Notice
11+
GitHub Discussions will be closed in the next release. Please open an Issue for any questions, feature requests, or discussions going forward.
12+
813
### Changed
9-
- Allow setting user and group security context for additional containers
14+
- Allow setting user and group security context for additional containers [#835](https://github.com/cybozu-go/moco/pull/835)
15+
- Upgrade Kubernetes 1.33 (includes related dependency updates) [#831](https://github.com/cybozu-go/moco/pull/831)
16+
17+
### Fixed
18+
- Increase test stability for SemiSyncMasterWaitSessions updates [#825](https://github.com/cybozu-go/moco/pull/825)
19+
- Download assets without setup-envtest [#838](https://github.com/cybozu-go/moco/pull/838)
1020

1121
## [0.29.0] - 2025-09-09
1222

@@ -734,7 +744,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
734744

735745
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
736746

737-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.29.0...HEAD
747+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.30.0...HEAD
748+
[0.30.0]: https://github.com/cybozu-go/moco/compare/v0.29.0...v0.30.0
738749
[0.29.0]: https://github.com/cybozu-go/moco/compare/v0.28.0...v0.29.0
739750
[0.28.0]: https://github.com/cybozu-go/moco/compare/v0.27.1...v0.28.0
740751
[0.27.1]: https://github.com/cybozu-go/moco/compare/v0.27.0...v0.27.1

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.29.0
6+
newTag: 0.30.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.29.0"
5+
Version = "0.30.0"
66

77
// FluentBitImage is the image for slow-log sidecar container.
88
FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:4.0.8.1"

0 commit comments

Comments
 (0)