Skip to content

Commit 0683a19

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Update crun to 1.21
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 8550464 commit 0683a19

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
@@ -116,7 +116,7 @@ dependencies:
116116
match: VERSION
117117

118118
- name: crun
119-
version: 1.20
119+
version: 1.21
120120
refPaths:
121121
- path: examples/baseprofile-crun.yaml
122122
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.20
5+
name: crun-v1.21
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.20
4+
CRUN_VERSION=1.21
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.2.6"
28-
baseProfileNameCrun = "crun-v1.20"
28+
baseProfileNameCrun = "crun-v1.21"
2929
)
3030

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

0 commit comments

Comments
 (0)