From 6345aa291029ffee100b6b0a8474861a26d0a13b Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 17 Mar 2025 14:13:24 -0700 Subject: [PATCH] CHANGELOG: v1.2.6 formatting fixes Fix headers Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc854c3a48..e4ce0178aca 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 > Hasta la victoria, siempre. -## Fixed +### Fixed * Fix a stall issue that would happen if setting `O_CLOEXEC` with `CloseExecFrom` failed (#4647). * `runc` now properly handles joining time namespaces (such as with `runc @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Remove `Fexecve` helper from `libcontainer/system`. Runc 1.2.1 removed runc-dmz, but we forgot to remove this helper added only for that. (#4646) -## Changed +### Changed * Use Go 1.23 for official builds, run CI with Go 1.24 and drop Ubuntu 20.04 from CI. We need to drop Ubuntu 20.04 from CI because Github Actions announced it's already deprecated and it will be discontinued soon. (#4648)