From 232cfc91ddc85803584e92102f665353c1bd69a7 Mon Sep 17 00:00:00 2001 From: UMEZAWA Takeshi Date: Thu, 30 May 2024 19:03:30 +0900 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 9 ++++++++- cmd/root.go | 2 +- config/default/kustomization.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86818dd..7da42f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.0] 2024-05-30 + +### Changed + +- Support k8s 1.29 [#6](https://github.com/cybozu-go/zombie-detector/pull/8) + ## [0.2.0] 2024-03-19 ### Changed @@ -18,6 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - first implementation completed [#1](https://github.com/cybozu-go/zombie-detector/pull/1) -[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v0.3.0...HEAD +[0.2.0]: https://github.com/cybozu-go/zombie-detector/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/cybozu-go/zombie-detector/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/cybozu-go/zombie-detector/compare/6d8c07c2507ed029b844e371de8faad79ad18ab9...v0.1.0 diff --git a/cmd/root.go b/cmd/root.go index 43256bc..370b815 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,7 @@ var ( Use: "zombie-detector", Short: "zombie-detector detects longly undeleted kubernetes resources", RunE: rootMain, - Version: "0.2.0", + Version: "0.3.0", } ) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 77e07ce..553185a 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: zombie-detector:dev newName: ghcr.io/cybozu-go/zombie-detector - newTag: 0.2.0 + newTag: 0.3.0