From 0d37cfd4b557771e555a184d5a78d0ed4bdb79a5 Mon Sep 17 00:00:00 2001 From: lifubang Date: Tue, 10 Dec 2024 18:09:16 +0800 Subject: [PATCH 1/2] VERSION: release v1.2.3 Signed-off-by: lifubang --- CHANGELOG.md | 15 ++++++++++++++- VERSION | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d328036b5..6193d3567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.2.z] +## [1.2.3] - 2024-12-12 + +> Winter is not a season, it's a celebration. + +### Fixed + * Fixed a regression in use of securejoin.MkdirAll, where multiple + runc processes racing to create the same mountpoint in a shared rootfs + would result in spurious EEXIST errors. In particular, this regression + caused issues with BuildKit. (#4543, #4550) + * Fixed a regression in eBPF support for pre-5.6 kernels after upgrading + Cilium's eBPF library version to 0.16 in runc. (#3008, #4551) + ## [1.2.2] - 2024-11-15 > Specialization is for insects. @@ -939,7 +951,8 @@ implementation (libcontainer) is *not* covered by this policy. [1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1 -[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.2...release-1.2 +[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.3...release-1.2 +[1.2.3]: https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1 [1.2.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3 diff --git a/VERSION b/VERSION index 71b3c9673..0495c4a88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2+dev +1.2.3 From b01ffa03c06cd73531d6bbdbe5519490e395bfd7 Mon Sep 17 00:00:00 2001 From: lifubang Date: Tue, 10 Dec 2024 18:10:39 +0800 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: lifubang --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0495c4a88..ae2ee4f70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 +1.2.3+dev