Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Aug 24, 2023
1 parent 8670450 commit c51e2c9
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 @@ -19,6 +19,7 @@ preface = """\
title = "Component Updates"
description = """\
Linux: 6.1.46
CoreDNS: v1.11.1
Talos is built with Go 1.21.
"""
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 @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.6/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 >}}


Expand Down

0 comments on commit c51e2c9

Please sign in to comment.