From 669d3cb262af19aa12a12e460d2d294f2554ae63 Mon Sep 17 00:00:00 2001 From: kouki Date: Wed, 23 Mar 2022 06:41:41 +0000 Subject: [PATCH] Bump version to 0.6.2 --- CHANGELOG.md | 9 ++++++++- config/agent/kustomization.yaml | 2 +- config/controller/kustomization.yaml | 2 +- constants.go | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6a6c4c..8ad63b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.6.2] - 2022-03-23 + +### Changed + +- Update runner version to 2.288.1 (#138) + ## [0.6.1] - 2022-01-25 ### Fixed @@ -98,7 +104,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.6.1...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/cybozu-go/meows/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/cybozu-go/meows/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/cybozu-go/meows/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/cybozu-go/meows/compare/v0.4.2...v0.5.0 diff --git a/config/agent/kustomization.yaml b/config/agent/kustomization.yaml index 4a4cca3d..bba77955 100644 --- a/config/agent/kustomization.yaml +++ b/config/agent/kustomization.yaml @@ -2,7 +2,7 @@ namespace: meows images: - name: quay.io/cybozu/meows-controller - newTag: 0.6.1 + newTag: 0.6.2 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 5197dd84..b657fb95 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -2,7 +2,7 @@ namespace: meows images: - name: quay.io/cybozu/meows-controller - newTag: 0.6.1 + newTag: 0.6.2 namePrefix: meows- diff --git a/constants.go b/constants.go index 8f5b0332..f44241c8 100644 --- a/constants.go +++ b/constants.go @@ -2,7 +2,7 @@ package constants const ( // Version is the meows version. - Version = "0.6.1" + Version = "0.6.2" ) // Container names