Skip to content

Commit

Permalink
Merge pull request #65 from cybozu-go/0.3.0
Browse files Browse the repository at this point in the history
Bump version to 0.3.0
  • Loading branch information
masa213f authored Aug 13, 2021
2 parents 598e090 + 3126485 commit 898a27a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2021-08-13

### Added

- Add meows command (#62)

### Changed

- Set name prefix for controller resources (#63)

## [0.2.0] - 2021-08-11

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

- Implement github-actions-controller at minimal (#1)

[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/cybozu-go/meows/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cybozu-go/meows/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cybozu-go/meows/compare/0a217cb1de9225c7eba5469ae8b286548a854333...v0.1.0
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Bump version
2. Make a branch to release

```console
$ git neco dev "$VERSION"`
$ git neco dev "$VERSION"
```

3. Edit `CHANGELOG.md` for the new version ([example][]).
Expand Down
2 changes: 1 addition & 1 deletion config/agent/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: meows

images:
- name: quay.io/cybozu/meows-controller
newTag: 0.2.0
newTag: 0.3.0

commonLabels:
app.kubernetes.io/name: meows
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: meows

images:
- name: quay.io/cybozu/meows-controller
newTag: 0.2.0
newTag: 0.3.0

namePrefix: meows-

Expand Down

0 comments on commit 898a27a

Please sign in to comment.