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.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
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.0 " ,
32+ Version : "1.1.1 " ,
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.0
8+ newTag : 1.1.1
You can’t perform that action at this time.
0 commit comments