Skip to content

Commit

Permalink
feat: update CoreDNS to 1.9.0
Browse files Browse the repository at this point in the history
See https://github.com/coredns/coredns/blob/master/notes/coredns-1.9.0.md

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 16, 2022
1 parent a9a47b7 commit 00ccaf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with a single `--mode` flag that can take the following values:
description="""\
* Linux: 5.15.23
* Kubernetes: 1.23.3
* CoreDNS: 1.8.7
* CoreDNS: 1.9.0
* etcd: 3.5.2
* containerd: 1.6.0
* runc: 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"

// DefaultCoreDNSVersion is the default version for the CoreDNS.
DefaultCoreDNSVersion = "1.8.7"
DefaultCoreDNSVersion = "1.9.0"

// LabelNodeRoleMaster is the node label required by a control plane node.
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.15/Reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ Examples:

``` yaml
coreDNS:
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
```


Expand Down Expand Up @@ -2702,7 +2702,7 @@ Appears in:


``` yaml
image: docker.io/coredns/coredns:1.8.7 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.0 # The `image` field is an override to the default coredns image.
```

<hr />
Expand Down

0 comments on commit 00ccaf1

Please sign in to comment.