mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
merge #5338 into opencontainers/runc:release-1.5
Aleksa Sarai (2): VERSION: back to development VERSION: release v1.5.0 LGTMs: rata AkihiroSuda
This commit is contained in:
+19
-4
@@ -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.
|
||||
|
||||
<!-- minor releases -->
|
||||
[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
|
||||
|
||||
<!-- 1.5.z patch releases -->
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user