Skip to content

Commit fd3cfcc

Browse files
committed
Update crun to 1.24
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 45dfb8b commit fd3cfcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies:
128128
match: VERSION
129129

130130
- name: crun
131-
version: 1.23.1
131+
version: 1.24
132132
refPaths:
133133
- path: examples/baseprofile-crun.yaml
134134
match: name

examples/baseprofile-crun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
33
kind: SeccompProfile
44
metadata:
5-
name: crun-v1.23.1
5+
name: crun-v1.24
66
spec:
77
defaultAction: SCMP_ACT_ERRNO
88
architectures:

hack/install-crun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euox pipefail
33

4-
CRUN_VERSION=1.23.1
4+
CRUN_VERSION=1.24
55
CRUN_BIN=/tmp/crun
66

77
# Current crun version

test/tc_base_profiles_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
baseProfileNameRunc = "runc-v1.3.1"
28-
baseProfileNameCrun = "crun-v1.23.1"
28+
baseProfileNameCrun = "crun-v1.24"
2929
)
3030

3131
func (e *e2e) testCaseBaseProfile([]string) {

0 commit comments

Comments
 (0)