Skip to content

Commit

Permalink
Merge pull request #180 from cybozu-go/bump-v0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
kfyharukz authored Feb 3, 2021
2 parents 377623c + ebf5f7c commit 7105d3f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.0] - 2021-02-03

**Breaking change**
The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5.0` caused by the naming method of k8s resources (PR #161). Please recreate the cluster.

### Added

- Add kubectl-moco release workflow for windows. (#169)

### Changed

- Support official MySQL container image. (#165)
- Add 'moco-' prefix to resource name and remove UUID suffix (#161)

## [0.4.0] - 2021-01-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Bump version
```

2. Checkout `main` branch.
3. Make a branch to release, for example by `git neco dev bump-$VERSION`
3. Make a branch to release, for example by `git neco dev bump-v$VERSION`
4. Update `version.go`.
5. Edit `CHANGELOG.md` for the new version ([example][]).
6. Commit the change and create a pull request:
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cybozu-go/moco
go 1.15

require (
github.com/cybozu-go/log v1.6.0
github.com/cybozu-go/log v1.6.0 // indirect
github.com/cybozu-go/well v1.10.0
github.com/go-logr/logr v0.3.0
github.com/go-sql-driver/mysql v1.5.0
Expand All @@ -17,8 +17,7 @@ require (
github.com/prometheus/client_model v0.2.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
github.com/spf13/viper v1.7.1 // indirect
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/cli-runtime v0.20.2
Expand Down

0 comments on commit 7105d3f

Please sign in to comment.