From f7b026b48d77fa40be41b7bed113e51cf22a1485 Mon Sep 17 00:00:00 2001 From: takahiro-yamada Date: Thu, 26 Sep 2024 09:45:27 +0000 Subject: [PATCH] Bump version to 0.16.0 --- CHANGELOG.md | 7 ++++++- config/agent/kustomization.yaml | 2 +- config/controller/kustomization.yaml | 2 +- constants.go | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d590e34..0afee09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.16.0] - 2024-09-26 + +- Support Kubernetes 1.30 ([#185](https://github.com/cybozu-go/meows/pull/185)) + ## [0.15.0] - 2024-06-20 ### Changed @@ -210,7 +214,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.15.0...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/cybozu-go/meows/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/cybozu-go/meows/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/cybozu-go/meows/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/cybozu-go/meows/compare/v0.12.0...v0.13.0 diff --git a/config/agent/kustomization.yaml b/config/agent/kustomization.yaml index 0d7023f..531593e 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.15.0 + newTag: 0.16.0 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 178ac83..560c284 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.15.0 + newTag: 0.16.0 namePrefix: meows- diff --git a/constants.go b/constants.go index 51c0079..3df9a3d 100644 --- a/constants.go +++ b/constants.go @@ -2,7 +2,7 @@ package constants const ( // Version is the meows version. - Version = "0.15.0" + Version = "0.16.0" ) // Container names