Skip to content

Commit

Permalink
Merge pull request #192 from cybozu-go/bump-0.18.1
Browse files Browse the repository at this point in the history
Bump version to 0.18.1
  • Loading branch information
takahiro-yamada authored Jan 30, 2025
2 parents ae7f010 + 78ab95e commit ccf74c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.18.0] - 2025-01-28
## [0.18.1] - 2025-01-30

- Bump runner version from 2.321.0 to 2.322.0 ([#190](https://github.com/cybozu-go/meows/pull/190/files))

## [0.18.0] - 2025-01-28

- This version is released mistakenly.

## [0.17.0] - 2025-01-15

- Bump runner version from 2.320.0 to 2.321.0 ([#188](https://github.com/cybozu-go/meows/pull/188/files))
Expand Down Expand Up @@ -222,7 +226,8 @@ The images on Quay.io ([meows-controller](https://quay.io/repository/cybozu/meow

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

[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/cybozu-go/meows/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/cybozu-go/meows/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/cybozu-go/meows/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/cybozu-go/meows/compare/v0.15.0...v0.16.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: ghcr.io/cybozu-go/meows-controller
newTag: 0.18.0
newTag: 0.18.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: ghcr.io/cybozu-go/meows-controller
newTag: 0.18.0
newTag: 0.18.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.18.0"
Version = "0.18.1"
)

// Container names
Expand Down

0 comments on commit ccf74c3

Please sign in to comment.