feat: update CoreDNS to 1.1.3

See https://github.com/coredns/coredns/releases/tag/v1.11.3

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-07-30 20:17:17 +04:00
parent 50e5f37efb
commit 3d1474ac0b
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 4 additions and 3 deletions

View File

@ -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.
"""

View File

@ -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"

View File

@ -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:
@ -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 >}}