[release-1.41] Bump Buildah to v1.41.3
Bump to Buildah v1.41.3 in preparation for Podman v5.6 and to fix a last minute issue. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
parent
382240e8ea
commit
b60c59c79a
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
## v1.41.3 (2025-08-14)
|
||||
|
||||
Commit: don't depend on MountImage(), because .imagestore
|
||||
|
||||
## v1.41.2 (2025-08-13)
|
||||
|
||||
Rework how we decide what to filter out of layer diffs
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
- Changelog for v1.41.3 (2025-08-14)
|
||||
* Commit: don't depend on MountImage(), because .imagestore
|
||||
|
||||
- Changelog for v1.41.2 (2025-08-13)
|
||||
* Rework how we decide what to filter out of layer diffs
|
||||
* Note that we have to build `true` first for the sake of its tests
|
||||
|
|
|
@ -29,7 +29,7 @@ const (
|
|||
// identify working containers.
|
||||
Package = "buildah"
|
||||
// Version for the Package. Also used by .packit.sh for Packit builds.
|
||||
Version = "1.41.2"
|
||||
Version = "1.41.3"
|
||||
|
||||
// DefaultRuntime if containers.conf fails.
|
||||
DefaultRuntime = "runc"
|
||||
|
|
Loading…
Reference in New Issue