Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #706

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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) (@vsliouniaev)
- Add option to to use localhost instead of pod name to CRD [#662](https://github.com/cybozu-go/moco/pull/662) (@vsliouniaev)
- 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) (@vholer)

### 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 golang.org/x/net from 0.18.0 to 0.23.0 [#663](https://github.com/cybozu-go/moco/pull/663)
- 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)
Expand Down
Loading