Skip to content

Commit

Permalink
feat: update CoreDNS to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Sep 8, 2022
1 parent 9df8f1f commit 71bfd3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Talos now supports the Nano Pi R4S SBC.
title = "Component Updates"
description="""\
* Flannel: v0.19.2
* CoreDNS: v1.9.4
"""

[make_deps]
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 @@ -311,7 +311,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"

// DefaultCoreDNSVersion is the default version for the CoreDNS.
DefaultCoreDNSVersion = "1.9.3"
DefaultCoreDNSVersion = "1.9.4"

// 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/v1.3/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ etcd:
{{< /highlight >}}</details> | |
|`coreDNS` |<a href="#coredns">CoreDNS</a> |Core DNS specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
coreDNS:
image: docker.io/coredns/coredns:1.9.3 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.4 # The `image` field is an override to the default coredns image.
{{< /highlight >}}</details> | |
|`externalCloudProvider` |<a href="#externalcloudproviderconfig">ExternalCloudProviderConfig</a> |External cloud provider configuration. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
externalCloudProvider:
Expand Down Expand Up @@ -1274,7 +1274,7 @@ Appears in:


{{< highlight yaml >}}
image: docker.io/coredns/coredns:1.9.3 # The `image` field is an override to the default coredns image.
image: docker.io/coredns/coredns:1.9.4 # The `image` field is an override to the default coredns image.
{{< /highlight >}}


Expand Down

0 comments on commit 71bfd3e

Please sign in to comment.