Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the project metadata to begin the 1.4.2 development cycle and records the 1.4.2 release notes in the changelog, aligning repository versioning and documentation with the published patch release.
Changes:
- Update
VERSIONfrom1.4.1+devto1.4.2+dev. - Add a
1.4.2changelog entry (dated 2026-04-02) describing the included fixes. - Update the “Unreleased 1.4.z” and
1.4.2comparison links at the bottom of the changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
VERSION |
Advances the dev version marker to 1.4.2+dev. |
CHANGELOG.md |
Adds the 1.4.2 release section and updates release comparison links accordingly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
slightly improved changelog wording:
|
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
cyphar
approved these changes
Apr 2, 2026
lifubang
approved these changes
Apr 2, 2026
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.
A copy/paste from the changelog:
1.4.2 - 2026-04-02
Fixed
runc execorrunc runwhen the container process runs for a short time. (a SIGCHLD race in signal handler setup (regression since runc 1.3.0) #5208,Fix SIGCHLD race in signal handler setup #5210, [1.4] Fix SIGCHLD race in signal handler setup #5216)
container start, reducing the total amount of used file descriptors and
helping to avoid hitting the open files limit when handling many such mounts.
(libct: close the mount source fd ASAP! #5177, [1.4] libct: close the mount source fd ASAP! #5201)