Skip to content

Commit

Permalink
Merge pull request #347 from cybozu-go/bump-v0.10.9
Browse files Browse the repository at this point in the history
Bump version to 0.10.9
  • Loading branch information
masa213f authored Nov 18, 2021
2 parents ead3d08 + ea8c308 commit 1119bac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.9] - 2021-11-18

### Fixed
- Pass spec.startupWaitSeconds for Clone request (#345)
- Update moco-agent to v0.7.1 (#345)

## [0.10.8] - 2021-11-12

### Added
Expand Down Expand Up @@ -276,7 +282,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.8...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.10.9...HEAD
[0.10.9]: https://github.com/cybozu-go/moco/compare/v0.10.8...v0.10.9
[0.10.8]: https://github.com/cybozu-go/moco/compare/v0.10.7...v0.10.8
[0.10.7]: https://github.com/cybozu-go/moco/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/cybozu-go/moco/compare/v0.10.5...v0.10.6
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.8
newTag: 0.10.9
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.8"
Version = "0.10.9"

// 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 1119bac

Please sign in to comment.