Release 1.1.3#3490
Merged
cyphar merged 3 commits intoopencontainers:release-1.1from Jun 9, 2022
Merged
Conversation
Member
|
I'd like to backport #3451 first. Also when do we want to do a runc 1.2 release? |
Contributor
Author
I say let's try to do it in June. There are some PRs in the milestone. |
Contributor
Author
Changelog entry added. |
dc36d0e to
9eb865a
Compare
Contributor
Author
thaJeztah
previously approved these changes
Jun 2, 2022
Member
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM, thanks for preparing!
Member
|
Is this still WIP/DNM? |
Contributor
Author
Can't be committed until we know the release date (and that depends on @cyphar). Otherwise not a WIP. |
5530320 to
5b73eab
Compare
Member
Member
|
Both were merged 👍 |
Perform some basic checks for CHANGELOG.md. In particular, check for - missing periods; - extra spaces at EOL; - non-ASCII characters. Fix the issues found. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
* Changelog for v1.1.3. * Fixed 1.1.2 release date. * Fixed the order of footnotes. Note that backport (rather than original) PRs are listed as references, since this makes it easier to cross-check against the git log. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
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.
Let's cook 1.1.3. Copy-paste from the CHANGELOG.md below.
[1.1.3] - 2022-06-08
Fixed
Our seccomp
-ENOSYSstub now correctly handles multiplexed syscalls ons390 and s390x. This solves the issue where syscalls the host kernel did not
support would return
-EPERMdespite the existence of the-ENOSYSstubcode (this was due to how s390x does syscall multiplexing). ([1.1] seccomp: enosys: always return -ENOSYS for setup(2) on s390(x) #3478)
Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as
intended; this fix does not affect runc binary itself but is important for
libcontainer users such as Kubernetes. ([1.1] libct/cg/sd: check dbus.ErrClosed instead of isDbusError #3476)
Inability to compile with recent clang due to an issue with duplicate
constants in libseccomp-golang. ([1.1] vendor: bump libseccomp-golang #3477)
When using systemd cgroup driver, skip adding device paths that don't exist,
to stop systemd from emitting warnings about those paths. ([1.1] cgroups: systemd: skip adding device paths that don't exist #3504)
Socket activation was failing when more than 3 sockets were used. ([1.1] libcontainer: relax getenv_int sanity check #3494)
Various CI fixes. ([1.1] Make CI green again #3472, [1.1] ci: drop docker layer caching from release job #3479)
Added
Changed