Skip to content

Commit 101814d

Browse files
committed
feat: update etcd 3.6.7, CoreDNS 1.13.2
Update to the latest version. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 845a0d0)
1 parent ce28682 commit 101814d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CNI Plugins: 1.9.0
2424
cryptsetup: 2.8.1
2525
LVM2: 2_03_37
2626
systemd-udevd: 257.8
27-
CoreDNS: 1.13.1
28-
etcd: 3.6.6
27+
etcd: 3.6.7
28+
CoreDNS: 1.13.2
2929
Flannel: 0.27.4
3030
Flannel CNI plugin: v1.8.0-flannel2
3131
runc: 1.3.4

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ const (
429429

430430
// DefaultCoreDNSVersion is the default version for the CoreDNS.
431431
// renovate: datasource=docker depName=registry.k8s.io/coredns/coredns
432-
DefaultCoreDNSVersion = "v1.13.1"
432+
DefaultCoreDNSVersion = "v1.13.2"
433433

434434
// LabelNodeRoleControlPlane is the node label required by a control plane node.
435435
LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"
@@ -463,7 +463,7 @@ const (
463463

464464
// DefaultEtcdVersion is the default target version of etcd.
465465
// renovate: datasource=docker depName=registry.k8s.io/etcd
466-
DefaultEtcdVersion = "v3.6.6"
466+
DefaultEtcdVersion = "v3.6.7"
467467

468468
// EtcdRootTalosKey is the root etcd key for Talos-specific storage.
469469
EtcdRootTalosKey = "talos:v1"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ discovery:
12101210
{{< /highlight >}}</details> | |
12111211
|`etcd` |<a href="#Config.cluster.etcd">EtcdConfig</a> |Etcd specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
12121212
etcd:
1213-
image: registry.k8s.io/etcd:v3.6.6 # The container image used to create the etcd service.
1213+
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
12141214
# The `ca` is the root certificate authority of the PKI.
12151215
ca:
12161216
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1225,7 +1225,7 @@ etcd:
12251225
{{< /highlight >}}</details> | |
12261226
|`coreDNS` |<a href="#Config.cluster.coreDNS">CoreDNS</a> |Core DNS specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
12271227
coreDNS:
1228-
image: registry.k8s.io/coredns/coredns:v1.13.1 # The `image` field is an override to the default coredns image.
1228+
image: registry.k8s.io/coredns/coredns:v1.13.2 # The `image` field is an override to the default coredns image.
12291229
{{< /highlight >}}</details> | |
12301230
|`externalCloudProvider` |<a href="#Config.cluster.externalCloudProvider">ExternalCloudProviderConfig</a> |External cloud provider configuration. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
12311231
externalCloudProvider:
@@ -1994,7 +1994,7 @@ EtcdConfig represents the etcd configuration options.
19941994
{{< highlight yaml >}}
19951995
cluster:
19961996
etcd:
1997-
image: registry.k8s.io/etcd:v3.6.6 # The container image used to create the etcd service.
1997+
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
19981998
# The `ca` is the root certificate authority of the PKI.
19991999
ca:
20002000
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -2012,7 +2012,7 @@ cluster:
20122012
| Field | Type | Description | Value(s) |
20132013
|-------|------|-------------|----------|
20142014
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2015-
image: registry.k8s.io/etcd:v3.6.6
2015+
image: registry.k8s.io/etcd:v3.6.7
20162016
{{< /highlight >}}</details> | |
20172017
|`ca` |PEMEncodedCertificateAndKey |The `ca` is the root certificate authority of the PKI.<br>It is composed of a base64 encoded `crt` and `key`. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
20182018
ca:
@@ -2040,7 +2040,7 @@ CoreDNS represents the CoreDNS config values.
20402040
{{< highlight yaml >}}
20412041
cluster:
20422042
coreDNS:
2043-
image: registry.k8s.io/coredns/coredns:v1.13.1 # The `image` field is an override to the default coredns image.
2043+
image: registry.k8s.io/coredns/coredns:v1.13.2 # The `image` field is an override to the default coredns image.
20442044
{{< /highlight >}}
20452045

20462046

0 commit comments

Comments
 (0)