Skip to content

Commit 25c2d12

Browse files
authored
Merge pull request #26 from cybozu-go/bump-1.1.2
Bump version to 1.1.2
2 parents 862f3cb + 20708f7 commit 25c2d12

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.2] 2026-02-17
9+
810
### Changed
911

1012
- Update dependencies for Kubernetes 1.34 in [#25](https://github.com/cybozu-go/zombie-detector/pull/25)
@@ -72,7 +74,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7274

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

75-
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.1...HEAD
77+
[Unreleased]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.2...HEAD
78+
[1.1.2]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.1...v1.1.2
7679
[1.1.1]: https://github.com/cybozu-go/zombie-detector/compare/v1.1.0...v1.1.1
7780
[1.1.0]: https://github.com/cybozu-go/zombie-detector/compare/v1.0.1...v1.1.0
7881
[1.0.1]: https://github.com/cybozu-go/zombie-detector/compare/v1.0.0...v1.0.1

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.1",
32+
Version: "1.1.2",
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.1
8+
newTag: 1.1.2

0 commit comments

Comments
 (0)