Skip to content

Commit

Permalink
Merge pull request #194 from cybozu-go/bump-0.19.0
Browse files Browse the repository at this point in the history
Bump version to 0.19.0
  • Loading branch information
takahiro-yamada authored Feb 5, 2025
2 parents dde8860 + 96cba05 commit 8b548e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.19.0] - 2025-02-04

- Enable `--dsableupdate` to prevent automatic updates of runner ([#193](https://github.com/cybozu-go/meows/pull/193/files))

## [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))
Expand Down Expand Up @@ -226,7 +230,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.1...HEAD
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/cybozu-go/meows/compare/v0.18.1...v0.19.0
[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
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.1
newTag: 0.19.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: ghcr.io/cybozu-go/meows-controller
newTag: 0.18.1
newTag: 0.19.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.18.1"
Version = "0.19.0"
)

// Container names
Expand Down

0 comments on commit 8b548e9

Please sign in to comment.