@@ -5,110 +5,14 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
- ## [ 1.27.10]
9
-
10
- ### Changed
11
-
12
- - change priorty of reboot queue cancel [ #715 ] ( https://github.com/cybozu-go/cke/pull/715 )
13
- - Embed root.hints file in unbound container [ #716 ] ( https://github.com/cybozu-go/cke/pull/716 )
14
- - Add test for too long repair execution [ #713 ] ( https://github.com/cybozu-go/cke/pull/713 )
15
-
16
- ## [ 1.27.9]
17
-
18
- ### Added
19
-
20
- - Add -output option to ` ckecli reboot-queue list ` [ #708 ] ( https://github.com/cybozu-go/cke/pull/708 )
21
-
22
- ### Changed
23
-
24
- - Remove deprecated DualStack flag [ #705 ] ( https://github.com/cybozu-go/cke/pull/705 )
25
- - Update Vault to 1.15.6 [ #709 ] ( https://github.com/cybozu-go/cke/pull/709 )
26
- - Remove Unhealthy/Unreachable taint [ #710 ] ( https://github.com/cybozu-go/cke/pull/710 )
27
- - Add rw option to extra volumes [ #712 ] ( https://github.com/cybozu-go/cke/pull/712 )
28
-
29
- ## [ 1.27.8]
30
-
31
- This release was canceled because the release workflow was failed.
32
-
33
- ## [ 1.27.7]
34
-
35
- ### Fixed
36
-
37
- - add setup-go in release-cke-image CI in [ #703 ] ( https://github.com/cybozu-go/cke/pull/703 )
38
-
39
- ## [ 1.27.6]
40
-
41
- ### Fixed
42
-
43
- - fix GO_VERSION in bin/env-sonobuoy in [ #701 ] ( https://github.com/cybozu-go/cke/pull/701 )
44
-
45
- ## [ 1.27.5]
46
-
47
- ### Changed
48
-
49
- - Fix condition of re-taint operation in [ #699 ] ( https://github.com/cybozu-go/cke/pull/699 )
50
-
51
- ## [ 1.27.4]
52
-
53
- ### Added
54
-
55
- - Implement repair queue in [ #692 ] ( https://github.com/cybozu-go/cke/pull/692 )
56
-
57
- ## [ 1.27.3]
58
-
59
- ### Changed
60
-
61
- - Adjustment network component resources in [ #695 ] ( https://github.com/cybozu-go/cke/pull/695 )
62
- - Update for Kubernetes 1.27.10 [ #696 ] ( https://github.com/cybozu-go/cke/pull/696 )
63
-
64
- ## [ 1.27.2]
65
-
66
- ### Changed
67
-
68
- - Update for Kubernetes 1.27.9 [ #691 ] ( https://github.com/cybozu-go/cke/pull/691 )
69
-
70
- ## [ 1.27.1]
71
-
72
- ### Added
73
-
74
- - Implement ckecli resource get [ #688 ] ( https://github.com/cybozu-go/cke/pull/688 )
75
-
76
- ### Changed
77
-
78
- - Fix reboot_queue_running to report internal-state more precisely [ #685 ] ( https://github.com/cybozu-go/cke/pull/685 )
79
- - Update go modules [ #689 ] ( https://github.com/cybozu-go/cke/pull/689 )
80
-
81
- ## [ 1.27.0]
82
-
83
- ### Added
84
-
85
- - Implement reboot-queue status metrics [ #678 ] ( https://github.com/cybozu-go/cke/pull/678 )
86
-
87
- ### Changed
88
-
89
- - Update for Kubernetes 1.27.8 [ #672 ] ( https://github.com/cybozu-go/cke/pull/672 )
90
- - Update Vault to 1.15.3 [ #680 ] ( https://github.com/cybozu-go/cke/pull/680 )
91
- - Migrate to ghcr.io [ #683 ] ( https://github.com/cybozu-go/cke/pull/683 )
92
-
93
- ## [ 1.27.0-rc.2]
94
-
95
- ### Added
96
-
97
- - Implement reboot-queue status metrics [ #678 ] ( https://github.com/cybozu-go/cke/pull/678 )
98
-
99
- ### Changed
100
-
101
- - Update Vault to 1.15.3 [ #680 ] ( https://github.com/cybozu-go/cke/pull/680 )
102
- - Migrate to ghcr.io [ #683 ] ( https://github.com/cybozu-go/cke/pull/683 )
103
-
104
- ## [ 1.27.0-rc.1]
105
-
106
8
### Changed
107
9
108
- - Update for Kubernetes 1.27.8 [ #672 ] ( https://github.com/cybozu-go/cke/pull/672 )
10
+ - Update for Kubernetes 1.28 [ #721 ] ( https://github.com/cybozu-go/cke/pull/721 )
11
+ - Update dependencies [ #719 ] ( https://github.com/cybozu-go/cke/pull/719 )
109
12
110
13
## Ancient changes
111
14
15
+ - See [ release-1.27/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.27/CHANGELOG.md ) for changes in CKE 1.27.
112
16
- See [ release-1.26/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.26/CHANGELOG.md ) for changes in CKE 1.26.
113
17
- See [ release-1.25/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.25/CHANGELOG.md ) for changes in CKE 1.25.
114
18
- See [ release-1.24/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.24/CHANGELOG.md ) for changes in CKE 1.24.
@@ -126,16 +30,3 @@ This release was canceled because the release workflow was failed.
126
30
- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
127
31
128
32
[ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.27.10...HEAD
129
- [ 1.27.10 ] : https://github.com/cybozu-go/cke/compare/v1.27.9...v1.27.10
130
- [ 1.27.9 ] : https://github.com/cybozu-go/cke/compare/v1.27.7...v1.27.9
131
- [ 1.27.8 ] : https://github.com/cybozu-go/cke/compare/v1.27.7...v1.27.8
132
- [ 1.27.7 ] : https://github.com/cybozu-go/cke/compare/v1.27.6...v1.27.7
133
- [ 1.27.6 ] : https://github.com/cybozu-go/cke/compare/v1.27.5...v1.27.6
134
- [ 1.27.5 ] : https://github.com/cybozu-go/cke/compare/v1.27.4...v1.27.5
135
- [ 1.27.4 ] : https://github.com/cybozu-go/cke/compare/v1.27.3...v1.27.4
136
- [ 1.27.3 ] : https://github.com/cybozu-go/cke/compare/v1.27.2...v1.27.3
137
- [ 1.27.2 ] : https://github.com/cybozu-go/cke/compare/v1.27.1...v1.27.2
138
- [ 1.27.1 ] : https://github.com/cybozu-go/cke/compare/v1.27.0...v1.27.1
139
- [ 1.27.0 ] : https://github.com/cybozu-go/cke/compare/v1.26.4...v1.27.0
140
- [ 1.27.0-rc.2 ] : https://github.com/cybozu-go/cke/compare/v1.27.0-rc.1...v1.27.0-rc.2
141
- [ 1.27.0-rc.1 ] : https://github.com/cybozu-go/cke/compare/v1.26.4...v1.27.0-rc.1
0 commit comments