@@ -6,11 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
28
## [ 1.1.0] - 2022-01-14
10
29
11
30
> A plan depends as much upon execution as it does upon concept.
12
31
13
- ## Changed
32
+ ### Changed
14
33
* libcontainer will now refuse to build without the nsenter package being
15
34
correctly compiled (specifically this requires CGO to be enabled). This
16
35
should avoid folks accidentally creating broken runc binaries (and
@@ -233,7 +252,8 @@ implementation (libcontainer) is *not* covered by this policy.
233
252
cgroups at all during ` runc update ` ). (#2994 )
234
253
235
254
<!-- 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
237
257
[ 1.1.0 ] : https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
238
258
[ 1.0.0 ] : https://github.com/opencontainers/runc/releases/tag/v1.0.0
239
259
0 commit comments