Skip to content

Commit

Permalink
Merge pull request #509 from cybozu-go/bump-v0.15.0
Browse files Browse the repository at this point in the history
Bump version to 0.15.0
  • Loading branch information
masa213f authored Feb 22, 2023
2 parents ee82a7c + 39ae720 commit 4658a97
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.15.0] - 2023-02-21

### Added
- Support Kubernetes v1.26 [#495](https://github.com/cybozu-go/moco/pull/495)
- Support MySQL 8.0.32 [#505](https://github.com/cybozu-go/moco/pull/505)
- Add default affinity for BackupPolicySpec [#471](https://github.com/cybozu-go/moco/pull/471)
- Add max-concurrent-reconciles option [#498](https://github.com/cybozu-go/moco/pull/498)
- Add metrics to measure processing time [#499](https://github.com/cybozu-go/moco/pull/499)
- Add pprof server to moco-controller [#500](https://github.com/cybozu-go/moco/pull/500)

### Changed
- Update fluent-bit v2.0.9 [#508](https://github.com/cybozu-go/moco/pull/508)
- Add id to cluster manager's log [#503](https://github.com/cybozu-go/moco/pull/503)
- Build moco-controller with go 1.19 [#506](https://github.com/cybozu-go/moco/pull/506)

### Fixed
- Ignore primary's event when detecting errant replicas [#491](https://github.com/cybozu-go/moco/pull/491)
- Use ExecutedGtidSet and RetrievedGtidSet when determining the primary [#474](https://github.com/cybozu-go/moco/pull/474)
- Enable go.mod cache [#504](https://github.com/cybozu-go/moco/pull/504)

## [0.14.1] - 2022-12-08

### Fixed
Expand Down Expand Up @@ -384,7 +404,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.14.1...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/cybozu-go/moco/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/cybozu-go/moco/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/cybozu-go/moco/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/cybozu-go/moco/compare/v0.12.1...v0.13.0
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.14.1
newTag: 0.15.0
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.14.1"
Version = "0.15.0"

// FluentBitImage is the image for slow-log sidecar container.
FluentBitImage = "quay.io/cybozu/fluent-bit:2.0.9.1"
Expand Down

0 comments on commit 4658a97

Please sign in to comment.