@@ -6,13 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.5.0] - 2026-06-19
10+
11+ > Why do we even have that lever?!
12+
913### Added ###
1014- ` runc version ` and ` runc features ` now provide version information about
11- libpathrs when runc is built with the ` libpathrs ` build tag. (#5291 , #5328 )
15+ libpathrs (when runc is built with the ` libpathrs ` build tag). (#5291 , #5328 )
16+
17+ ### Fixed ###
18+ - Since runc 1.3.0, the ` org.opencontainers.runc.version ` annotation included
19+ in ` runc features ` contained an extraneous ` \n ` , possibly causing issues with
20+ tools that parse the output. It is now properly stripped. (#5329 , #5330 ,
21+ #5331 , #5335 )
1222
1323### Changed ###
14- - runc now depends on [ libpathrs v0.2.5] or later, and attempting to build with
15- older versions will cause compilation errors. (#5291 , #5328 )
24+ - runc (when built with the ` libpathrs ` build tag) now depends on [ libpathrs
25+ v0.2.5] or later, and attempting to build with older versions will cause
26+ compilation errors. (#5291 , #5328 )
27+ - Switched to go-criu v8.3.0, which reduces our binary size from ~ 16MB to
28+ ~ 14MB. (#5312 , #5326 )
1629
1730[ libpathrs v0.2.5 ] : https://github.com/cyphar/libpathrs/releases/tag/v0.2.5
1831
@@ -1719,6 +1732,7 @@ implementation (libcontainer) is *not* covered by this policy.
17191732
17201733<!-- minor releases -->
17211734[ Unreleased ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...HEAD
1735+ [ 1.5.0 ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0
17221736[ 1.4.0 ] : https://github.com/opencontainers/runc/compare/v1.4.0-rc.3...v1.4.0
17231737[ 1.3.0 ] : https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...v1.3.0
17241738[ 1.2.0 ] : https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
@@ -1785,7 +1799,8 @@ implementation (libcontainer) is *not* covered by this policy.
17851799[ 1.4.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.3.0...v1.4.0-rc.1
17861800
17871801<!-- 1.5.z patch releases -->
1788- [ Unreleased 1.5.z ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...release-1.5
1802+ [ Unreleased 1.5.z ] : https://github.com/opencontainers/runc/compare/v1.5.0...release-1.5
1803+ [ 1.5.0 ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0
17891804[ 1.5.0-rc.3 ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.2...v1.5.0-rc.3
17901805[ 1.5.0-rc.2 ] : https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...v1.5.0-rc.2
17911806[ 1.5.0-rc.1 ] : https://github.com/opencontainers/runc/compare/v1.4.0...v1.5.0-rc.1
0 commit comments