Skip to content

Commit 159c67f

Browse files
committed
VERSION: Release v1.3.0-rc.2
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent d8e6733 commit 159c67f

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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0-rc.2] - 2025-04-10
10+
> Eppur si muove.
11+
12+
### Fixed
13+
* Use the container's `/etc/passwd` to set the `HOME` env var. After a refactor
14+
for 1.3, we were setting it reading the host's `/etc/passwd` file instead.
15+
(#4693, #4688)
16+
* Override `HOME` env var if it's set to the empty string. This fixes a
17+
regression after the same refactor for 1.3 and aligns the behavior with older
18+
versions of runc. (#4711)
19+
* Add time namespace to container config after checkpoint/restore. CRIU since
20+
version 3.14 uses a time namespace for checkpoint/restore, however it was not
21+
joining the time namespace in runc. (#4705)
22+
923
## [1.3.0-rc.1] - 2025-03-04
1024

1125
> No tengo miedo al invierno, con tu recuerdo lleno de sol.
@@ -1040,7 +1054,7 @@ implementation (libcontainer) is *not* covered by this policy.
10401054
cgroups at all during `runc update`). (#2994)
10411055

10421056
<!-- minor releases -->
1043-
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...HEAD
1057+
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...HEAD
10441058
[1.2.0]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
10451059
[1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0
10461060
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0
@@ -1083,4 +1097,5 @@ implementation (libcontainer) is *not* covered by this policy.
10831097
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
10841098

10851099
<!-- 1.3.z patch releases -->
1100+
[1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
10861101
[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.3.0-rc.1
1+
1.3.0-rc.2

0 commit comments

Comments
 (0)