Browse Source

etcd: update to v3.5.10 (#10798)

pull/10612/head
Max Gautier 10 months ago
committed by GitHub
parent
commit
b7a83531e7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions
  1. 2
      README.md
  2. 6
      roles/kubespray-defaults/defaults/main/download.yml

2
README.md

@ -162,7 +162,7 @@ Note: Upstart/SysV init based OS types are not supported.
- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.28.5
- [etcd](https://github.com/etcd-io/etcd) v3.5.9
- [etcd](https://github.com/etcd-io/etcd) v3.5.10
- [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.7.11
- [cri-o](http://cri-o.io/) v1.27 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)

6
roles/kubespray-defaults/defaults/main/download.yml

@ -134,9 +134,9 @@ skopeo_version: "v1.13.2"
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"
etcd_supported_versions:
v1.28: "v3.5.9"
v1.27: "v3.5.9"
v1.26: "v3.5.9"
v1.28: "v3.5.10"
v1.27: "v3.5.10"
v1.26: "v3.5.10"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions:

Loading…
Cancel
Save