Skip to content

Commit

Permalink
feat: update etcd to 3.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed May 30, 2024
1 parent 3367ded commit 3967e07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Kubernetes: 1.30.1
Linux: 6.6.30
containerd: 2.0.0-rc.2
runc: 1.2.0-rc.1
etcd: 3.5.14
Talos is built with Go 1.22.3.
"""
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 @@ -398,7 +398,7 @@ const (

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

// EtcdRootTalosKey is the root etcd key for Talos-specific storage.
EtcdRootTalosKey = "talos:v1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ discovery:
{{< /highlight >}}</details> | |
|`etcd` |<a href="#Config.cluster.etcd">EtcdConfig</a> |Etcd specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
etcd:
image: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
# The `ca` is the root certificate authority of the PKI.
ca:
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
Expand Down Expand Up @@ -3644,7 +3644,7 @@ EtcdConfig represents the etcd configuration options.
{{< highlight yaml >}}
cluster:
etcd:
image: gcr.io/etcd-development/etcd:v3.5.13 # The container image used to create the etcd service.
image: gcr.io/etcd-development/etcd:v3.5.14 # The container image used to create the etcd service.
# The `ca` is the root certificate authority of the PKI.
ca:
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
Expand All @@ -3662,7 +3662,7 @@ cluster:
| Field | Type | Description | Value(s) |
|-------|------|-------------|----------|
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: gcr.io/etcd-development/etcd:v3.5.13
image: gcr.io/etcd-development/etcd:v3.5.14
{{< /highlight >}}</details> | |
|`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 >}}
ca:
Expand Down

0 comments on commit 3967e07

Please sign in to comment.