Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Feb 13, 2025
1 parent 45efeb9 commit 86d709a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.0] 2025-02-13

### Changed

- Support k8s 1.31 [#12](https://github.com/cybozu-go/zombie-detector/pull/12)
Expand Down Expand Up @@ -34,7 +36,8 @@ 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.4.0...HEAD
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/cybozu-go/zombie-detector/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cybozu-go/zombie-detector/compare/v0.3.0...v0.4.0
[0.3.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
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Use: "zombie-detector",
Short: "zombie-detector detects longly undeleted kubernetes resources",
RunE: rootMain,
Version: "0.4.0",
Version: "0.5.0",
}
)

Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: zombie-detector:dev
newName: ghcr.io/cybozu-go/zombie-detector
newTag: 0.4.0
newTag: 0.5.0

0 comments on commit 86d709a

Please sign in to comment.