From c4bb59526d0c9cf3a3a46a04d08ca031749a2119 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 19 Jun 2026 12:53:34 +0200 Subject: [PATCH 1/2] VERSION: release v1.5.0 Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 23 +++++++++++++++++++---- VERSION | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b34ba72..5f0a3aabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2026-06-19 + +> Why do we even have that lever?! + ### Added ### - `runc version` and `runc features` now provide version information about - libpathrs when runc is built with the `libpathrs` build tag. (#5291, #5328) + libpathrs (when runc is built with the `libpathrs` build tag). (#5291, #5328) + +### Fixed ### +- Since runc 1.3.0, the `org.opencontainers.runc.version` annotation included + in `runc features` contained an extraneous `\n`, possibly causing issues with + tools that parse the output. It is now properly stripped. (#5329, #5330, + #5331, #5335) ### Changed ### -- runc now depends on [libpathrs v0.2.5] or later, and attempting to build with - older versions will cause compilation errors. (#5291, #5328) +- runc (when built with the `libpathrs` build tag) now depends on [libpathrs + v0.2.5] or later, and attempting to build with older versions will cause + compilation errors. (#5291, #5328) +- Switched to go-criu v8.3.0, which reduces our binary size from ~16MB to + ~14MB. (#5312, #5326) [libpathrs v0.2.5]: https://github.com/cyphar/libpathrs/releases/tag/v0.2.5 @@ -1719,6 +1732,7 @@ implementation (libcontainer) is *not* covered by this policy. [Unreleased]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...HEAD +[1.5.0]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0 [1.4.0]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.3...v1.4.0 [1.3.0]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...v1.3.0 [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. [1.4.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.4.0-rc.1 -[Unreleased 1.5.z]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...release-1.5 +[Unreleased 1.5.z]: https://github.com/opencontainers/runc/compare/v1.5.0...release-1.5 +[1.5.0]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0 [1.5.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.2...v1.5.0-rc.3 [1.5.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...v1.5.0-rc.2 [1.5.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.4.0...v1.5.0-rc.1 diff --git a/VERSION b/VERSION index cd8186f24..bc80560fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0-rc.3+dev +1.5.0 From 77c781d7d967e3c8f5e560b486e4845d2b667a84 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 19 Jun 2026 12:53:49 +0200 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Aleksa Sarai --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bc80560fa..5438d36ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.5.0+dev