Merge pull request #82127 from rajansandeep/bumpto1.6.2

Bump CoreDNS version in Kubeadm to 1.6.2
This commit is contained in:
Kubernetes Prow Robot 2019-08-30 09:40:23 -07:00 committed by GitHub
commit 235f3ab3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ dependencies:
match: k8s.gcr.io/coredns
- name: "coredns-kubeadm"
version: 1.5.0
version: 1.6.2
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: CoreDNSVersion =

View File

@ -333,7 +333,7 @@ const (
KubeDNSVersion = "1.14.13"
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
CoreDNSVersion = "1.5.0"
CoreDNSVersion = "1.6.2"
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration"