Skip to content

Commit

Permalink
Merge pull request #164 from cybozu-go/bump-0.9.1
Browse files Browse the repository at this point in the history
Bump version to 0.9.1
  • Loading branch information
kmdkuk committed Dec 16, 2022
2 parents 7aece68 + 0f48b3e commit 5259cfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.9.1] - 2022-12-16

### Changed

- Update runner version to 2.300.0 ([#163](https://github.com/cybozu-go/meows/pull/163))
Expand Down Expand Up @@ -144,7 +146,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.9.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.9.1...HEAD
[0.9.0]: https://github.com/cybozu-go/meows/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/cybozu-go/meows/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/cybozu-go/meows/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/cybozu-go/meows/compare/v0.6.2...v0.7.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.9.0
newTag: 0.9.1

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.9.0
newTag: 0.9.1

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.9.0"
Version = "0.9.1"
)

// Container names
Expand Down

0 comments on commit 5259cfd

Please sign in to comment.