Skip to content
Snippets Groups Projects
Unverified Commit b7a83531 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

etcd: update to v3.5.10 (#10798)

parent a9e29a9e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment