Skip to content

Commit

Permalink
Merge pull request #106 from cybozu-go/bump-0.3.0
Browse files Browse the repository at this point in the history
Bump version to 0.3.0
  • Loading branch information
morimoto-cybozu authored Nov 5, 2020
2 parents a6e6394 + b4e567a commit acd58e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2020-11-05

### Added

- Use ServiceTemplate. (#65, #92)
- Configure intermediate primary (#74, #87)
- Add metrics for controller (#81)
- Add metrics for agents (#83)
- Add Event recording. (#84)
- kubectl-moco plugin (#93, #95)
- create PodDisruptionBudget (#99)

### Changed

- Modify manifests for deployment. (#97)

## [0.2.0] - 2020-10-07

### Added
Expand All @@ -30,7 +46,8 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/cybozu-go/moco/compare/v0.2.0...v0.3.0
[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.2.0"
Version = "0.3.0"
)

0 comments on commit acd58e5

Please sign in to comment.