@@ -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
0 commit comments