Skip to content

Commit c39da1f

Browse files
committed
VERSION: Release v1.3.0-rc.1
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 0ebf331 commit c39da1f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.3.0-rc.1] - 2025-03-06
10+
11+
> No tengo miedo al invierno, con tu recuerdo lleno de sol.
12+
913
### libcontainer API
1014
* `configs.CommandHook` struct has changed, Command is now a pointer.
1115
Also, `configs.NewCommandHook` now accepts a `*Command`. (#4325)
@@ -16,15 +20,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1620
user previously relied on this feature, now they have to convert names to
1721
IDs before calling libcontainer; it is recommended to use Go package
1822
github.com/moby/sys/user for that. (#3999)
23+
* Move libcontainer/cgroups to a separate repository. (#4618)
1924

2025
### Fixed
2126
* `runc exec -p` no longer ignores specified `ioPriority` and `scheduler`
2227
settings. Similarly, libcontainer's `Container.Start` and `Container.Run`
2328
methods no longer ignore `Process.IOPriority` and `Process.Scheduler`
2429
settings. (#4585)
30+
* Do not use `F_SEAL_FUTURE_WRITE` when sealing the runc binary. (#4641, #4640)
2531

2632
### Added
33+
* runc has been updated to OCI runtime-spec 1.2.1. (#4653)
2734
* CPU affinity support for `runc exec`. (#4327)
35+
* CRIU support can be disabled using the build tag `runc_nocriu`. (#4546)
36+
* Support to get the pidfd of the container via CLI flag `pidfd-socket`. (#4045)
37+
* Support `skip-in-flight` and `link-remap` options for CRIU. (#4627)
38+
* Support cgroup v1 mounted with noprefix. (#4513)
39+
2840

2941
## [1.2.5] - 2025-02-13
3042

@@ -978,7 +990,7 @@ implementation (libcontainer) is *not* covered by this policy.
978990
cgroups at all during `runc update`). (#2994)
979991

980992
<!-- minor releases -->
981-
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.2.0...HEAD
993+
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...HEAD
982994
[1.2.0]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
983995
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
984996
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0
@@ -1018,3 +1030,6 @@ implementation (libcontainer) is *not* covered by this policy.
10181030
[1.2.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
10191031
[1.2.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0-rc.2
10201032
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
1033+
1034+
<!-- 1.3.z patch releases -->
1035+
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0+dev
1+
1.3.0-rc.1

0 commit comments

Comments
 (0)