Skip to content

Commit 0048464

Browse files
committed
feat: update etcd to v3.6.8
See https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 5df10f2 commit 0048464

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ preface = """
2020
description = """\
2121
Linux: 6.18.9
2222
containerd: 2.2.1
23-
etcd: 3.6.7
23+
etcd: 3.6.8
2424
CoreDNS: 1.14.1
2525
Kubernetes: 1.35.0
2626
Flannel CNI plugin: v1.9.0-flannel1

pkg/machinery/constants/constants.go

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

426426
// DefaultEtcdVersion is the default target version of etcd.
427427
// renovate: datasource=docker depName=registry.k8s.io/etcd
428-
DefaultEtcdVersion = "v3.6.7"
428+
DefaultEtcdVersion = "v3.6.8"
429429

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ talosctl image k8s-bundle [flags]
22512251

22522252
```
22532253
--coredns-version semver CoreDNS semantic version (default v1.14.1)
2254-
--etcd-version semver ETCD semantic version (default v3.6.7)
2254+
--etcd-version semver ETCD semantic version (default v3.6.8)
22552255
--flannel-version semver Flannel CNI semantic version (default v0.28.1)
22562256
-h, --help help for k8s-bundle
22572257
--k8s-version semver Kubernetes semantic version (default v1.35.0)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ discovery:
11331133
{{< /highlight >}}</details> | |
11341134
|`etcd` |<a href="#Config.cluster.etcd">EtcdConfig</a> |Etcd specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
11351135
etcd:
1136-
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1136+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
11371137
# The `ca` is the root certificate authority of the PKI.
11381138
ca:
11391139
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1918,7 +1918,7 @@ EtcdConfig represents the etcd configuration options.
19181918
{{< highlight yaml >}}
19191919
cluster:
19201920
etcd:
1921-
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1921+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
19221922
# The `ca` is the root certificate authority of the PKI.
19231923
ca:
19241924
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1936,7 +1936,7 @@ cluster:
19361936
| Field | Type | Description | Value(s) |
19371937
|-------|------|-------------|----------|
19381938
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
1939-
image: registry.k8s.io/etcd:v3.6.7
1939+
image: registry.k8s.io/etcd:v3.6.8
19401940
{{< /highlight >}}</details> | |
19411941
|`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 >}}
19421942
ca:

0 commit comments

Comments
 (0)