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

*: release 1.0.2 #3173

Merged
merged 2 commits into from
Aug 20, 2021
Merged

*: release 1.0.2 #3173

merged 2 commits into from
Aug 20, 2021

Conversation

cyphar
Copy link
Member

@cyphar cyphar commented Aug 20, 2021

This is a second stable release in 1.0 branch, fixing a few medium and high
priority issues, including one that affect Kubernetes using runc's libcontainer.

Bugfixes:

 - Fixed a failure to set CPU quota period in some cases on cgroup v1. (#3115)
 - Fixed the inability to start a container with the "adding seccomp filter
   rule for syscall ..." error, caused by redundant seccomp rules (i.e. those
   that has action equal to the default one). Such redundant rules are now
   skipped. (#3129)
 - Made release builds reproducible from now on. (#3142)
 - Fixed a rare debug log race in runc init, which can result in occasional
   harmful "failed to decode ..." errors from runc run or exec. (#3130)
 - Fixed the check in cgroup v1 systemd manager if a container needs to be
   frozen before Set, and add a setting to skip such freeze unconditionally.
   The previous fix for that issue, done in  runc 1.0.1, was not working.
   (#3167)

Signed-off-by: Aleksa Sarai cyphar@cyphar.com

cyphar added 2 commits August 20, 2021 17:24
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
@cyphar cyphar linked an issue Aug 20, 2021 that may be closed by this pull request
@cyphar cyphar added this to the 1.0.2 milestone Aug 20, 2021
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

(Triggered Moby CI and it’s green)

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

For others; diff is v1.0.1...52b36a2

Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kolyshkin kolyshkin merged commit 04bcb7c into opencontainers:release-1.0 Aug 20, 2021
@cyphar cyphar deleted the release-1.0.2 branch August 21, 2021 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 1.0.2
4 participants