Skip to content

🌱 Bump go.podman.io/image/v5 from 5.39.2 to 5.40.0#2742

Merged
openshift-merge-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/go.podman.io/image/v5-5.40.0
Jun 4, 2026
Merged

🌱 Bump go.podman.io/image/v5 from 5.39.2 to 5.40.0#2742
openshift-merge-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/go.podman.io/image/v5-5.40.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps go.podman.io/image/v5 from 5.39.2 to 5.40.0.

Commits
  • 3c2fa91 Bump to c/image v5.40
  • f871d19 Bump to c/storage v1.63.0 in c/image, c/image to v5.40
  • 550f62f Bump c/storage to v1.63.0
  • 4fa1864 Merge pull request #816 from alexlarsson/fix-composefs-verity
  • 32704ef Merge pull request #855 from containers/renovate/github.com-docker-cli-29.x
  • 98ff31a Merge pull request #853 from mheon/containers_conf_documentation_removals
  • 3e16145 Update module github.com/docker/cli to v29.5.1+incompatible
  • 206fff3 Manpage: remove slirp4netns/boltdb references
  • 3592bda Merge pull request #852 from containers/renovate/github.com-onsi-gomega-1.x
  • f04d9c8 Update module github.com/onsi/gomega to v1.41.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.podman.io/image/v5](https://github.com/podman-container-tools/container-libs) from 5.39.2 to 5.40.0.
- [Release notes](https://github.com/podman-container-tools/container-libs/releases)
- [Commits](podman-container-tools/container-libs@image/v5.39.2...image/v5.40.0)

---
updated-dependencies:
- dependency-name: go.podman.io/image/v5
  dependency-version: 5.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 4, 2026
Copilot AI review requested due to automatic review settings June 4, 2026 02:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@openshift-ci openshift-ci Bot requested review from fgiudici and oceanc80 June 4, 2026 02:06
@netlify

netlify Bot commented Jun 4, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 8143931
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6a218796e7917200086badf3
😎 Deploy Preview https://deploy-preview-2742--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 4, 2026
The defaultContextFunc used in TestContainersImagePuller_Pull did not
set SystemRegistriesConfPath, causing it to fall back to the system
/etc/containers/registries.conf. go.podman.io/image/v5 v5.40.0 now
validates this file's format earlier, so CI runners with a v1-format
file fail before even reaching the registry connection attempt.

Apply the same pattern already used by buildSourceContextFunc: write an
empty but valid v2 registries.conf to a temp dir and point
SystemRegistriesConfPath at it, making the test hermetic.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Todd Short <tshort@redhat.com>
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 4, 2026
@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.96%. Comparing base (d1cf04f) to head (8143931).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2742      +/-   ##
==========================================
- Coverage   66.98%   66.96%   -0.02%     
==========================================
  Files         149      149              
  Lines       11341    11341              
==========================================
- Hits         7597     7595       -2     
- Misses       3189     3190       +1     
- Partials      555      556       +1     
Flag Coverage Δ
e2e 35.20% <ø> (ø)
experimental-e2e 52.74% <ø> (+0.04%) ⬆️
unit 52.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rashmigottipati rashmigottipati left a comment

Copy link
Copy Markdown
Member

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 Indicates that a PR is ready to be merged. label Jun 4, 2026
@tmshort

tmshort commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

/approve

Self-approving, but this has been LGTM'd.

@openshift-ci

openshift-ci Bot commented Jun 4, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rashmigottipati, tmshort

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 Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 12d51e8 into main Jun 4, 2026
26 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go.podman.io/image/v5-5.40.0 branch June 4, 2026 18:16
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. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants