feat: update CoreDNS to 1.11.1

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2023-08-24 19:04:06 +04:00
parent 8670450d28
commit c51e2c9b48
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@ preface = """\
title = "Component Updates"
description = """\
Linux: 6.1.46
CoreDNS: v1.11.1
Talos is built with Go 1.21.
"""

View File

@ -333,7 +333,7 @@ const (
// DefaultCoreDNSVersion is the default version for the CoreDNS.
// renovate: datasource=github-releases depName=coredns/coredns
DefaultCoreDNSVersion = "v1.10.1"
DefaultCoreDNSVersion = "v1.11.1"
// LabelNodeRoleControlPlane is the node label required by a control plane node.
LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"

View File

@ -613,7 +613,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: registry.k8s.io/coredns/coredns:v1.10.1 # The `image` field is an override to the default coredns image.
image: registry.k8s.io/coredns/coredns:v1.11.1 # 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:
@ -1328,7 +1328,7 @@ Appears in:
{{< highlight yaml >}}
image: registry.k8s.io/coredns/coredns:v1.10.1 # The `image` field is an override to the default coredns image.
image: registry.k8s.io/coredns/coredns:v1.11.1 # The `image` field is an override to the default coredns image.
{{< /highlight >}}