Skip to content

Commit

Permalink
feat: update CoreDNS to 1.1.3
Browse files Browse the repository at this point in the history
See https://github.com/coredns/coredns/releases/tag/v1.11.3

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 30, 2024
1 parent 50e5f37 commit 3d1474a
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 @@ -24,6 +24,7 @@ runc: 1.2.0-rc.2
etcd: 3.5.15
Flannel: 0.25.5
Flannel CNI plugin: 1.5.1
CoreDNS: 1.1.13
Talos is built with Go 1.22.5.
"""
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 @@ -370,7 +370,7 @@ const (

// DefaultCoreDNSVersion is the default version for the CoreDNS.
// renovate: datasource=docker depName=registry.k8s.io/coredns/coredns
DefaultCoreDNSVersion = "v1.11.1"
DefaultCoreDNSVersion = "v1.11.3"

// LabelNodeRoleControlPlane is the node label required by a control plane node.
LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ etcd:
{{< /highlight >}}</details> | |
|`coreDNS` |<a href="#Config.cluster.coreDNS">CoreDNS</a> |Core DNS specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
coreDNS:
image: registry.k8s.io/coredns/coredns:v1.11.1 # The `image` field is an override to the default coredns image.
image: registry.k8s.io/coredns/coredns:v1.11.3 # The `image` field is an override to the default coredns image.
{{< /highlight >}}</details> | |
|`externalCloudProvider` |<a href="#Config.cluster.externalCloudProvider">ExternalCloudProviderConfig</a> |External cloud provider configuration. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
externalCloudProvider:
Expand Down Expand Up @@ -3715,7 +3715,7 @@ CoreDNS represents the CoreDNS config values.
{{< highlight yaml >}}
cluster:
coreDNS:
image: registry.k8s.io/coredns/coredns:v1.11.1 # The `image` field is an override to the default coredns image.
image: registry.k8s.io/coredns/coredns:v1.11.3 # The `image` field is an override to the default coredns image.
{{< /highlight >}}


Expand Down

0 comments on commit 3d1474a

Please sign in to comment.