File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace: meows
22
33images :
44- name : ghcr.io/cybozu-go/meows-controller
5- newTag : 0.20.1
5+ newTag : 0.20.2
66
77labels :
88- includeSelectors : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace: meows
22
33images :
44- name : ghcr.io/cybozu-go/meows-controller
5- newTag : 0.20.1
5+ newTag : 0.20.2
66
77namePrefix : meows-
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package constants
22
33const (
44 // Version is the meows version.
5- Version = "0.20.1 "
5+ Version = "0.20.2 "
66)
77
88// Container names
You can’t perform that action at this time.
0 commit comments