Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed May 31, 2021
1 parent b5fa57f commit 9223322
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.9.2] - 2021-06-01

### Changed
- Fix RBAC for BackupPolicy (#258)

## [0.9.1] - 2021-05-31

### Changed
Expand Down Expand Up @@ -175,7 +180,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.9.1...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.9.2...HEAD
[0.9.2]: https://github.com/cybozu-go/moco/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/cybozu-go/moco/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/cybozu-go/moco/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/cybozu-go/moco/compare/v0.8.2...v0.8.3
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.9.1
newTag: 0.9.2
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.9.1"
Version = "0.9.2"

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

0 comments on commit 9223322

Please sign in to comment.