From 18a0cb0f32bcac2ecc9a10f327d282759c144dab Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 23 Oct 2023 15:32:42 -0700 Subject: [PATCH 1/2] VERSION: release 1.1.10 Signed-off-by: Kir Kolyshkin Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 25 +++++++++++++++++++++++-- VERSION | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b77c4c5902..517e9d8abfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.1.z] +## [1.1.10] - 2023-10-31 + +> Śruba, przykręcona we śnie, nie zmieni sytuacji, jaka panuje na jawie. + +### Added + +* Support for `hugetlb..rsvd` limiting and accounting. Fixes the + issue of postres failing when hugepage limits are set. (#3859, #4077) + +### Fixed + +* Fixed permissions of a newly created directories to not depend on the value + of umask in tmpcopyup feature implementation. (#3991, #4060) +* libcontainer: cgroup v1 GetStats now ignores missing `kmem.limit_in_bytes` + (fixes the compatibility with Linux kernel 6.1+). (#4028) +* Fix a semi-arbitrary cgroup write bug when given a malicious hugetlb + configuration. This issue is not a security issue because it requires a + malicious `config.json`, which is outside of our threat model. (#4103) +* Various CI fixes. (#4081, #4055) + ## [1.1.9] - 2023-08-10 > There is a crack in everything. That's how the light gets in. @@ -456,8 +476,9 @@ implementation (libcontainer) is *not* covered by this policy. [1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1 -[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.9...release-1.1 -[1.1.8]: https://github.com/opencontainers/runc/compare/v1.1.8...v1.1.9 +[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.10...release-1.1 +[1.1.10]: https://github.com/opencontainers/runc/compare/v1.1.9...v1.1.10 +[1.1.9]: https://github.com/opencontainers/runc/compare/v1.1.8...v1.1.9 [1.1.8]: https://github.com/opencontainers/runc/compare/v1.1.7...v1.1.8 [1.1.7]: https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.6 diff --git a/VERSION b/VERSION index 5982401878a..5ed5faa5f16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.9+dev +1.1.10 From be887840dd2eff069049d85d89f78c62e5dce3fa Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 23 Oct 2023 17:04:42 -0700 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Kir Kolyshkin Signed-off-by: Aleksa Sarai --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5ed5faa5f16..f5e7ca832ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.10 +1.1.10+dev