From c9cc67c5b86b2e5dd887ff9963eefc432ac5deaa Mon Sep 17 00:00:00 2001 From: Masayuki Ishii Date: Fri, 13 Aug 2021 09:03:30 +0000 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 9 ++++++++- config/agent/kustomization.yaml | 2 +- config/controller/kustomization.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb4a213..ae382ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.1] - 2021-08-13 + +### Fixed + +- Update latest runner image (#67) + ## [0.3.0] - 2021-08-13 ### Added @@ -27,7 +33,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.3.0...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/cybozu-go/meows/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/cybozu-go/meows/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/cybozu-go/meows/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/cybozu-go/meows/compare/0a217cb1de9225c7eba5469ae8b286548a854333...v0.1.0 diff --git a/config/agent/kustomization.yaml b/config/agent/kustomization.yaml index e2845260..0aed6e2c 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.3.0 + newTag: 0.3.1 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 45f46600..1e1f4e22 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.3.0 + newTag: 0.3.1 namePrefix: meows-