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
ab93b17a
Unverified
Commit
ab93b17a
authored
2 years ago
by
Mohamed Zaian
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[containerd] upgrade to 1.6.8 , add hashes, containerd now supports ppc64le from v1.6.7 (#9181)
parent
9f1b9808
No related branches found
No related tags found
No related merge requests found
Changes
2
Show 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
+9
-1
9 additions, 1 deletion
roles/download/defaults/main.yml
with
10 additions
and
2 deletions
README.md
+
1
−
1
View file @
ab93b17a
...
...
@@ -138,7 +138,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.24.3
-
[
etcd
](
https://github.com/etcd-io/etcd
)
v3.5.4
-
[
docker
](
https://www.docker.com/
)
v20.10 (see note)
-
[
containerd
](
https://containerd.io/
)
v1.6.
6
-
[
containerd
](
https://containerd.io/
)
v1.6.
8
-
[
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)
-
Network Plugin
-
[
cni-plugins
](
https://github.com/containernetworking/plugins
)
v1.1.1
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
9
−
1
View file @
ab93b17a
...
...
@@ -74,7 +74,7 @@ runc_version: v1.1.3
kata_containers_version
:
2.4.1
youki_version
:
0.0.1
gvisor_version
:
20210921
containerd_version
:
1.6.
6
containerd_version
:
1.6.
8
cri_dockerd_version
:
0.2.2
# this is relevant when container_manager == 'docker'
...
...
@@ -753,6 +753,8 @@ containerd_archive_checksums:
1.6.4
:
0
1.6.5
:
0
1.6.6
:
0
1.6.7
:
0
1.6.8
:
0
arm64
:
1.5.5
:
0
1.5.7
:
0
...
...
@@ -769,6 +771,8 @@ containerd_archive_checksums:
1.6.4
:
0205bd1907154388dc85b1afeeb550cbb44c470ef4a290cb1daf91501c85cae6
1.6.5
:
2833e2f0e8f3cb5044566d64121fdd92bbdfe523e9fe912259e936af280da62a
1.6.6
:
807bf333df331d713708ead66919189d7b142a0cc21ec32debbc988f9069d5eb
1.6.7
:
4167bf688a0ed08b76b3ac264b90aad7d9dd1424ad9c3911e9416b45e37b0be5
1.6.8
:
b114e36ecce78cef9d611416c01b784a420928c82766d6df7dc02b10d9da94cd
amd64
:
1.5.5
:
8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
1.5.7
:
109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173
...
...
@@ -785,6 +789,8 @@ containerd_archive_checksums:
1.6.4
:
f23c8ac914d748f85df94d3e82d11ca89ca9fe19a220ce61b99a05b070044de0
1.6.5
:
cf02a2da998bfcf61727c65ede6f53e89052a68190563a1799a7298b0cea86b4
1.6.6
:
0212869675742081d70600a1afc6cea4388435cc52bf5dc21f4efdcb9a92d2ef
1.6.7
:
52e817b712d521b193773529ff33626f47507973040c02474a2db95a37da1c37
1.6.8
:
3a1322c18ee5ff4b9bd5af6b7b30c923a3eab8af1df05554f530ef8e2b24ac5e
ppc64le
:
1.5.5
:
0
1.5.7
:
0
...
...
@@ -801,6 +807,8 @@ containerd_archive_checksums:
1.6.4
:
0
1.6.5
:
0
1.6.6
:
0
1.6.7
:
0db5cb6d5dd4f3b7369c6945d2ec29a9c10b106643948e3224e53885f56863a9
1.6.8
:
f18769721f614828f6b778030c72dc6969ce2108f2363ddc85f6c7a147df0fb8
etcd_binary_checksum
:
"
{{
etcd_binary_checksums[image_arch][etcd_version]
}}"
cni_binary_checksum
:
"
{{
cni_binary_checksums[image_arch][cni_version]
}}"
...
...
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