Skip to content

Commit d4534b2

Browse files
committed
merge #4552 into opencontainers/runc:release-1.2
lifubang (2): VERSION: back to development VERSION: release v1.2.3 LGTMs: cyphar thaJeztah kolyshkin
2 parents a640df5 + b01ffa0 commit d4534b2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2+dev
1+
1.2.3+dev

0 commit comments

Comments
 (0)