From e4d23d50fa2d578c16c69d88f8bd4e2a0fa2d405 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 20 Jan 2022 18:42:21 -0800 Subject: [PATCH 1/2] CHANGELOG.md: nit The 1.1.0 "Changed" heading level is not proper. Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10951b4e..bcb70a8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > A plan depends as much upon execution as it does upon concept. -## Changed +### Changed * libcontainer will now refuse to build without the nsenter package being correctly compiled (specifically this requires CGO to be enabled). This should avoid folks accidentally creating broken runc binaries (and From 2eb6ac5347f8f09382235cc282cad5150094dba8 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 20 Jan 2022 18:47:52 -0800 Subject: [PATCH 2/2] CHANGELOG: add #3306 Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb70a8a3..cffc9e2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + + * When Intel RDT feature is not available, its initialization is skipped, + resulting in slightly faster `runc exec` and `runc run`. (#3306) + ## [1.1.0] - 2022-01-14 > A plan depends as much upon execution as it does upon concept.