Release runc 1.1.6#3818
Merged
cyphar merged 2 commits intoopencontainers:release-1.1from Apr 12, 2023
Merged
Conversation
austinvazquez
approved these changes
Apr 7, 2023
AkihiroSuda
approved these changes
Apr 7, 2023
cyphar
approved these changes
Apr 8, 2023
Member
cyphar
left a comment
There was a problem hiding this comment.
LGTM. I'll do the release after the long weekend. (I've also written a script and am working on a CI setup for us to be able to have more than one person sign releases.)
Contributor
Author
Member
|
@kolyshkin Done. I've rebased it here, but I wonder if you'd also want to update the changelog in the release commit? I can prep the release as soon as you've fixed it up. |
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
mrunalp
approved these changes
Apr 11, 2023
Contributor
Author
Done |
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.
[1.1.6] - 2023-04-11
Compatibility
latest maintained Go 1.20.x or Go 1.19.x release is recommended.
Go 1.17 can still be used.
Fixed
UnitExisterrorfrom systemd while trying to create a systemd unit, which in some scenarios
may result in a container not being added to the proper systemd unit and
cgroup. (runc systemd cgroup driver logic is wrong #3780, [1.1] Fix systemd cgroup driver's Apply (and make CI green again) #3806)
resources.cpu.cpusto systemd unit property (AllowedCPUs) in case of morethan 8 CPUs, resulting in the wrong AllowedCPUs setting. ([1.1] cgroups: cpuset: fix byte order while parsing cpuset range to bits #3808)
of PID 1 cgroup, resulting in inability to place PID 1 in a non-root cgroup. ([1.1] libctr/cgroups: don't take init's cgroup into account #3811)
container when the file to be executed does not have executable bit set for
the user, not taking the
CAP_DAC_OVERRIDEcapability into account. This isa regression in runc 1.1.4, as well as in Go 1.20 and 1.20.1 (Runc 1.1.4 container fails with
permission denied: unknownwhen relying on capabilities #3715, [1.1] Fix runc run "permission denied" when rootless #3817)compatibility.