Skip to content

Update module cyphar.com/go-pathrs to v0.2.6 - #2036

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/cyphar.com-go-pathrs-0.x
Open

Update module cyphar.com/go-pathrs to v0.2.6#2036
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/cyphar.com-go-pathrs-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cyphar.com/go-pathrs v0.2.5v0.2.6 age confidence

Release Notes

cyphar/libpathrs (cyphar.com/go-pathrs)

v0.2.6: libpathrs v0.2.6 -- "If only, if only," the woodpecker sighs, "The bark on the tree was as soft as the skies."

Compare Source

This release includes a few fixes related to CGo and finicky compiler
issues, as well as replacing some assertions that caused issues with
runc with some more graceful handling of unexpected conditions.

Fixed:

  • The new --{enable,disable}-* arguments for install.sh to control shared
    library installation were incorrectly called --disable-dynamic rather than
    autoconf's --disable-shared. We have added new --{enable,disable}-shared
    flags and the old ones are kept for compatibility.

  • go-pathrs: Fix build failures when building the Go bindings with Clang. CGo's
    handling of numerical C constants is somewhat compiler-dependent and some of
    our sanity checking code would previously fail to compile under CC=clang.
    (#​401)

  • Previously, if a downstream regenerated our include/pathrs.h header with
    using cbindgen >= v0.29.3, the header would use C23 features that would
    cause go-pathrs to fail to build. We now have worked around the issue for
    go-pathrs but we still have not updated our headers because our Python
    bindings have other issues with the new headers. See the discussion in
    mozilla/cbindgen#1156 for more details.

Changed:

  • runc closes all open file descriptors before executing user code in order to
    avoid some particularly hairy security bugs. Unfortunately, this also
    invalidates the cached ProcfsHandle in libpathrs, which could cause runc to
    later crash if a subsequent procfs operation was attempted (which happened in
    the error path of runc).

    Most downstream users will never run into this issue, but we now handle
    the problem a bit more gracefully -- if libpathrs detects this problematic
    condition, the cached handle is locked out of use and all ProcfsHandleBuilder::build
    invocations will produce a new handle. (#​413, opencontainers/runc#5438)

Thanks to the following contributors who made this release possible:

Signed-off-by: Aleksa Sarai cyphar@cyphar.com


This release is dedicated to our dearest Yuki, who passed away a year
ago today in our arms after bravely fighting heart disease for a year.

You were the bestest and most loving little boy, we miss your rumbling
purrs, your aggressive head rubs and drooling all over our faces while
we slept. We always said you had such a big heart, I only wish we
could've fixed it for you. We're so grateful to have been blessed with
our time with you, even if it was far shorter than it should've been.
You'll always be in our hearts, Yuki. Rest softly, our beautiful boy.

🖤 Yuki 2021-2025

4080-3060-max-2

An estimated one in seven (~15%) of cats are diagnosed with Hypertrophic
Cardiomyopathy (HCM) or similar heart diseases in their lifetimes, and it is
still sadly a death sentence. If you are a cat lover, please consider donating
to charities that are funding research into better diagnostics and treatment.
And don't forget to cherish your furry friends, your time with them may be
shorter than you expect.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Sep 9, 2026
@openshift-ci
openshift-ci Bot requested review from blublinsky and xrajesh September 9, 2026 00:15
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 7d6d677b-0318-413f-9c71-65f10927bab5

📥 Commits

Reviewing files that changed from the base of the PR and between 0b9ff41 and 5ec5f77.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum, !go.sum
📒 Files selected for processing (1)
  • go.mod

Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review.


📝 Walkthrough

Walkthrough

The pull request upgrades the indirect cyphar.com/go-pathrs dependency from v0.2.5 to v0.2.6 in go.mod.

Changes

Dependency update

Layer / File(s) Summary
Upgrade go-pathrs dependency
go.mod
The indirect cyphar.com/go-pathrs dependency changes from v0.2.5 to v0.2.6.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 5ec5f

This updates the indirect go-pathrs dependency to v0.2.6. No current merge-blocking risk is identified.

Suggested reviewers: raptorsun

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency update from cyphar.com/go-pathrs to v0.2.6.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/cyphar.com-go-pathrs-0.x

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 0b9ff41 and 2 for PR HEAD 5ec5f77 in total

@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants