Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
65191375
Unverified
Commit
65191375
authored
2 years ago
by
Mohamed Zaian
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[etcd] make etcd 3.5.6 default (#9520)
parent
a534eb45
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
roles/download/defaults/main.yml
+7
-15
7 additions, 15 deletions
roles/download/defaults/main.yml
with
8 additions
and
16 deletions
README.md
+
1
−
1
View file @
65191375
...
...
@@ -140,7 +140,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
Core
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.25.4
-
[
etcd
](
https://github.com/etcd-io/etcd
)
v3.5.
5
-
[
etcd
](
https://github.com/etcd-io/etcd
)
v3.5.
6
-
[
docker
](
https://www.docker.com/
)
v20.10 (see note)
-
[
containerd
](
https://containerd.io/
)
v1.6.10
-
[
cri-o
](
http://cri-o.io/
)
v1.24 (experimental: see
[
CRI-O Note
](
docs/cri-o.md
)
. Only on fedora, ubuntu and centos based OS)
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
7
−
15
View file @
65191375
...
...
@@ -133,9 +133,9 @@ skopeo_version: v1.10.0
kube_major_version
:
"
{{
kube_version
|
regex_replace('^v([0-9])+
\\
.([0-9]+)
\\
.[0-9]+',
'v
\\
1.
\\
2')
}}"
etcd_supported_versions
:
v1.25
:
"
v3.5.
5
"
v1.24
:
"
v3.5.
5
"
v1.23
:
"
v3.5.
5
"
v1.25
:
"
v3.5.
6
"
v1.24
:
"
v3.5.
6
"
v1.23
:
"
v3.5.
6
"
etcd_version
:
"
{{
etcd_supported_versions[kube_major_version]
}}"
crictl_supported_versions
:
...
...
@@ -582,21 +582,13 @@ etcd_binary_checksums:
# Etcd does not have arm32 builds at the moment, having some dummy value is
# required to avoid "no attribute" error
arm
:
v3.5.3
:
0
v3.5.4
:
0
v3.5.5
:
0
v3.5.6
:
0
arm64
:
v3.5.3
:
8b00f2f51568303799368ee4a3c9b9ff8a3dd9f8b7772c4f6589e46bc62f7115
v3.5.4
:
8e9c2c28ed6b35f36fd94300541da10e1385f335d677afd8efccdcba026f1fa7
v3.5.5
:
a8d177ae8ecfd1ef025c35ac8c444041d14e67028c1a7b4eda3a69a8dee5f9c3
v3.5.6
:
888e25c9c94702ac1254c7655709b44bb3711ebaabd3cb05439f3dd1f2b51a87
amd64
:
v3.5.3
:
e13e119ff9b28234561738cd261c2a031eb1c8688079dcf96d8035b3ad19ca58
v3.5.4
:
b1091166153df1ee0bb29b47fb1943ef0ddf0cd5d07a8fe69827580a08134def
v3.5.5
:
7910a2fdb1863c80b885d06f6729043bff0540f2006bf6af34674df2636cb906
v3.5.6
:
4db32e3bc06dd0999e2171f76a87c1cffed8369475ec7aa7abee9023635670fb
ppc64le
:
v3.5.3
:
f14154897ca5ad4698383b4c197001340fbe467525f6fab3b89ee8116246480f
v3.5.4
:
2f0389caed87c2504ffc5a07592ca2a688dee45d599073e5f977d9ce75b5f941
v3.5.5
:
08422dffd5749f0a5f18bd820241d751e539a666af94251c3715cba8f4702c42
v3.5.6
:
e235cb885996b8aac133975e0077eaf0a2f8dc7062ad052fa7395668a365906b
cni_binary_checksums
:
arm
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment