Skip to content

Commit dee139a

Browse files
committed
feat: revert update CoreDNS to 1.14.3
This reverts commit 2b6c06e. The published image is linux/amd64 only. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 087bc4c commit dee139a

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

hack/release.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ preface = """
2121
Linux: 6.18.27
2222
Kubernetes: 1.36.0
2323
containerd: 2.3.0
24-
CoreDNS: 1.14.3
2524
2625
Talos is built with Go 1.26.2.
2726
"""

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ const (
391391

392392
// DefaultCoreDNSVersion is the default version for the CoreDNS.
393393
// renovate: datasource=docker depName=registry.k8s.io/coredns/coredns
394-
DefaultCoreDNSVersion = "v1.14.3"
394+
DefaultCoreDNSVersion = "v1.14.2"
395395

396396
// LabelNodeRoleControlPlane is the node label required by a control plane node.
397397
LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"

website/content/v1.14/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ talosctl image k8s-bundle [flags]
23692369
### Options
23702370

23712371
```
2372-
--coredns-version semver CoreDNS semantic version (default v1.14.3)
2372+
--coredns-version semver CoreDNS semantic version (default v1.14.2)
23732373
--etcd-version semver ETCD semantic version (default v3.6.11)
23742374
--flannel-version semver Flannel CNI semantic version (default v0.28.4)
23752375
-h, --help help for k8s-bundle

website/content/v1.14/reference/configuration/v1alpha1/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ etcd:
11231123
{{< /highlight >}}</details> | |
11241124
|`coreDNS` |<a href="#Config.cluster.coreDNS">CoreDNS</a> |Core DNS specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
11251125
coreDNS:
1126-
image: registry.k8s.io/coredns/coredns:v1.14.3 # The `image` field is an override to the default coredns image.
1126+
image: registry.k8s.io/coredns/coredns:v1.14.2 # The `image` field is an override to the default coredns image.
11271127
{{< /highlight >}}</details> | |
11281128
|`externalCloudProvider` |<a href="#Config.cluster.externalCloudProvider">ExternalCloudProviderConfig</a> |External cloud provider configuration. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
11291129
externalCloudProvider:
@@ -1939,7 +1939,7 @@ CoreDNS represents the CoreDNS config values.
19391939
{{< highlight yaml >}}
19401940
cluster:
19411941
coreDNS:
1942-
image: registry.k8s.io/coredns/coredns:v1.14.3 # The `image` field is an override to the default coredns image.
1942+
image: registry.k8s.io/coredns/coredns:v1.14.2 # The `image` field is an override to the default coredns image.
19431943
{{< /highlight >}}
19441944

19451945

0 commit comments

Comments
 (0)