diff --git a/scripts/versions b/scripts/versions index a526f9260d9..6c6a5975382 100755 --- a/scripts/versions +++ b/scripts/versions @@ -8,7 +8,7 @@ declare -A VERSIONS=( ["conmon"]=v2.0.20 ["cri-tools"]=v1.19.0 ["runc"]=v1.0.0-rc92 - ["crun"]=0.15 + ["crun"]=0.16 ["bats"]=v1.2.1 ) export VERSIONS diff --git a/test/helpers.bash b/test/helpers.bash index 5e457b66614..24a6f35f187 100644 --- a/test/helpers.bash +++ b/test/helpers.bash @@ -250,12 +250,6 @@ function setup_crio() { CNI_DEFAULT_NETWORK=${CNI_DEFAULT_NETWORK:-crio} CNI_TYPE=${CNI_TYPE:-bridge} - # Workaround for https://github.com/containers/crun/pull/531. - # TODO: remove once crun > 0.15 is released and used here. - if $RUNTIME_BINARY --version | grep -q '^crun '; then - OVERRIDE_OPTIONS="$OVERRIDE_OPTIONS --selinux=false" - fi - # shellcheck disable=SC2086 "$CRIO_BINARY_PATH" \ --hooks-dir="$HOOKSDIR" \