Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdkuk committed Mar 23, 2022
1 parent abecfd9 commit 669d3cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.2] - 2022-03-23

### Changed

- Update runner version to 2.288.1 (#138)

## [0.6.1] - 2022-01-25

### Fixed
Expand Down Expand Up @@ -98,7 +104,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.6.1...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.6.2...HEAD
[0.6.2]: https://github.com/cybozu-go/meows/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/cybozu-go/meows/compare/v0.6.0...v0.6.1
[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
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.6.1
newTag: 0.6.2

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.6.1
newTag: 0.6.2

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.6.1"
Version = "0.6.2"
)

// Container names
Expand Down

0 comments on commit 669d3cb

Please sign in to comment.