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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
5d520252
Unverified
Commit
5d520252
authored
3 years ago
by
Cristian Calin
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
crictl: add hashes for 1.22 (#7936)
parent
db470f85
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
-0
4 additions, 0 deletions
roles/download/defaults/main.yml
with
4 additions
and
0 deletions
roles/download/defaults/main.yml
+
4
−
0
View file @
5d520252
...
...
@@ -95,6 +95,7 @@ krew_version: "v0.4.1"
# Get kubernetes major version (i.e. 1.17.4 => 1.17)
kube_major_version
:
"
{{
kube_version
|
regex_replace('^v([0-9])+
\\
.([0-9]+)
\\
.[0-9]+',
'v
\\
1.
\\
2')
}}"
crictl_supported_versions
:
v1.22
:
"
v1.22.0"
v1.21
:
"
v1.21.0"
v1.20
:
"
v1.20.0"
v1.19
:
"
v1.19.0"
...
...
@@ -120,14 +121,17 @@ krew_download_url: "https://github.com/kubernetes-sigs/krew/releases/download/{{
crictl_checksums
:
arm
:
v1.22.0
:
b74f7cc52ce79c6d7fd776beb6353f4628e9c36f17ba2b8e6c48155714057f07
v1.21.0
:
638af758860b282f8ec862b90ecbc200ec87388134e555684f92d39591c938f7
v1.20.0
:
ed5ffdd386261ec1146731421d4ac9c5c7f91e08486fee409452a3364bef792a
v1.19.0
:
b72fd3c4b35f60f5db2cfcd8e932f6000cf9c2978b54adfcf60ee5e2d452e92f
arm64
:
v1.22.0
:
a713c37fade0d96a989bc15ebe906e08ef5c8fe5e107c2161b0665e9963b770e
v1.21.0
:
454eecd29fe636282339af5b73c60234a7d10e4b11b9e18937e33056763d72cf
v1.20.0
:
eda6879710eb046d335162d4afe8494c6f8161142ad3188022852f64b92806a8
v1.19.0
:
ec040d14ca03e8e4e504a85dae5353e04b5d9d8aea3df68699258992c0eb8d88
amd64
:
v1.22.0
:
45e0556c42616af60ebe93bf4691056338b3ea0001c0201a6a8ff8b1dbc0652a
v1.21.0
:
85c78a35584971625bf1c3bcd46e5404a90396f979d7586f18b11119cb623e24
v1.20.0
:
44d5f550ef3f41f9b53155906e0229ffdbee4b19452b4df540265e29572b899c
v1.19.0
:
87d8ef70b61f2fe3d8b4a48f6f712fd798c6e293ed3723c1e4bbb5052098f0ae
...
...
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