-
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.1 #3439
Release runc 1.1.1 #3439
Conversation
This also includes the backport of commit e4d23d5, fixing a minor formatting issue. Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>
@@ -233,7 +252,8 @@ implementation (libcontainer) is *not* covered by this policy. | |||
cgroups at all during `runc update`). (#2994) | |||
|
|||
<!-- minor releases --> | |||
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.0...HEAD | |||
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.1...HEAD | |||
[1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1 |
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.
NIT: I would've put this in a "1.1.z
patch release" section (and split out the "unreleased 1.1.z" list) but that doesn't really matter. I'll fix it next time I touch the changelog.
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.
Also I usually put the changelog bump in the same commit as the version bump, but this also doesn't matter too much.
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
Changes (quoting CHANGELOG.md):
[1.1.1] - 2022-03-28
Added
Fixed
runc run/start
can now run a container with read-only/dev
in OCI spec,rather than error out. ([1.1] Fix working with read-only /dev #3355)
runc exec
now ensures that--cgroup
argument is a sub-cgroup. ([1.1] runc exec --cgroup: ensure the path is a sub-cgroup path #3403)listed in
/sys/kernel/cgroup/delegate
do not exist in container's cgroup.(v2 cgroup delegation fails: memory.oom.group: no such file or directory #3387, [1.1] libct/cg/sd/v2: fix ENOENT on cgroup delegation #3404)
([release-1.1] configs/validate: looser validation for RDT #3406)
stat
of
/sys/fs/cgroup/unified
returns an error other than ENOENT. ([release-1.1] libct/cg: IsCgroup2HybridMode: don't panic #3435)Fixes: #3437