Skip to content

Commit

Permalink
Merge pull request #7 from cybozu-go/bump-0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
yokaze authored Mar 19, 2024
2 parents bcdc35f + 4807720 commit abbc573
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.0] 2024-03-19

### Changed

- Migrate to ghcr.io [#5](https://github.com/cybozu-go/zombie-detector/pull/5)
- Support k8s 1.28 [#6](https://github.com/cybozu-go/zombie-detector/pull/6)

## [0.1.0] 2023-06-20

### Added

- first implementation completed [#1](https://github.com/cybozu-go/zombie-detector/pull/1)

[Unreleased]: https://github.com/cybozu-go/neco-template/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/cybozu-go/neco-template/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v0.2.0...HEAD
[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
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.1.0",
Version: "0.2.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.1.0
newTag: 0.2.0

0 comments on commit abbc573

Please sign in to comment.