From c03038002d8f4db4329ba041e78eb080f27b6799 Mon Sep 17 00:00:00 2001 From: kouki Date: Wed, 11 Aug 2021 05:39:17 +0000 Subject: [PATCH] Bump version to 0.2.0 --- 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 86789a52..12ce1d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.2.0] - 2021-08-11 + +### Changed + +- Everything. + ## [0.1.0] - 2021-04-13 ### Added - Implement github-actions-controller at minimal (#1) -[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.2.0...HEAD +[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 70edd7e4..2bdb545e 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.2.0-rc.4 + newTag: 0.2.0 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 8562443f..a5ac0f17 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.2.0-rc.4 + newTag: 0.2.0 commonLabels: app.kubernetes.io/name: meows