Skip to content

Commit 2d425d6

Browse files
authored
Merge pull request #677 from cybozu-go/bump-1.26.4
Bump version to 1.26.4
2 parents a22f2b2 + 7f9bd9c commit 2d425d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

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+
814
## [1.26.3]
915

1016
### Added
@@ -77,7 +83,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7783
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
7884
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
7985

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
8188
[1.26.3]: https://github.com/cybozu-go/cke/compare/v1.26.2...v1.26.3
8289
[1.26.2]: https://github.com/cybozu-go/cke/compare/v1.26.1...v1.26.2
8390
[1.26.1]: https://github.com/cybozu-go/cke/compare/v1.26.0...v1.26.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cke
22

33
// Version represents current cke version
4-
const Version = "1.26.3"
4+
const Version = "1.26.4"
55

66
// ConfigVersion represents the current configuration scheme
77
// of how CKE constructs its Kubernetes cluster.

0 commit comments

Comments
 (0)