Skip to content

Commit

Permalink
Merge pull request #295 from cybozu-go/bump-v0.10.5
Browse files Browse the repository at this point in the history
Bump version to 0.10.5
  • Loading branch information
ysksuzuki authored Jul 29, 2021
2 parents 2104645 + ad26dfb commit 2f16275
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.5] - 2021-07-29

### Changed
- Create ServiceAccount for moco controller (#281)
- Change LICENSE from MIT to Apache 2 (#291)

### Fixed
- Random failure when restoring a database (#284)
- Failed to restore data due to missing PROXY privilege (#287)

## [0.10.4] - 2021-07-07

### Fixed
Expand Down Expand Up @@ -232,7 +242,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.10.4...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.10.5...HEAD
[0.10.5]: https://github.com/cybozu-go/moco/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/cybozu-go/moco/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/cybozu-go/moco/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/cybozu-go/moco/compare/v0.10.1...v0.10.2
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.10.4
newTag: 0.10.5
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.10.4"
Version = "0.10.5"

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

0 comments on commit 2f16275

Please sign in to comment.