Skip to content

Commit

Permalink
Merge pull request #63 from cybozu-go/bump-0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
kfyharukz authored Oct 8, 2020
2 parents 382af7c + cf0c672 commit 8384e14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.0] - 2020-10-07

### Added

- Generate MySQL configuration file with merging configmap resource (#39, #42)
- Add periodic log rotation mechanism (#43)
- Setup MySQL cluster with primary-replica (#50)
- Add Service resources to connect primary and replicas (#52)
- Do failover when a replica becomes unavailable (#53)
- Add token mechanism to call agent APIs (#55)
- Do failover when a primary becomes unavailable (#58)
- Support for Kubernetes 1.18 (#61)

## [0.1.1] - 2020-06-18

### Fixed
Expand All @@ -17,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Bootstrap a vanilla MySQL cluster with no replicas (#2).

[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/cybozu-go/moco/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/cybozu-go/moco/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cybozu-go/moco/compare/5256088a31e70f2d29649b8b69b0c8e208eb1c70...v0.1.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package moco

const (
// Version is the MOCO version
Version = "0.1.1"
Version = "0.2.0"
)

0 comments on commit 8384e14

Please sign in to comment.