File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased 1.2.z]
88
9+ ## [ 1.2.3] - 2024-12-12
10+
11+ > Winter is not a season, it's a celebration.
12+
13+ ### Fixed
14+ * Fixed a regression in use of securejoin.MkdirAll, where multiple
15+ runc processes racing to create the same mountpoint in a shared rootfs
16+ would result in spurious EEXIST errors. In particular, this regression
17+ caused issues with BuildKit. (#4543 , #4550 )
18+ * Fixed a regression in eBPF support for pre-5.6 kernels after upgrading
19+ Cilium's eBPF library version to 0.16 in runc. (#3008 , #4551 )
20+
921## [ 1.2.2] - 2024-11-15
1022
1123> Specialization is for insects.
@@ -939,7 +951,8 @@ implementation (libcontainer) is *not* covered by this policy.
939951[ 1.1.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
940952
941953<!-- 1.2.z patch releases -->
942- [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.2...release-1.2
954+ [ Unreleased 1.2.z ] : https://github.com/opencontainers/runc/compare/v1.2.3...release-1.2
955+ [ 1.2.3 ] : https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3
943956[ 1.2.2 ] : https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.2
944957[ 1.2.1 ] : https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1
945958[ 1.2.0-rc.3 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
Original file line number Diff line number Diff line change 1- 1.2.2 +dev
1+ 1.2.3 +dev
You can’t perform that action at this time.
0 commit comments