Skip to content

Commit

Permalink
Merge pull request #523 from cybozu-go/bump-v0.16.1
Browse files Browse the repository at this point in the history
Bump version to 0.16.1
  • Loading branch information
masa213f authored Apr 7, 2023
2 parents f078e91 + 5f39d12 commit 420b6b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.16.0] - 2023-03-28
## [0.16.1] - 2023-04-07

### Added

- Support multi-platform [#512](https://github.com/cybozu-go/moco/pull/512)
- Add podAntiAffinity to MySQL Cluster StatefulSet. [#513](https://github.com/cybozu-go/moco/pull/513)
- Support Google Cloud Storage [#501](https://github.com/cybozu-go/moco/pull/501)
- Support Google Cloud Storage [#493](https://github.com/cybozu-go/moco/pull/493) [#501](https://github.com/cybozu-go/moco/pull/501)
- Add qps flag [#518](https://github.com/cybozu-go/moco/pull/518)

### Changed
Expand All @@ -21,6 +20,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Wait until all Pods are deleted in E2E [#510](https://github.com/cybozu-go/moco/pull/510)
- Fix flaky test [#515](https://github.com/cybozu-go/moco/pull/515)
- Disable the delay check if .spec.maxDelaySeconds == 0 [#516](https://github.com/cybozu-go/moco/pull/516)
- Stop releasing ARM64 image [#522](https://github.com/cybozu-go/moco/pull/522)

## 0.16.0 - 2023-03-28

This release was canceled because the release workflow was incorrect.

## [0.15.0] - 2023-02-21

Expand Down Expand Up @@ -421,8 +425,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.16.0...HEAD
[0.16.0]: https://github.com/cybozu-go/moco/compare/v0.15.0...v0.16.0
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/cybozu-go/moco/compare/v0.15.0...v0.16.1
[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
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.16.0
newTag: 0.16.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.16.0"
Version = "0.16.1"

// 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 420b6b4

Please sign in to comment.