Skip to content

Commit

Permalink
Bump version to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
masa213f committed Nov 2, 2021
1 parent 0dc3e1c commit 190173e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.7] - 2021-11-02

### Added
- Add MySQL 8.0.27 Support (#330)
- Add Helm charts (#317)
- Support krew release (#312)

### Fixed
- Fix available status when all replicas are not ready (#323)
- Dynamically adjust part size when uploading backup files (#319)
- Disable replication_sender_observe_commit_only (#333)
- kubectl-moco: Fix crash bug when kubeconfig file does not exist (#327)
- kubeclt-moco: Import auth plugin (#328)
- kubectl-moco: Remove redundant error message (#329)

## [0.10.6] - 2021-10-05

### Added
Expand Down Expand Up @@ -252,7 +267,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.6...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.10.7...HEAD
[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
[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
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.6
newTag: 0.10.7
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.6"
Version = "0.10.7"

// 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 190173e

Please sign in to comment.