Skip to content

Commit

Permalink
Merge pull request #741 from cybozu-go/bump-v0.24.1
Browse files Browse the repository at this point in the history
Bump version to v0.24.1
  • Loading branch information
YZ775 authored Sep 20, 2024
2 parents 2eb19ff + 20e4c7b commit b528e4b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
## [0.24.1] - 2024-09-20

### Changed
- Update fluent-bit image to 3.1.7 [#738](https://github.com/cybozu-go/moco/pull/738)
- Add support for k8s 1.30 and 1.31 [#727](https://github.com/cybozu-go/moco/pull/727)
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 [719](https://github.com/cybozu-go/moco/pull/719)

## Added
- Add mysql-configmap-history-limit flags [#733](https://github.com/cybozu-go/moco/pull/733)
- rebuild mysql image and add mysqld 8.0.39, 8.4.2 [#728](https://github.com/cybozu-go/moco/pull/728)
- Add statefulset partition controller [#633](https://github.com/cybozu-go/moco/pull/633),[#628](https://github.com/cybozu-go/moco/pull/628)
- Load only the named schema from the dump files [#726](https://github.com/cybozu-go/moco/pull/726)
- Add procedure to set cluster to read-only [#724](https://github.com/cybozu-go/moco/pull/724)
- Allows customization of service ports [#723](https://github.com/cybozu-go/moco/pull/723)

## Fixed
- Add a line break to kubectl-moco start/stop command's message [#737](https://github.com/cybozu-go/moco/pull/737)
- Cannot replicate because the master purged required binary logs [#731](https://github.com/cybozu-go/moco/pull/731)
- Add missing assertion method [#709](https://github.com/cybozu-go/moco/pull/709)

## [0.23.2] - 2024-07-02

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

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

[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.23.2...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.24.1...HEAD
[0.24.1]: https://github.com/cybozu-go/moco/compare/v0.23.2...v0.24.1
[0.23.2]: https://github.com/cybozu-go/moco/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/cybozu-go/moco/compare/v0.21.1...v0.23.1
[0.22.1]: https://github.com/cybozu-go/moco/compare/v0.21.1...v0.22.1
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resources:

images:
- name: ghcr.io/cybozu-go/moco
newTag: 0.23.2
newTag: 0.24.1
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package moco

const (
// Version is the MOCO version
Version = "0.23.2"
Version = "0.24.1"

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

0 comments on commit b528e4b

Please sign in to comment.