Skip to content

Commit b0fbe3d

Browse files
Merge pull request #24 from cybozu-go/bump-1.1.1
Bump version to 1.1.1
2 parents b996397 + b26aea3 commit b0fbe3d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.1.1] 2025-12-24
9+
810
### Changed
911

1012
- Update dependencies in [#23](https://github.com/cybozu-go/zombie-detector/pull/23)
@@ -64,7 +66,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6466

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

67-
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.0...HEAD
69+
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.1...HEAD
70+
[1.1.1]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.0...v1.1.1
6871
[1.1.0]: https://github.com/cybozu-go/zombie-detector/compare/v1.0.1...v1.1.0
6972
[1.0.1]: https://github.com/cybozu-go/zombie-detector/compare/v1.0.0...v1.0.1
7073
[1.0.0]: https://github.com/cybozu-go/zombie-detector/compare/v0.5.0...v1.0.0

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
Use: "zombie-detector",
3030
Short: "zombie-detector detects longly undeleted kubernetes resources",
3131
RunE: rootMain,
32-
Version: "1.1.0",
32+
Version: "1.1.1",
3333
}
3434
)
3535

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: zombie-detector:dev
77
newName: ghcr.io/cybozu-go/zombie-detector
8-
newTag: 1.1.0
8+
newTag: 1.1.1

0 commit comments

Comments
 (0)