Skip to content

Commit

Permalink
[etcd] make etcd 3.5.16 default
Browse files Browse the repository at this point in the history
  • Loading branch information
janosbabik committed Sep 25, 2024
1 parent 15bb5b0 commit a05994e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Note: Upstart/SysV init based OS types are not supported.

- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.31.1
- [etcd](https://github.com/etcd-io/etcd) v3.5.12
- [etcd](https://github.com/etcd-io/etcd) v3.5.16
- [docker](https://www.docker.com/) v26.1
- [containerd](https://containerd.io/) v1.7.22
- [cri-o](http://cri-o.io/) v1.31.0 (experimental: see [CRI-O Note](docs/CRI/cri-o.md). Only on fedora, ubuntu and centos based OS)
Expand Down
8 changes: 4 additions & 4 deletions roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ pod_infra_supported_versions:
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"

etcd_supported_versions:
v1.31: "v3.5.12"
v1.30: "v3.5.12"
v1.29: "v3.5.12"
v1.28: "v3.5.12"
v1.31: "v3.5.16"
v1.30: "v3.5.16"
v1.29: "v3.5.16"
v1.28: "v3.5.16"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"

crictl_supported_versions:
Expand Down

0 comments on commit a05994e

Please sign in to comment.