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
d86229dc
Unverified
Commit
d86229dc
authored
5 years ago
by
Florian Ruynat
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade cri-tools (crictl) to 1.17.0 (#5629)
parent
f56171b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/download/defaults/main.yml
+4
-1
4 additions, 1 deletion
roles/download/defaults/main.yml
with
4 additions
and
1 deletion
roles/download/defaults/main.yml
+
4
−
1
View file @
d86229dc
...
...
@@ -88,7 +88,7 @@ multus_version: "v3.2.1"
# Get kubernetes major version (i.e. 1.15.4 => 1.15)
kube_major_version
:
"
{{
kube_version
|
regex_replace('^v([0-9])+
\\
.([0-9]+)
\\
.[0-9]+',
'v
\\
1.
\\
2')
}}"
crictl_supported_versions
:
v1.17
:
"
v1.1
6.1
"
v1.17
:
"
v1.1
7.0
"
v1.16
:
"
v1.16.1"
v1.15
:
"
v1.15.0"
crictl_version
:
"
{{
crictl_supported_versions[kube_major_version]
}}"
...
...
@@ -104,14 +104,17 @@ crictl_download_url: "https://github.com/kubernetes-sigs/cri-tools/releases/down
crictl_checksums
:
arm
:
v1.17.0
:
9700957218e8e7bdc02cbc8fda4c189f5b6223a93ba89d876bdfd77b6117e9b7
v1.16.1
:
367826f3eb06c4d923f3174d23141ddacef9ffcb0c902502bd922dbad86d08dd
v1.16.0
:
331c49bd9196009b8230f7a36ec272924a7bcf4c1614ecddf0eb9598c787da0e
v1.15.0
:
f31f8c3b4791608a48d030d1aa1a694a73849ae057b23a90ce4ef17e5afde9e8
arm64
:
v1.17.0
:
d89afd89c2852509fafeaff6534d456272360fcee732a8d0cb89476377387e12
v1.16.1
:
62b60ab7046b788df892a1b746bd602c520a59c38232febc0580692c9805f641
v1.16.0
:
aa118c31d6f6fd2d24bb2de4a33598a14a5952e1d01f93d5c3267c2b5334743b
v1.15.0
:
785c3da7e058f6fd00b0a48de24b9199eb6bae940d13f509c44ea6dd7ad9ffcd
amd64
:
v1.17.0
:
7b72073797f638f099ed19550d52e9b9067672523fc51b746e65d7aa0bafa414
v1.16.1
:
19fed421710fccfe58f5573383bb137c19438a9056355556f1a15da8d23b3ad1
v1.16.0
:
a3eefa10a483c643ad85aee3d7832a720976ef7e80dde46b212eaaacd7d09512
v1.15.0
:
c3b71be1f363e16078b51334967348aab4f72f46ef64a61fe7754e029779d45a
...
...
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