diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1f34b..83b708b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [0.18.0] - 2025-01-28 +## [0.18.1] - 2025-01-30 - Bump runner version from 2.321.0 to 2.322.0 ([#190](https://github.com/cybozu-go/meows/pull/190/files)) +## [0.18.0] - 2025-01-28 + +- This version is released mistakenly. + ## [0.17.0] - 2025-01-15 - Bump runner version from 2.320.0 to 2.321.0 ([#188](https://github.com/cybozu-go/meows/pull/188/files)) @@ -222,7 +226,8 @@ The images on Quay.io ([meows-controller](https://quay.io/repository/cybozu/meow - Implement github-actions-controller at minimal (#1) -[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.18.0...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.18.1...HEAD +[0.18.1]: https://github.com/cybozu-go/meows/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/cybozu-go/meows/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/cybozu-go/meows/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/cybozu-go/meows/compare/v0.15.0...v0.16.0 diff --git a/config/agent/kustomization.yaml b/config/agent/kustomization.yaml index bf622e5..a9c771e 100644 --- a/config/agent/kustomization.yaml +++ b/config/agent/kustomization.yaml @@ -2,7 +2,7 @@ namespace: meows images: - name: ghcr.io/cybozu-go/meows-controller - newTag: 0.18.0 + newTag: 0.18.1 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 47ec94d..a3f88ec 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -2,7 +2,7 @@ namespace: meows images: - name: ghcr.io/cybozu-go/meows-controller - newTag: 0.18.0 + newTag: 0.18.1 namePrefix: meows- diff --git a/constants.go b/constants.go index 5d6702a..d7d10e6 100644 --- a/constants.go +++ b/constants.go @@ -2,7 +2,7 @@ package constants const ( // Version is the meows version. - Version = "0.18.0" + Version = "0.18.1" ) // Container names