Skip to content

Commit e89a299

Browse files
committed
VERSION: Release 1.2.6
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent b5ec91d commit e89a299

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.2.z]
88

9+
## [1.2.6] - 2025-03-17
10+
11+
> Hasta la victoria, siempre.
12+
13+
## Fixed
14+
* Fix a stall issue that would happen if setting `O_CLOEXEC` with
15+
`CloseExecFrom` failed (#4647).
16+
* `runc` now properly handles joining time namespaces (such as with `runc
17+
exec`). Previously we would attempt to set the time offsets when joining,
18+
which would fail. (#4635, #4649)
19+
* Handle `EINTR` retries correctly for socket-related direct
20+
`golang.org/x/sys/unix` system calls. (#4650)
21+
* We no longer use `F_SEAL_FUTURE_WRITE` when sealing the runc binary, as it
22+
turns out this had some unfortunate bugs in older kernel versions and was
23+
never necessary in the first place. (#4651, #4640)
24+
25+
### Removed
26+
* Remove `Fexecve` helper from `libcontainer/system`. Runc 1.2.1 removed
27+
runc-dmz, but we forgot to remove this helper added only for that. (#4646)
28+
29+
## Changed
30+
* Use Go 1.23 for official builds, run CI with Go 1.24 and drop Ubuntu 20.04
31+
from CI. We need to drop Ubuntu 20.04 from CI because Github Actions
32+
announced it's already deprecated and it will be discontinued soon. (#4648)
33+
934
## [1.2.5] - 2025-02-13
1035

1136
> Мороз и солнце; день чудесный!
@@ -989,7 +1014,8 @@ implementation (libcontainer) is *not* covered by this policy.
9891014
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
9901015

9911016
<!-- 1.2.z patch releases -->
992-
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.5...release-1.2
1017+
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.6...release-1.2
1018+
[1.2.6]: https://github.com/opencontainers/runc/compare/v1.2.5...v1.2.6
9931019
[1.2.5]: https://github.com/opencontainers/runc/compare/v1.2.4...v1.2.5
9941020
[1.2.4]: https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4
9951021
[1.2.3]: https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5+dev
1+
1.2.6

0 commit comments

Comments
 (0)