File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project employs a versioning scheme described in [ RELEASE.md] ( RELEASE.md#versioning ) .
55
6+
67## [ Unreleased]
78
9+ ## [ 1.30.6]
10+
11+ ### Changed
12+
13+ - Supress dns log [ #790 ] ( https://github.com/cybozu-go/cke/pull/790 )
14+ - Supress cluster-dns's log
15+ - Supress node-dns's log
16+ - Change the test instance's zone
17+
818## [ 1.30.5]
919
1020### Changed
@@ -73,7 +83,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7383- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
7484- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
7585
76- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.30.5...HEAD
86+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.30.6...HEAD
87+ [ 1.30.6 ] : https://github.com/cybozu-go/cke/compare/v1.30.5...v1.30.6
7788[ 1.30.5 ] : https://github.com/cybozu-go/cke/compare/v1.30.4...v1.30.5
7889[ 1.30.4 ] : https://github.com/cybozu-go/cke/compare/v1.30.3...v1.30.4
7990[ 1.30.3 ] : https://github.com/cybozu-go/cke/compare/v1.30.2...v1.30.3
Original file line number Diff line number Diff line change 11package cke
22
33// Version represents current cke version
4- const Version = "1.30.5 "
4+ const Version = "1.30.6 "
55
66// ConfigVersion represents the current configuration scheme
77// of how CKE constructs its Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments