mirror of
https://github.com/containers/podman.git
synced 2025-12-23 22:28:30 -05:00
fix(deps): update module github.com/containers/buildah to v1.42.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -11,7 +11,7 @@ require (
|
||||
github.com/checkpoint-restore/checkpointctl v1.4.0
|
||||
github.com/checkpoint-restore/go-criu/v7 v7.2.0
|
||||
github.com/containernetworking/plugins v1.8.0
|
||||
github.com/containers/buildah v1.42.0
|
||||
github.com/containers/buildah v1.42.1
|
||||
github.com/containers/conmon v2.0.20+incompatible
|
||||
github.com/containers/gvisor-tap-vsock v0.8.7
|
||||
github.com/containers/libhvee v0.10.1-0.20250829163521-178d10e67860
|
||||
|
||||
4
go.sum
4
go.sum
@@ -59,8 +59,8 @@ github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEm
|
||||
github.com/containernetworking/cni v1.3.0/go.mod h1:Bs8glZjjFfGPHMw6hQu82RUgEPNGEaBb9KS5KtNMnJ4=
|
||||
github.com/containernetworking/plugins v1.8.0 h1:WjGbV/0UQyo8A4qBsAh6GaDAtu1hevxVxsEuqtBqUFk=
|
||||
github.com/containernetworking/plugins v1.8.0/go.mod h1:JG3BxoJifxxHBhG3hFyxyhid7JgRVBu/wtooGEvWf1c=
|
||||
github.com/containers/buildah v1.42.0 h1:hS+/sq6g74wNNYvX6d5/jx4awkwqibBxUxJ/P2oOETk=
|
||||
github.com/containers/buildah v1.42.0/go.mod h1:azIYkIUVSEiVVQi4hPm9ZsxuVNqb8HdSMlvaBzr8MtU=
|
||||
github.com/containers/buildah v1.42.1 h1:L4jH4Uv6vg6N1QbjnFC6N42izZ+BO3q5yOMA9QXBKgQ=
|
||||
github.com/containers/buildah v1.42.1/go.mod h1:Lb5bkGcOZWklx4kyMSnEt0mnslKuSswsIGDQwo/zbiQ=
|
||||
github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U=
|
||||
github.com/containers/common v0.62.2/go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE=
|
||||
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
|
||||
|
||||
5
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
5
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
@@ -2,6 +2,11 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.42.1 (2025-11-06)
|
||||
|
||||
[release-1.42] bump runc to v1.3.3 - CVE-2025-52881
|
||||
RPM: build with sequoia on F43+
|
||||
|
||||
## v1.42.0 (2025-10-17)
|
||||
|
||||
Bump to storage v1.61.0, image v5.38.0, common v0.66.0
|
||||
|
||||
4
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
4
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
@@ -1,3 +1,7 @@
|
||||
- Changelog for v1.42.1 (2025-11-06)
|
||||
* [release-1.42] bump runc to v1.3.3 - CVE-2025-52881
|
||||
* RPM: build with sequoia on F43+
|
||||
|
||||
- Changelog for v1.42.0 (2025-10-17)
|
||||
* Bump to storage v1.61.0, image v5.38.0, common v0.66.0
|
||||
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.19
|
||||
|
||||
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
@@ -29,7 +29,7 @@ const (
|
||||
// identify working containers.
|
||||
Package = "buildah"
|
||||
// Version for the Package. Also used by .packit.sh for Packit builds.
|
||||
Version = "1.42.0"
|
||||
Version = "1.42.1"
|
||||
|
||||
// DefaultRuntime if containers.conf fails.
|
||||
DefaultRuntime = "runc"
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -85,7 +85,7 @@ github.com/containernetworking/cni/pkg/version
|
||||
# github.com/containernetworking/plugins v1.8.0
|
||||
## explicit; go 1.24.2
|
||||
github.com/containernetworking/plugins/pkg/ns
|
||||
# github.com/containers/buildah v1.42.0
|
||||
# github.com/containers/buildah v1.42.1
|
||||
## explicit; go 1.24.2
|
||||
github.com/containers/buildah
|
||||
github.com/containers/buildah/bind
|
||||
|
||||
Reference in New Issue
Block a user