Skip to content

Commit 94e79e4

Browse files
authored
Merge pull request #763 from cybozu-go/bump-v0.25.1
Bump version to v0.25.1
2 parents 22ca36f + 160a72e commit 94e79e4

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
## [0.25.0] - 2024-11-20
8+
## [0.25.1] - 2024-12-03
9+
10+
### Breaking Changes
11+
[#751](https://github.com/cybozu-go/moco/pull/751), included in this release, needs ValidatingAdmissionPolicy. But this feature is not enabled default when K8s version < 1.30. So you have to enable the feature manually when you use those version.
912

1013
### Changed
1114
- Set timeoutSeconds to 50sec [#746](https://github.com/cybozu-go/moco/pull/746)
@@ -14,6 +17,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1417

1518
### Added
1619
- build MySQL and mysqld_exporter images [#754](https://github.com/cybozu-go/moco/pull/754)
20+
- Add log-rotation-size [#762](https://github.com/cybozu-go/moco/pull/762)
21+
22+
### Fixed
23+
- issue-759: Select the appropriate apiVersion [#760](https://github.com/cybozu-go/moco/pull/760)
24+
25+
26+
## [0.25.0] - 2024-11-20
27+
28+
This release was aborted due to a bug.
29+
https://github.com/cybozu-go/moco/issues/759
1730

1831
## [0.24.1] - 2024-09-20
1932

@@ -650,7 +663,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
650663

651664
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
652665

653-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.25.0...HEAD
666+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.25.1...HEAD
667+
[0.25.1]: https://github.com/cybozu-go/moco/compare/v0.25.0...v0.25.1
654668
[0.25.0]: https://github.com/cybozu-go/moco/compare/v0.24.1...v0.25.0
655669
[0.24.1]: https://github.com/cybozu-go/moco/compare/v0.23.2...v0.24.1
656670
[0.23.2]: https://github.com/cybozu-go/moco/compare/v0.23.1...v0.23.2

kustomization.yaml

+1-1
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.25.0
6+
newTag: 0.25.1

version.go

+1-1
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.25.0"
5+
Version = "0.25.1"
66

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

0 commit comments

Comments
 (0)