File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : zombie-detector:dev
77 newName : ghcr.io/cybozu-go/zombie-detector
8- newTag : 1.1.1
8+ newTag : 1.1.2
You can’t perform that action at this time.
0 commit comments