Skip to content

Commit b528e4b

Browse files
authored
Merge pull request #741 from cybozu-go/bump-v0.24.1
Bump version to v0.24.1
2 parents 2eb19ff + 20e4c7b commit b528e4b

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
### Changed
8+
## [0.24.1] - 2024-09-20
99

10+
### Changed
1011
- Update fluent-bit image to 3.1.7 [#738](https://github.com/cybozu-go/moco/pull/738)
1112
- Add support for k8s 1.30 and 1.31 [#727](https://github.com/cybozu-go/moco/pull/727)
13+
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 [719](https://github.com/cybozu-go/moco/pull/719)
14+
15+
## Added
16+
- Add mysql-configmap-history-limit flags [#733](https://github.com/cybozu-go/moco/pull/733)
17+
- rebuild mysql image and add mysqld 8.0.39, 8.4.2 [#728](https://github.com/cybozu-go/moco/pull/728)
18+
- Add statefulset partition controller [#633](https://github.com/cybozu-go/moco/pull/633),[#628](https://github.com/cybozu-go/moco/pull/628)
19+
- Load only the named schema from the dump files [#726](https://github.com/cybozu-go/moco/pull/726)
20+
- Add procedure to set cluster to read-only [#724](https://github.com/cybozu-go/moco/pull/724)
21+
- Allows customization of service ports [#723](https://github.com/cybozu-go/moco/pull/723)
22+
23+
## Fixed
24+
- Add a line break to kubectl-moco start/stop command's message [#737](https://github.com/cybozu-go/moco/pull/737)
25+
- Cannot replicate because the master purged required binary logs [#731](https://github.com/cybozu-go/moco/pull/731)
26+
- Add missing assertion method [#709](https://github.com/cybozu-go/moco/pull/709)
1227

1328
## [0.23.2] - 2024-07-02
1429

@@ -625,7 +640,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
625640

626641
- Bootstrap a vanilla MySQL cluster with no replicas (#2).
627642

628-
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.23.2...HEAD
643+
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.24.1...HEAD
644+
[0.24.1]: https://github.com/cybozu-go/moco/compare/v0.23.2...v0.24.1
629645
[0.23.2]: https://github.com/cybozu-go/moco/compare/v0.23.1...v0.23.2
630646
[0.23.1]: https://github.com/cybozu-go/moco/compare/v0.21.1...v0.23.1
631647
[0.22.1]: https://github.com/cybozu-go/moco/compare/v0.21.1...v0.22.1

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.23.2
6+
newTag: 0.24.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.23.2"
5+
Version = "0.24.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)