Skip to content

Commit

Permalink
Bump version to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Jun 12, 2024
1 parent cdc435d commit e8bea59
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.21.0] - 2024-06-12

### Notable changed:
Due to an update of the github.com/aws/aws-sdk-go-v2 library, users must specify the region of the bucket in their BackupPolicy if the bucketConfig.backendType is s3 or not specified. If the region is not specified, the backup/restore job will crash.
ref: aws/aws-sdk-go-v2#2502

### Added
- Add mysql-admin port to the headless service [#658](https://github.com/cybozu-go/moco/pull/658)
- Add option to to use localhost instead of pod name to CRD [#663](https://github.com/cybozu-go/moco/pull/663)
- Add support for MySQL 8.0.36,8.0.37 and K8s 1.28,1.29 [#676](https://github.com/cybozu-go/moco/pull/676),[#667](https://github.com/cybozu-go/moco/pull/667),[#671](https://github.com/cybozu-go/moco/pull/671)
- Add to prevent disabling of binlog in MySQL cnf generator [#678](https://github.com/cybozu-go/moco/pull/678)
- Add check for limit cluster name length [#679](https://github.com/cybozu-go/moco/pull/679)
- Add ARM64 processor adaptation [#681](https://github.com/cybozu-go/moco/pull/681)

### Changed
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 [#654](https://github.com/cybozu-go/moco/pull/654)
- Bump golang.org/x/net from 0.18.0 to 0.23.0 [#653](https://github.com/cybozu-go/moco/pull/653)
- Bump fluent-bit 3.0.2 for MOCO [#665](https://github.com/cybozu-go/moco/pull/665)
- Bump mysql_exporter v0.15.1 [#666](https://github.com/cybozu-go/moco/pull/666)
- Bump moco-backup tools version [#672](https://github.com/cybozu-go/moco/pull/672)
- Update go.mod for the latest moco-agent [#690](https://github.com/cybozu-go/moco/pull/690)


## [0.20.2] - 2024-03-08

Expand Down

0 comments on commit e8bea59

Please sign in to comment.