Skip to content

Commit 00ccaf1

Browse files
committed
feat: update CoreDNS to 1.9.0
See https://github.com/coredns/coredns/blob/master/notes/coredns-1.9.0.md Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent a9a47b7 commit 00ccaf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with a single `--mode` flag that can take the following values:
3333
description="""\
3434
* Linux: 5.15.23
3535
* Kubernetes: 1.23.3
36-
* CoreDNS: 1.8.7
36+
* CoreDNS: 1.9.0
3737
* etcd: 3.5.2
3838
* containerd: 1.6.0
3939
* runc: 1.1.0

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const (
257257
CoreDNSImage = "docker.io/coredns/coredns"
258258

259259
// DefaultCoreDNSVersion is the default version for the CoreDNS.
260-
DefaultCoreDNSVersion = "1.8.7"
260+
DefaultCoreDNSVersion = "1.9.0"
261261

262262
// LabelNodeRoleMaster is the node label required by a control plane node.
263263
LabelNodeRoleMaster = "node-role.kubernetes.io/master"

website/content/docs/v0.15/Reference/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ Examples:
13191319

13201320
``` yaml
13211321
coreDNS:
1322-
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
1322+
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
13231323
```
13241324
13251325
@@ -2702,7 +2702,7 @@ Appears in:
27022702

27032703

27042704
``` yaml
2705-
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
2705+
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
27062706
```
27072707

27082708
<hr />

0 commit comments

Comments
 (0)