File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.26.4]
9
+
10
+ ### Changed
11
+
12
+ - Backport #675 to enable DNSSEC validation [ #676 ] ( https://github.com/cybozu-go/cke/pull/676 )
13
+
8
14
## [ 1.26.3]
9
15
10
16
### Added
@@ -77,7 +83,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
77
83
- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
78
84
- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
79
85
80
- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.26.3...HEAD
86
+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.26.4...HEAD
87
+ [ 1.26.4 ] : https://github.com/cybozu-go/cke/compare/v1.26.3...v1.26.4
81
88
[ 1.26.3 ] : https://github.com/cybozu-go/cke/compare/v1.26.2...v1.26.3
82
89
[ 1.26.2 ] : https://github.com/cybozu-go/cke/compare/v1.26.1...v1.26.2
83
90
[ 1.26.1 ] : https://github.com/cybozu-go/cke/compare/v1.26.0...v1.26.1
Original file line number Diff line number Diff line change 1
1
package cke
2
2
3
3
// Version represents current cke version
4
- const Version = "1.26.3 "
4
+ const Version = "1.26.4 "
5
5
6
6
// ConfigVersion represents the current configuration scheme
7
7
// of how CKE constructs its Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments