@@ -11,6 +11,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111 * libcontainer/cgroups users who want to manage cgroup devices need to explicitly
1212 import libcontainer/cgroups/devices. (#3452 , #4248 )
1313
14+ ## [ 1.1.13] - 2024-06-13
15+
16+ > There is no certainty in the world. This is the only certainty I have.
17+ ### Important Notes
18+ * If building with Go 1.22.x, make sure to use 1.22.4 or a later version.
19+ (see #4233 for more details)
20+
21+ ### Fixed
22+
23+ * Support go 1.22.4+. (#4313 )
24+ * runc list: fix race with runc delete. (#4231 )
25+ * Fix set nofile rlimit error. (#4277 , #4299 )
26+ * libct/cg/fs: fix setting rt_period vs rt_runtime. (#4284 )
27+ * Fix a debug msg for user ns in nsexec. (#4315 )
28+ * script/* : fix gpg usage wrt keyboxd. (#4316 )
29+ * CI fixes and misc backports. (#4241 )
30+ * Fix codespell warnings. (#4300 )
31+
32+ ### Changed
33+
34+ * Silence security false positives from golang/net. (#4244 )
35+ * libcontainer: allow containers to make apps think fips is enabled/disabled for testing. (#4257 )
36+ * allow overriding VERSION value in Makefile. (#4270 )
37+ * Vagrantfile.fedora: bump Fedora to 39. (#4261 )
38+ * ci/cirrus: rm centos stream 8. (#4305 , #4308 )
39+
1440## [ 1.2.0-rc.1] - 2024-04-03
1541
1642> There's a frood who really knows where his towel is.
@@ -691,7 +717,8 @@ implementation (libcontainer) is *not* covered by this policy.
691717[ 1.0.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
692718
693719<!-- 1.1.z patch releases -->
694- [ Unreleased 1.1.z ] : https://github.com/opencontainers/runc/compare/v1.1.12...release-1.1
720+ [ Unreleased 1.1.z ] : https://github.com/opencontainers/runc/compare/v1.1.13...release-1.1
721+ [ 1.1.13 ] : https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
695722[ 1.1.12 ] : https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
696723[ 1.1.11 ] : https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11
697724[ 1.1.10 ] : https://github.com/opencontainers/runc/compare/v1.1.9...v1.1.10
0 commit comments