Skip to content

Commit 59923ef

Browse files
committed
VERSION: release v1.2.5
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 165b103 commit 59923ef

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.2.z]
88

9+
## [1.2.5] - 2025-02-13
10+
11+
> Мороз и солнце; день чудесный!
12+
13+
### Fixed
14+
* There was a regression in systemd v230 which made the way we define device
15+
rule restrictions require a systemctl daemon-reload for our transient
16+
units. This caused issues for workloads using NVIDIA GPUs. Workaround the
17+
upstream regression by re-arranging how the unit properties are defined.
18+
(#4568, #4612, #4615)
19+
* Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1,
20+
allowing projects that vendor runc to bump it as well. (#4608)
21+
* CI: fixed criu-dev compilation. (#4611)
22+
23+
### Changed
24+
* Dependency golang.org/x/net is updated to 0.33.0. (#4632)
25+
926
## [1.2.4] - 2025-01-07
1027

1128
> Христос се роди!
@@ -972,7 +989,8 @@ implementation (libcontainer) is *not* covered by this policy.
972989
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
973990

974991
<!-- 1.2.z patch releases -->
975-
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.4...release-1.2
992+
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.5...release-1.2
993+
[1.2.5]: https://github.com/opencontainers/runc/compare/v1.2.4...v1.2.5
976994
[1.2.4]: https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4
977995
[1.2.3]: https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3
978996
[1.2.2]: https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.2

VERSION

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

0 commit comments

Comments
 (0)