File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77 contents : read
88
99env :
10- SHIM_SPIN_VERSION : v0.22 .0
10+ SHIM_SPIN_VERSION : v0.23 .0
1111 DOCKER_BUILD_SUMMARY : false
1212
1313jobs :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99env :
1010 K8S_VERSION : v1.32.3
1111 MICROK8S_CHANNEL : 1.32/stable
12- SHIM_SPIN_VERSION : v0.22 .0
12+ SHIM_SPIN_VERSION : v0.23 .0
1313 DOCKER_BUILD_SUMMARY : false
1414
1515jobs :
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ spec:
1616 platforms :
1717 - os : linux
1818 arch : aarch64
19- location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
20- sha256 : " 5fde86c310b8b8ef4c1b19a04eece203f4c308f6fb42bfae3babd99d4c04006b "
19+ location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.23 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
20+ sha256 : " a923f08d91c110d2cda29fbc380273e6d0a97aa0bab455c55f613c8d5a8bfbe4 "
2121 - os : linux
2222 arch : x86_64
23- location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22 .0/containerd-shim-spin-v2-linux-x86_64.tar.gz"
24- sha256 : " adeb94339c673f09cffe8c45c04f9b18d410f9375d1570b6d1939758b507d257 "
23+ location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.23 .0/containerd-shim-spin-v2-linux-x86_64.tar.gz"
24+ sha256 : " eec8df96fa3a4fe5dbc57ffb706461692c055299dd6d22dff9444863a2a12281 "
2525
2626 # Each runtime can provide a set of containerd runtime options to be set in the containerd
2727 # configuration file.
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ spec:
1919 type : anonymousHttp
2020 # platforms gets precedence over anonHttp, but multiple strategy types should be allowed.
2121 anonHttp :
22- location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
22+ location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.23 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
2323 platforms :
2424 - os : linux
2525 arch : aarch64
26- location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
27- sha256 : " 5fde86c310b8b8ef4c1b19a04eece203f4c308f6fb42bfae3babd99d4c04006b "
26+ location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.23 .0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
27+ sha256 : " a923f08d91c110d2cda29fbc380273e6d0a97aa0bab455c55f613c8d5a8bfbe4 "
2828 - os : linux
2929 arch : x86_64
30- location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22 .0/containerd-shim-spin-v2-linux-x86_64.tar.gz"
31- sha256 : " adeb94339c673f09cffe8c45c04f9b18d410f9375d1570b6d1939758b507d257 "
30+ location : " https://github.com/spinframework/containerd-shim-spin/releases/download/v0.23 .0/containerd-shim-spin-v2-linux-x86_64.tar.gz"
31+ sha256 : " eec8df96fa3a4fe5dbc57ffb706461692c055299dd6d22dff9444863a2a12281 "
3232
3333 # Each runtime can provide a set of containerd runtime options to be set in the containerd
3434 # configuration file.
You can’t perform that action at this time.
0 commit comments