podman
podman copied to clipboard
fix(deps): update common, image, and storage deps
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| github.com/containers/common | v0.60.1-0.20240920125326-ff6611ae40ad -> v0.60.3 |
require | patch | ||||
| github.com/containers/image/v5 | v5.32.1-0.20240806084436-e3e9287ca8e6 -> v5.32.2 |
require | patch | ||||
| github.com/containers/storage | 465c38f -> 8338c56 |
require | digest |
Release Notes
containers/common (github.com/containers/common)
v0.60.3
What's Changed
- [v0.60] Bump c/image to v5.32.2, c/common to v0.60.2 by @TomSweeneyRedHat in https://github.com/containers/common/pull/2127
- Some pkg/netns improvements by @Luap99 in https://github.com/containers/common/pull/2170
Full Changelog: https://github.com/containers/common/compare/v0.60.2...v0.60.3
v0.60.2
What's Changed
- [v0.60] Bump c/image to v5.32.2, c/common to v0.60.2 by @TomSweeneyRedHat in https://github.com/containers/common/pull/2127
- [v0.60] Bumpc to c/common v0.60.1 by @TomSweeneyRedHat in https://github.com/containers/common/pull/2121
Full Changelog: https://github.com/containers/common/compare/v0.60.1...v0.60.2
containers/image (github.com/containers/image/v5)
v5.32.2
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.
Configuration
📅 Schedule: Branch creation - "before 11am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: renovate[bot] Once this PR has been reviewed and has the lgtm label, please assign baude for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Ephemeral COPR build failed. @containers/packit-build please check.
pkg/rootless/rootless_linux.go:133:52: cannot use cap (variable of type "github.com/syndtr/gocapability/capability".Cap) as "github.com/moby/sys/capability".Cap value in argument to unshare.IsSetID
pkg/rootless/rootless_linux.go:133:52: cannot use cap (variable of type "github.com/syndtr/gocapability/capability".Cap) as "github.com/moby/sys/capability".Cap value in argument to unshare.IsSetID
I've opened https://github.com/containers/podman/pull/24054. We could rebase once that is merged