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

NEWS: tag 1.8.5 #1220

Merged
merged 1 commit into from
May 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
* crun-1.8.5

- scheduler: use definition from the OCI configuration file instead of the custom
label that is now dropped and not supported anymore.
- cgroup: fix creating cgroup under "domain threaded".
- cgroup, systemd: set the memory limit on the system scope.
- restore tty settings from the correct file descriptor. It was previously
restoring the settings from the wrong file descriptor causing the tty settings
to be changed on the calling terminal.
- criu: check if the criu_join_ns_add function exists. Fix a segfault with new
versions of CRIU.
- linux: do not precreate devs with euid > 0. Fix creating devices when running
the OCI runtime as non root user.
- linux: improve PID detection on systems that lack pidfd. While there is still a
window of time that the PID could be recycled, now it is now reduced to a minimum.
- criu: fix memory leak.
- logging: improve error message when dlopen fails.

* crun-1.8.4

- fix build on CentOS 7.
Expand Down