Skip to content

Commit 1a3878c

Browse files
committed
merge #5338 into opencontainers/runc:release-1.5
Aleksa Sarai (2): VERSION: back to development VERSION: release v1.5.0 LGTMs: rata AkihiroSuda
2 parents fabada3 + a4c0649 commit 1a3878c

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ 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
1115
libpathrs when runc is built with the `libpathrs` build tag. (#5291, #5328)
1216

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)
22+
1323
### Changed ###
1424
- runc now depends on [libpathrs v0.2.5] or later, and attempting to build with
1525
older versions will cause compilation errors. (#5291, #5328)
26+
- Switched to go-criu v8.3.0, which reduces our binary size from ~16MB to
27+
~14MB. (#5312, #5326)
1628

1729
[libpathrs v0.2.5]: https://github.com/cyphar/libpathrs/releases/tag/v0.2.5
1830

@@ -1719,6 +1731,7 @@ implementation (libcontainer) is *not* covered by this policy.
17191731

17201732
<!-- minor releases -->
17211733
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...HEAD
1734+
[1.5.0]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0
17221735
[1.4.0]: https://github.com/opencontainers/runc/compare/v1.4.0-rc.3...v1.4.0
17231736
[1.3.0]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...v1.3.0
17241737
[1.2.0]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0
@@ -1785,7 +1798,8 @@ implementation (libcontainer) is *not* covered by this policy.
17851798
[1.4.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.4.0-rc.1
17861799

17871800
<!-- 1.5.z patch releases -->
1788-
[Unreleased 1.5.z]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...release-1.5
1801+
[Unreleased 1.5.z]: https://github.com/opencontainers/runc/compare/v1.5.0...release-1.5
1802+
[1.5.0]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.3...v1.5.0
17891803
[1.5.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.2...v1.5.0-rc.3
17901804
[1.5.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.5.0-rc.1...v1.5.0-rc.2
17911805
[1.5.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.4.0...v1.5.0-rc.1

VERSION

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

0 commit comments

Comments
 (0)