Skip to content

Commit

Permalink
Update runc to v1.1.14
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 Sep 4, 2024
1 parent f5af3b0 commit 2070511
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies:
match: CRUN_VERSION

- name: runc
version: v1.1.13
version: v1.1.14
refPaths:
- path: examples/baseprofile-runc.yaml
match: name
Expand Down
3 changes: 2 additions & 1 deletion examples/baseprofile-runc.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: runc-v1.1.13
name: runc-v1.1.14
spec:
defaultAction: SCMP_ACT_ERRNO
architectures:
Expand Down Expand Up @@ -55,6 +55,7 @@ spec:
- pivot_root
- prctl
- pread64
- prlimit64
- read
- readlinkat
- rseq
Expand Down
6 changes: 3 additions & 3 deletions installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ metadata:
name: profile1
spec:
defaultAction: SCMP_ACT_ERRNO
baseProfileName: runc-v1.1.13
baseProfileName: runc-v1.1.14
syscalls:
- action: SCMP_ACT_ALLOW
names:
Expand Down Expand Up @@ -1998,7 +1998,7 @@ The following checks were performed on each of these signatures:
16:32:33.208743 Copying profile from repository
16:32:34.119652 Reading profile
16:32:34.119677 Trying to unmarshal seccomp profile
16:32:34.120114 Got SeccompProfile: runc-v1.1.4
16:32:34.120114 Got SeccompProfile: runc-v1.1.14
16:32:34.120119 Saving profile in: /tmp/profile.yaml
```

Expand Down Expand Up @@ -2134,7 +2134,7 @@ way, for example if a profile does not support any platform:
11:07:18.359152 Trying to read profile: profile-linux-amd64.yaml
11:07:18.359209 Trying to read profile: profile.yaml
11:07:18.359224 Trying to unmarshal seccomp profile
11:07:18.359728 Got SeccompProfile: runc-v1.1.13
11:07:18.359728 Got SeccompProfile: runc-v1.1.14
11:07:18.359732 Saving profile in: /tmp/profile.yaml
```

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 @@ -24,7 +24,7 @@ import (
)

const (
baseProfileNameRunc = "runc-v1.1.13"
baseProfileNameRunc = "runc-v1.1.14"
baseProfileNameCrun = "crun-v1.16.1"
)

Expand Down

0 comments on commit 2070511

Please sign in to comment.