-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Release runc 1.1.6 #3818
Release runc 1.1.6 #3818
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.)
@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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still LGTM
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
[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
UnitExist
errorfrom 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.cpus
to 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_OVERRIDE
capability 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: unknown
when relying on capabilities #3715, [1.1] Fix runc run "permission denied" when rootless #3817)compatibility.