From 96cba05fe99b5a7942669227b19e39de5aa7ef78 Mon Sep 17 00:00:00 2001 From: takahiro-yamada Date: Tue, 4 Feb 2025 00:23:21 +0000 Subject: [PATCH] Bump version to 0.19.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 83b708b..817786f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.19.0] - 2025-02-04 + +- Enable `--dsableupdate` to prevent automatic updates of runner ([#193](https://github.com/cybozu-go/meows/pull/193/files)) + ## [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)) @@ -226,7 +230,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.1...HEAD +[Unreleased]: https://github.com/cybozu-go/meows/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/cybozu-go/meows/compare/v0.18.1...v0.19.0 [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 diff --git a/config/agent/kustomization.yaml b/config/agent/kustomization.yaml index a9c771e..ed8ae8d 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.1 + newTag: 0.19.0 commonLabels: app.kubernetes.io/name: meows diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index a3f88ec..d6c6214 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.1 + newTag: 0.19.0 namePrefix: meows- diff --git a/constants.go b/constants.go index d7d10e6..7449131 100644 --- a/constants.go +++ b/constants.go @@ -2,7 +2,7 @@ package constants const ( // Version is the meows version. - Version = "0.18.1" + Version = "0.19.0" ) // Container names