Skip to content

Commit 2636e1c

Browse files
committed
CHANGELOG.md: add 1.1.1 release notes
This also includes the backport of commit e4d23d5, fixing a minor formatting issue. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent ae28db1 commit 2636e1c

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1] - 2022-03-28
10+
11+
> Violence is the last refuge of the incompetent.
12+
13+
### Added
14+
* CI is now also run on centos-stream-9. (#3436)
15+
16+
### Fixed
17+
* `runc run/start` can now run a container with read-only `/dev` in OCI spec,
18+
rather than error out. (#3355)
19+
* `runc exec` now ensures that `--cgroup` argument is a sub-cgroup. (#3403)
20+
* libcontainer systemd v2 manager no longer errors out if one of the files
21+
listed in `/sys/kernel/cgroup/delegate` do not exist in container's cgroup.
22+
(#3387, #3404)
23+
* Loose OCI spec validation to avoid bogus "Intel RDT is not supported" error.
24+
(#3406)
25+
* libcontainer/cgroups no longer panics in cgroup v1 managers if `stat`
26+
of `/sys/fs/cgroup/unified` returns an error other than ENOENT. (#3435)
27+
928
## [1.1.0] - 2022-01-14
1029

1130
> A plan depends as much upon execution as it does upon concept.
1231
13-
## Changed
32+
### Changed
1433
* libcontainer will now refuse to build without the nsenter package being
1534
correctly compiled (specifically this requires CGO to be enabled). This
1635
should avoid folks accidentally creating broken runc binaries (and
@@ -233,7 +252,8 @@ implementation (libcontainer) is *not* covered by this policy.
233252
cgroups at all during `runc update`). (#2994)
234253

235254
<!-- minor releases -->
236-
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.0...HEAD
255+
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.1...HEAD
256+
[1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1
237257
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
238258
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0
239259

0 commit comments

Comments
 (0)