Skip to content

Commit 3967e07

Browse files
committed
feat: update etcd to 3.5.14
See https://github.com/etcd-io/etcd/releases/tag/v3.5.14 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 3367ded commit 3967e07

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Kubernetes: 1.30.1
2121
Linux: 6.6.30
2222
containerd: 2.0.0-rc.2
2323
runc: 1.2.0-rc.1
24+
etcd: 3.5.14
2425
2526
Talos is built with Go 1.22.3.
2627
"""

pkg/machinery/constants/constants.go

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

399399
// DefaultEtcdVersion is the default target version of etcd.
400400
// renovate: datasource=github-releases depName=etcd-io/etcd
401-
DefaultEtcdVersion = "v3.5.13"
401+
DefaultEtcdVersion = "v3.5.14"
402402

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@ discovery:
29582958
{{< /highlight >}}</details> | |
29592959
|`etcd` |<a href="#Config.cluster.etcd">EtcdConfig</a> |Etcd specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
29602960
etcd:
2961-
image: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
2961+
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
29622962
# The `ca` is the root certificate authority of the PKI.
29632963
ca:
29642964
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -3644,7 +3644,7 @@ EtcdConfig represents the etcd configuration options.
36443644
{{< highlight yaml >}}
36453645
cluster:
36463646
etcd:
3647-
image: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
3647+
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
36483648
# The `ca` is the root certificate authority of the PKI.
36493649
ca:
36503650
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -3662,7 +3662,7 @@ cluster:
36623662
| Field | Type | Description | Value(s) |
36633663
|-------|------|-------------|----------|
36643664
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
3665-
image: gcr.io/etcd-development/etcd:v3.5.13
3665+
image: gcr.io/etcd-development/etcd:v3.5.14
36663666
{{< /highlight >}}</details> | |
36673667
|`ca` |PEMEncodedCertificateAndKey |<details><summary>The `ca` is the root certificate authority of the PKI.</summary>It is composed of a base64 encoded `crt` and `key`.</details> <details><summary>Show example(s)</summary>{{< highlight yaml >}}
36683668
ca:

0 commit comments

Comments
 (0)