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:
parent
8670450d28
commit
c51e2c9b48
@ -19,6 +19,7 @@ preface = """\
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Linux: 6.1.46
|
||||
CoreDNS: v1.11.1
|
||||
|
||||
Talos is built with Go 1.21.
|
||||
"""
|
||||
|
@ -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"
|
||||
|
@ -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 >}}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user