Skip to content

Commit

Permalink
Update crun to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Feb 11, 2025
1 parent 3beb062 commit 61f8e41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies:
match: VERSION

- name: crun
version: 1.19.1
version: 1.20
refPaths:
- path: examples/baseprofile-crun.yaml
match: name
Expand Down
2 changes: 1 addition & 1 deletion examples/baseprofile-crun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
kind: SeccompProfile
metadata:
name: crun-v1.19.1
name: crun-v1.20
spec:
defaultAction: SCMP_ACT_ERRNO
architectures:
Expand Down
2 changes: 1 addition & 1 deletion hack/install-crun
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euox pipefail

CRUN_VERSION=1.19.1
CRUN_VERSION=1.20
CRUN_BIN=/tmp/crun

# Current crun version
Expand Down
2 changes: 1 addition & 1 deletion test/tc_base_profiles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
baseProfileNameRunc = "runc-v1.2.3"
baseProfileNameCrun = "crun-v1.19.1"
baseProfileNameCrun = "crun-v1.20"
)

func (e *e2e) testCaseBaseProfile([]string) {
Expand Down

0 comments on commit 61f8e41

Please sign in to comment.