Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): update module github.com/containers/image/v5 to v5.32.2 #2010

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/containers/image/v5 v5.31.1 -> v5.32.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

containers/image (github.com/containers/image/v5)

v5.32.2

Compare Source

This adds the ability to accept sigstore signatures signed by any key from a set of several (huge thanks to @​dcermak and @​danishprakash for doing almost all the work), and Rekor log presence proofs signed by any key from a set of several keys.

v5.32.1

Compare Source

What's Changed

Full Changelog: containers/image@v5.32.0...v5.32.1

v5.32.0

Compare Source

What's Changed

Full Changelog: containers/image@v5.31.0...v5.32.0


Configuration

📅 Schedule: Branch creation - "after 8am on Monday" in timezone Etc/UTC, 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

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

@renovate renovate bot requested a review from a team as a code owner August 19, 2024 18:50
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-containers-image-v5-5.x branch from 4183c2f to 5b39ccf Compare August 20, 2024 19:48
@renovate renovate bot changed the title chore(deps): update module github.com/containers/image/v5 to v5.32.1 chore(deps): update module github.com/containers/image/v5 to v5.32.2 Aug 20, 2024
Copy link
Contributor Author

renovate bot commented Aug 20, 2024

ℹ Artifact update notice

File name: scanner/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):

  • 26 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/sync v0.7.0 -> v0.8.0
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/Microsoft/hcsshim v0.12.3 -> v0.12.5
github.com/containerd/containerd v1.7.17 -> v1.7.18
github.com/containers/ocicrypt v1.1.10 -> v1.2.0
github.com/containers/storage v1.54.0 -> v1.55.0
github.com/cyphar/filepath-securejoin v0.2.5 -> v0.3.1
github.com/docker/cli v26.1.4+incompatible -> v27.1.1+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/docker/docker-credential-helpers v0.8.1 -> v0.8.2
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/moby/sys/user v0.1.0 -> v0.2.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/sylabs/sif/v2 v2.16.0 -> v2.18.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 -> v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/oauth2 v0.20.0 -> v0.22.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/term v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.63.2 -> v1.64.1
File name: containerruntimediscovery/server/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):

  • 19 additional dependencies were updated

Details:

Package Change
github.com/docker/docker v26.1.5+incompatible -> v27.1.1+incompatible
github.com/Microsoft/hcsshim v0.12.3 -> v0.12.5
github.com/containers/ocicrypt v1.1.10 -> v1.2.0
github.com/containers/storage v1.54.0 -> v1.55.0
github.com/docker/cli v26.1.3+incompatible -> v27.1.1+incompatible
github.com/docker/docker-credential-helpers v0.8.1 -> v0.8.2
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/moby/sys/mountinfo v0.7.1 -> v0.7.2
github.com/moby/sys/user v0.1.0 -> v0.2.0
golang.org/x/crypto v0.23.0 -> v0.26.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 -> v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.25.0 -> v0.26.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.20.0 -> v0.23.0
golang.org/x/term v0.20.0 -> v0.23.0
golang.org/x/text v0.15.0 -> v0.17.0
golang.org/x/tools v0.21.0 -> v0.22.0
google.golang.org/grpc v1.62.1 -> v1.64.1

@ramizpolic ramizpolic closed this Aug 27, 2024
@ramizpolic ramizpolic deleted the renovate/github.com-containers-image-v5-5.x branch August 27, 2024 08:31
Copy link
Contributor Author

renovate bot commented Aug 27, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v5.32.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant