Skip to content

chore(deps): update module github.com/containerd/containerd to v1.7.30#674

Open
red-hat-konflux[bot] wants to merge 1 commit intorelease/1.2.zfrom
konflux/mintmaker/release/1.2.z/github.com-containerd-containerd-1.x
Open

chore(deps): update module github.com/containerd/containerd to v1.7.30#674
red-hat-konflux[bot] wants to merge 1 commit intorelease/1.2.zfrom
konflux/mintmaker/release/1.2.z/github.com-containerd-containerd-1.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/containerd/containerd v1.7.29v1.7.30 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

containerd/containerd (github.com/containerd/containerd)

v1.7.30: containerd 1.7.30

Compare Source

Welcome to the v1.7.30 release of containerd!

The thirtieth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
Container Runtime Interface (CRI)
  • Fix NRI dropping requested CDI devices silently (#​12650)
  • Redact all query parameters in CRI error logs (#​12551)
Runtime

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Akihiro Suda
  • Austin Vazquez
  • Mike Brown
  • Wei Fu
  • Andrey Noskov
  • CrazyMax
  • Davanum Srinivas
  • Jin Dong
  • Krisztian Litkey
  • Maksym Pavlenko
  • Paweł Gronowski
  • Phil Estes
  • Samuel Karp
Changes
26 commits

  • Prepare release notes for v1.7.30 (#​12652)
    • 3d0ca6d2e Prepare release notes for v1.7.30
  • Fix NRI dropping requested CDI devices silently (#​12650)
    • 0bc74f47e cri,nri: don't drop requested CDI devices silently.
  • script/setup/install-cni: install CNI plugins v1.9.0 (#​12660)
    • 7db16b562 script/setup/install-cni: install CNI plugins v1.9.0
  • go.mod: golang.org/x/crypto v0.45.0 (drop support for Go 1.23) (#​12640)
  • ci: bump Go 1.24.11, 1.25.5 (#​12627)
  • Update runc binary to v1.3.4 (#​12619)
    • 34b89a574 runc: Update runc binary to v1.3.4
  • ci: update CIFuzz actions to support Ubuntu 24.04 (#​12635)
    • 6e0dd8956 ci: update CIFuzz actions to support Ubuntu 24.04
  • build(deps): bump github.com/opencontainers/selinux (#​12591)
    • 3eea2a4af build(deps): bump github.com/opencontainers/selinux
  • remove sha256-simd (#​12576)
  • .github: skip 5 critest cases for window-2022 (#​12586)
    • ce2d3a67f .github: skip 5 critest cases in window CI pipeline
  • Redact all query parameters in CRI error logs (#​12551)
    • 65271ea89 fix: redact all query parameters in CRI error logs

Dependency Changes
  • github.com/cyphar/filepath-securejoin v0.5.1 new
  • github.com/opencontainers/selinux v1.11.0 -> v1.13.1
  • golang.org/x/crypto v0.40.0 -> v0.45.0
  • golang.org/x/mod v0.26.0 -> v0.29.0
  • golang.org/x/net v0.42.0 -> v0.47.0
  • golang.org/x/sync v0.16.0 -> v0.18.0
  • golang.org/x/sys v0.34.0 -> v0.38.0
  • golang.org/x/term v0.33.0 -> v0.37.0
  • golang.org/x/text v0.27.0 -> v0.31.0

Previous release can be found at v1.7.29


Configuration

📅 Schedule: 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.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Apr 2, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Bumps container runtime-related dependencies, updating containerd and its secure path-joining helper to their latest compatible patch versions.

File-Level Changes

Change Details Files
Update containerd dependency to the latest 1.7 patch release.
  • Bump github.com/containerd/containerd from v1.7.29 to v1.7.30 in go.mod.
  • Refresh go.sum entries to match the new containerd version and its transitive dependencies.
go.mod
go.sum
Align filepath-securejoin dependency with containerd 1.7.30 requirements.
  • Bump github.com/cyphar/filepath-securejoin from v0.4.1 to v0.5.1 in go.mod.
  • Regenerate go.sum checksums for the updated filepath-securejoin version.
go.mod
go.sum

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
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned Apr 2, 2026
@red-hat-konflux
Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned chore(deps): update module github.com/containerd/containerd to v1.7.30 Apr 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned Apr 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned chore(deps): update module github.com/containerd/containerd to v1.7.30 Apr 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned Apr 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned chore(deps): update module github.com/containerd/containerd to v1.7.30 Apr 2, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned Apr 2, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/release/1.2.z/github.com-containerd-containerd-1.x branch from 93b3e60 to a348b0d Compare April 3, 2026 00:23
@red-hat-konflux
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/cyphar/filepath-securejoin v0.4.1 -> v0.5.1

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/containerd/containerd to v1.7.30 - abandoned chore(deps): update module github.com/containerd/containerd to v1.7.30 Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants