Skip to content

Commit

Permalink
Merge pull request #404 from cybozu-go/bump-v0.12.0
Browse files Browse the repository at this point in the history
Bump version to 0.12.0
  • Loading branch information
masa213f authored Apr 22, 2022
2 parents 877dd6d + d076807 commit 50163b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.12.0] - 2022-04-22

### Added
- Allow users to customize containers resources (#394, #395)
- Clarify a known issue about multi-threaded replication (#400, #401)

### Changed
- Update mysqld_exporter and Fluent Bit (#402)
- Support k8s 1.23 (#399)
- Update actions (#398)

### Fixed
- Fix broken helm chart (#397)

## [0.11.1] - 2022-03-16

### Changed
Expand Down Expand Up @@ -311,7 +325,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.11.1...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/cybozu-go/moco/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/cybozu-go/moco/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/cybozu-go/moco/compare/v0.10.9...v0.11.0
[0.10.9]: https://github.com/cybozu-go/moco/compare/v0.10.8...v0.10.9
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.11.1
newTag: 0.12.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.11.1"
Version = "0.12.0"

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

0 comments on commit 50163b1

Please sign in to comment.