Skip to content

Commit

Permalink
Merge pull request #131 from cybozu-go/0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
masa213f authored Jan 12, 2022
2 parents 3936e63 + b8f3e9e commit 0c99729
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.0] - 2022-01-11

### Changed

- Refine RunnerPool CRD (#130)
- Read GitHub credential from RunnerPool's namespace (#116)

### Fixed

- Fix the slack notifications failure when updating a RunnerPool (#125)

## [0.5.0] - 2021-12-06

### Added
Expand Down Expand Up @@ -81,7 +92,8 @@ 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.5.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/cybozu-go/meows/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cybozu-go/meows/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/cybozu-go/meows/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/cybozu-go/meows/compare/v0.4.0...v0.4.1
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.5.0
newTag: 0.6.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.5.0
newTag: 0.6.0

namePrefix: meows-

Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package constants

const (
// Version is the meows version.
Version = "0.5.0"
Version = "0.6.0"
)

// Container names
Expand Down

0 comments on commit 0c99729

Please sign in to comment.