Merged
Conversation
|
@thaJeztah for the rpm release, i have a small request here #215 (comment) |
Member
Author
|
Opened #233 to (temporarily) revert while we figure out an approach for #215 (comment) |
- Update to containerd 1.4.5 - Update runc to v1.0.0-rc94 containerd diff: containerd/containerd@v1.4.4...v1.4.5 runc diff: opencontainers/runc@v1.0.0-rc93...v1.0.0-rc94 containerd release notes: https://github.com/containerd/containerd/releases/tag/v1.4.5 - Update runc to rc94 - Fix leaking socket path in runc shim v2 - Fix cleanup logic in new container in runc shim v2 - Fix registry mirror authorization logic in CRI plugin - Add support for userxattr in overlay snapshotter for kernel 5.11+ runc release notes: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc94 Potentially breaking changes: - cgroupv1: kernel memory limits are now always ignored, as kmemcg has been effectively deprecated by the kernel. Users should make use of regular memory cgroup controls. - libcontainer/cgroups: cgroup managers' Set now accept configs.Resources rather than configs.Cgroups - libcontainer/cgroups/systemd: reconnect and retry in case dbus connection is closed (after dbus restart) - libcontainer/cgroups/systemd: don't set limits in Apply Bugfixes: - seccomp: fix 32-bit compilation errors (regression in rc93) - cgroupv2: blkio weight value conversion fix - runc init: fix a hang caused by deadlock in seccomp/ebpf loading code (regression in rc93) - runc start: fix "chdir to cwd: permission denied" for some setups (regression in rc93) - s390: fix broken terminal (regression in rc93) Improvements: - runc start/exec: better diagnostics when container limits are too low - runc start/exec: better cleanup after failed runc init - cgroupv1: improve freezing chances - cgroupv2: multiple GetStats improvements - cgroupv2: fallback to setting io.weight if io.bfq.weight is not available - capabilities: WARN, not ERROR, for unknown / unavailable capabilities Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
depends on #233
containerd diff: containerd/containerd@v1.4.4...v1.4.5
runc diff: opencontainers/runc@v1.0.0-rc93...v1.0.0-rc94
containerd release notes: https://github.com/containerd/containerd/releases/tag/v1.4.5
runc release notes: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc94
Potentially breaking changes:
been effectively deprecated by the kernel. Users should make use of
regular memory cgroup controls.
configs.Resources rather than configs.Cgroups
connection is closed (after dbus restart)
Bugfixes:
Improvements: