Skip to content

Commit

Permalink
etcd: add etcd v3.5.1 for kubernetes 1.22+ (kubernetes-sigs#8588)
Browse files Browse the repository at this point in the history
* There is an issue with etcd v3.5.0 where it resurrects ancient members see: etcd-io/etcd#13196
This issue is clearly fixed in etcd v3.5.2

* Just keep the checksums
  • Loading branch information
mzaian authored and LuckySB committed Oct 22, 2023
1 parent bf46358 commit 70bdbe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0

etcd_supported_versions:
v1.23: "v3.5.1"
v1.22: "v3.5.0"
v1.22: "v3.5.1"
v1.21: "v3.5.0"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"

Expand Down Expand Up @@ -477,12 +477,15 @@ etcd_binary_checksums:
arm64:
v3.5.0: 444e10e6880595d75aaf55762901c722049b29d56fef50b2f23464bb7f9db74d
v3.5.1: 86203022e23d7368bac23d96095270dc6300f356ea882e435926a9effd7e5f0e
v3.5.2: 256cad725542d6fd463e81b8a19b86ead4cdfe113f7fb8a1eabc6c32c25d068b
amd64:
v3.5.0: 864baa0437f8368e0713d44b83afe21dce1fb4ee7dae4ca0f9dd5f0df22d01c4
v3.5.1: 728a14914217ce60de2e1299fc1a2c2c5564e7ffd0d9dadf3f5073103ab619b4
v3.5.2: c068ea3cdcc8ec8fbef75995cef7f63f8206766cdea6b93a91e6d4cdbe79952a
ppc64le:
v3.5.0: bde45588b66ed2fe0a7082b1cdb08124efff4960edfa6af4dd2f645886004a86
v3.5.1: 4c2598f43c1565428f8b645e741739a1e84300d5f2af3e4b335982862c98dc6f
v3.5.2: 3d37187b042a32b7234a1e2a4612374db50c9a50e0cdd63baaa0d52d91335186

flannel_cni_binary_checksums:
arm:
Expand Down

0 comments on commit 70bdbe1

Please sign in to comment.