Skip to content

Commit 2943a0d

Browse files
committed
Bump version to 1.30.6
1 parent 8dc4a45 commit 2943a0d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
This 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

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.30.5"
4+
const Version = "1.30.6"
55

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

0 commit comments

Comments
 (0)