Release 1.5.0-rc.2#5219
Merged
kolyshkin merged 3 commits intoopencontainers:release-1.5from Apr 3, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates release metadata for the next runc pre-release by bumping the embedded VERSION and adding corresponding CHANGELOG entries (including updated comparison links).
Changes:
- Bump
VERSIONto1.5.0-rc.2+dev. - Add
1.5.0-rc.2release notes toCHANGELOG.md. - Add
1.4.2release notes and update “Unreleased” comparison links inCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
VERSION |
Updates the embedded runc version string to the next RC development version. |
CHANGELOG.md |
Adds release notes for 1.5.0-rc.2 and 1.4.2, and updates comparison/reference links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Contributor
Author
Done. |
AkihiroSuda
approved these changes
Apr 3, 2026
Member
|
@AkihiroSuda I will try to get the libpathrs version stuff done as soon as I can... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog copy/paste:
1.5.0-rc.2 - 2026-04-02
Note
runc v1.5.0-rc.2 includes all of the patches backported to runc v1.4.2.
Fixed
([1.5] build: use POSIX regex in libpathrs build #5196, build: use POSIX regex in libpathrs build #5194)
Added
RUNC_BUILDTAGSmake or shell environment variable canbe used to add build tags and/or remove existing build tags (when a tag is
prefixed with
-). ([1.5] Makefile: add RUNC_BUILDTAGS, deprecate EXTRA_BUILDTAGS #5198, Makefile: add RUNC_BUILDTAGS, deprecate EXTRA_BUILDTAGS #5171)Changed
descriptor (rather than the path) for most operations related to container
root during container start. ([1.5] Pre-open container root directory #5204, Pre-open container root directory #5190)
Deprecated
EXTRA_BUILDTAGSmake variable is deprecated in favor ofRUNC_BUILDTAGSand will be removed in runc 1.6. ([1.5] Makefile: add RUNC_BUILDTAGS, deprecate EXTRA_BUILDTAGS #5198, Makefile: add RUNC_BUILDTAGS, deprecate EXTRA_BUILDTAGS #5171)
libcontainer/deviceshas been deprecated in favour ofgithub.com/moby/sys/devices(which is a carbon copy of the package). Itwill be removed in runc 1.6. ([1.5] libct/devices: deprecate in favour of moby/sys/devices #5220, libct: deprecate libcontainer/devices in favour of moby/sys/devices #5142)