Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency crun to v1.19.1 #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

This PR contains the following updates:

Package Update Change
crun minor 1.11.1 -> 1.19.1

Release Notes

containers/crun (crun)

v1.19.1

Compare Source

  • linux: fix a hang if there are no reads from the tty. Use non blocking sockets to read and write from the tty so that the "crun exec" process doesn't hang when the terminal is not consuming any data.
  • linux: remove the workaround needed to mount a cgroup on top of another cgroup mount. The workaround had the disadvantage to temporarily leak a mount on the host. The alternative that is currently used is to mount a temporary tmpfs between the twoo cgroup mounts.

v1.18.2

Compare Source

  • cgroup, systemd: fix a regression when a configuration file includes only one default rule.

v1.18.1

Compare Source

  • cgroup: deprecate cgroup v1.
  • cgroup: fix regression setting up the devices cgroup on cgroup v1.
  • cgroup: fix regression and work again with the default Docker devices configuration on systemd.
  • linux: fix setting up user namespace when newuidmap/newgidmap are not available.

v1.16.1

Compare Source

  • fix a regression introduced by 1.16 where using 'rshared' rootfs mount propagation and the rootfs itself is a mountpoint.
  • inherit user from original process on exec, if not overridden.

v1.14.4

Compare Source

  • linux: fix mount of file with recursive flags. Do not assume it is a directory, but check the source type.
  • new build for s390x

v1.14.3

Compare Source

  • follow up for 1.14.2. Drop the version check for each command.

v1.14.2

Compare Source

  • drop check for OCI version. A recent bump in the OCI runtime specs caused crun to fail with every config file. Just drop the check since it doesn't add any value.

v1.14.1

Compare Source

  • there was recently a security vulnerability (CVE-2024-21626) in runc
    that allowed a malicious user to chdir(2) to a /proc/*/fd entry that is
    outside the container rootfs. While crun is not affected directly,
    harden chdir by validating that we are still inside the container
    rootfs.
  • container: attempt to close all the files before execv(2).
    if we leak any fd, it prevents execv to gain access to files outside
    the container rootfs through /proc/self/fd/$fd.
  • fix a regression caused by 1.14 when installing the ebpf filter on a
    kernel older than 5.11.
  • cgroup, systemd: fix segfault if the resources block is not specified.

v1.11.2

Compare Source

  • fix a regression caused by 1.11.1 where the process crashes if there are no CPU limits configured on cgroup v1.
  • fix error code check for the ptsname_r function.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency crun to v1.11.2 chore(deps): update dependency crun to v1.14.1 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from e751ac3 to c777f56 Compare February 8, 2024 18:51
@renovate renovate bot force-pushed the renovate/crun-1.x branch from c777f56 to 12cf4dc Compare February 16, 2024 18:16
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.14.1 chore(deps): update dependency crun to v1.14.2 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 12cf4dc to 76bd39e Compare February 17, 2024 10:07
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.14.2 chore(deps): update dependency crun to v1.14.3 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 76bd39e to 305cffa Compare February 29, 2024 18:59
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.14.3 chore(deps): update dependency crun to v1.14.4 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 305cffa to 56319df Compare August 13, 2024 17:13
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.14.4 chore(deps): update dependency crun to v1.16.1 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 56319df to 8840339 Compare October 30, 2024 11:39
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.16.1 chore(deps): update dependency crun to v1.18.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 8840339 to 785f0db Compare October 31, 2024 17:07
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.18.1 chore(deps): update dependency crun to v1.18.2 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/crun-1.x branch from 785f0db to 92957fa Compare December 17, 2024 22:59
@renovate renovate bot changed the title chore(deps): update dependency crun to v1.18.2 chore(deps): update dependency crun to v1.19.1 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant