Skip to content

Commit 6444d8b

Browse files
authored
Merge pull request #202 from cybozu-go/bump-0.20.2
Bump version to 0.20.2
2 parents 8e8c5bf + 6c21e74 commit 6444d8b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.20.2] - 2025-05-30
9+
10+
- Update runner version from 2.323.0 to 2.324.0 ([#201](https://github.com/cybozu-go/meows/pull/201))
11+
- Update deprecated kustomize fields ([#200](https://github.com/cybozu-go/meows/pull/200))
12+
813
## [0.20.1] - 2025-03-31
914

1015
- Support runner v2.323.0 ([#198](https://github.com/cybozu-go/meows/pull/198))
@@ -238,7 +243,8 @@ The images on Quay.io ([meows-controller](https://quay.io/repository/cybozu/meow
238243

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

241-
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.20.1...HEAD
246+
[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.20.2...HEAD
247+
[0.20.2]: https://github.com/cybozu-go/meows/compare/v0.20.1...v0.20.2
242248
[0.20.1]: https://github.com/cybozu-go/meows/compare/v0.20.0...v0.20.1
243249
[0.20.0]: https://github.com/cybozu-go/meows/compare/v0.19.0...v0.20.0
244250
[0.19.0]: https://github.com/cybozu-go/meows/compare/v0.18.1...v0.19.0

config/agent/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: meows
22

33
images:
44
- name: ghcr.io/cybozu-go/meows-controller
5-
newTag: 0.20.1
5+
newTag: 0.20.2
66

77
labels:
88
- includeSelectors: true

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: meows
22

33
images:
44
- name: ghcr.io/cybozu-go/meows-controller
5-
newTag: 0.20.1
5+
newTag: 0.20.2
66

77
namePrefix: meows-
88

constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package constants
22

33
const (
44
// Version is the meows version.
5-
Version = "0.20.1"
5+
Version = "0.20.2"
66
)
77

88
// Container names

0 commit comments

Comments
 (0)