Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Type Update Change
github.com/opencontainers/runtime-tools require digest 260e151 -> 0ea5ed0

Configuration

📅 Schedule: Branch creation - "after 1am and before 11am on the first day of the month" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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

This PR was generated by Mend Renovate. View the repository job log.

…ea5ed0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Jul 1, 2025

Reviewer's Guide

This PR bumps the opencontainers/runtime-tools dependency to a new commit digest, updates related checksums and vendored files, and removes an obsolete indirect dependency on syndtr/gocapability.

Entity relationship diagram for dependency changes

erDiagram
    "opencontainers/runtime-tools" ||--o{ "syndtr/gocapability" : uses
    "opencontainers/runtime-tools" {
        string version
    }
    "syndtr/gocapability" {
        string version
    }

    %% The relationship is removed in this PR
    %% After the update, "syndtr/gocapability" is no longer a dependency
Loading

Class diagram for dependency update and removal

classDiagram
    class OpencontainersRuntimeTools {
        +string version
    }
    class SyndtrGocapability {
        +string version
    }
    OpencontainersRuntimeTools --|> SyndtrGocapability : indirect (removed)
    %% SyndtrGocapability is no longer present after the update
Loading

File-Level Changes

Change Details Files
Update runtime-tools digest to 0ea5ed0
  • Replace old commit hash with new digest in go.mod
  • Refresh checksums in go.sum
  • Regenerate vendor modules for updated runtime-tools
go.mod
go.sum
vendor/modules.txt
vendor/github.com/opencontainers/runtime-tools/generate/generate.go
vendor/github.com/opencontainers/runtime-tools/validate/capabilities/validate.go
vendor/github.com/opencontainers/runtime-tools/validate/capabilities/lastcap.go
Remove unused syndtr/gocapability dependency
  • Delete syndtr/gocapability entry from go.mod
  • Remove all vendored syndtr/gocapability package files
go.mod
vendor/github.com/syndtr/gocapability/LICENSE
vendor/github.com/syndtr/gocapability/capability/capability.go
vendor/github.com/syndtr/gocapability/capability/capability_linux.go
vendor/github.com/syndtr/gocapability/capability/capability_noop.go
vendor/github.com/syndtr/gocapability/capability/enum.go
vendor/github.com/syndtr/gocapability/capability/enum_gen.go
vendor/github.com/syndtr/gocapability/capability/syscall_linux.go

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 1, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 1, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Luap99, renovate[bot]

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-ci openshift-ci bot added the approved label Jul 1, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit c156ac8 into main Jul 1, 2025
14 checks passed
@renovate renovate bot deleted the renovate/github.com-opencontainers-runtime-tools-digest branch July 1, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dependencies Pull requests that update a dependency file lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants