Skip to content

Commit fbaac00

Browse files
authored
Merge pull request #619 from vdice/chore/bump-containerd-shim-spin-v0.23.0
chore(*): bump containerd-shim-spin to v0.23.0
2 parents f0fe01a + 114a365 commit fbaac00

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/helm-chart-node-scaling-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
env:
10-
SHIM_SPIN_VERSION: v0.22.0
10+
SHIM_SPIN_VERSION: v0.23.0
1111
DOCKER_BUILD_SUMMARY: false
1212

1313
jobs:

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
env:
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

1515
jobs:

config/samples/sample_shim_spin.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

config/samples/test_shim_spin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)