Bump github.com/containers/common from 0.57.1 to 0.60.4
Bumps github.com/containers/common from 0.57.1 to 0.60.4.
Release notes
Sourced from github.com/containers/common's releases.
v0.60.4
What's Changed
- [v0.60] Backport pkg/subscriptions: use securejoin for the container path + new 0.60.4 release by
@Luap99in containers/common#2186 Fixes CVE-2024-9341Full Changelog: https://github.com/containers/common/compare/v0.60.3...v0.60.4
v0.60.3
What's Changed
- [v0.60] Bump c/image to v5.32.2, c/common to v0.60.2 by
@TomSweeneyRedHatin containers/common#2127- Some pkg/netns improvements by
@Luap99in containers/common#2170Full 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
@TomSweeneyRedHatin containers/common#2127- [v0.60] Bumpc to c/common v0.60.1 by
@TomSweeneyRedHatin containers/common#2121Full Changelog: https://github.com/containers/common/compare/v0.60.1...v0.60.2
v0.60.1
What's Changed
- [v0.60] Backport a number of PRs from main, bump c/image to v5.32.1 by
@TomSweeneyRedHatin containers/common#2118Full Changelog: https://github.com/containers/common/compare/v0.60.0...v0.60.1
v0.60.0
What's Changed
- Bump c/image v5.31.0, c/storage v1.54.0, c/common to v0.59.0 by
@TomSweeneyRedHatin containers/common#2011- fix(deps): update module github.com/burntsushi/toml to v1.4.0 by
@renovatein containers/common#2016- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 by
@renovatein containers/common#2017- Fix spelling mistake by
@rhatdanin containers/common#2019- [skip-ci] Packit/RPM: more fixes by
@lsm5in containers/common#2015- libnetwork: fix rexec env check for rootlessnetns by
@Luap99in containers/common#2020- libimage/manifests.list.Add(): preserve artifactType when all=true by
@nalindin containers/common#2021- fix windows config path regression by
@Luap99in containers/common#2027- [skip-ci] RPM: ensure config files are patched by
@lsm5in containers/common#2026- fix outdated firewall_driver docs by
@Luap99in containers/common#2029- [skip-ci] RPM: own dirs by
@lsm5in containers/common#2030- fix(deps): update golang.org/x/exp digest to fd00a4e by
@renovatein containers/common#2034- Trivial patches to minimize patches needed by NetBSD by
@coypoopin containers/common#2035- pkg/version: fix parsing of package names by
@dawidpotockiin containers/common#2033- fix(deps): update module golang.org/x/sys to v0.21.0 by
@renovatein containers/common#2037- fix(deps): update module golang.org/x/term to v0.21.0 by
@renovatein containers/common#2039- fix(deps): update module golang.org/x/crypto to v0.24.0 by
@renovatein containers/common#2038
... (truncated)
Commits
d31fcd2Bump to v0.60.4e7db065pkg/subscriptions: use securejoin for the container path91f5148Merge pull request #2170 from Luap99/v0.608264002Bump to v0.60.32776f6bpkg/netns: remove NewNSWithName()8a5b951pkg/netns: add NewNSFrom()50870e9pkg/netns: ensure makeNetnsDir is race free322f2c2pkg/netns: split out makeNetnsDir logic52c82b1Merge pull request #2127 from TomSweeneyRedHat/dev/tsweeney/v0.60.21961b2d[v0.60] Bump c/common to v0.60.2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot recreate
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
- Depends-on: #6848