@@ -5,10 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
- ### Changed
8
+ ## [ 0.24.1 ] - 2024-09-20
9
9
10
+ ### Changed
10
11
- Update fluent-bit image to 3.1.7 [ #738 ] ( https://github.com/cybozu-go/moco/pull/738 )
11
12
- 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 )
12
27
13
28
## [ 0.23.2] - 2024-07-02
14
29
@@ -625,7 +640,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5
625
640
626
641
- Bootstrap a vanilla MySQL cluster with no replicas (#2 ).
627
642
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
629
645
[ 0.23.2 ] : https://github.com/cybozu-go/moco/compare/v0.23.1...v0.23.2
630
646
[ 0.23.1 ] : https://github.com/cybozu-go/moco/compare/v0.21.1...v0.23.1
631
647
[ 0.22.1 ] : https://github.com/cybozu-go/moco/compare/v0.21.1...v0.22.1
0 commit comments