[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:
tomsweeneyredhat 2025-08-14 13:23:39 -04:00
parent 382240e8ea
commit b60c59c79a
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# Changelog # Changelog
## v1.41.3 (2025-08-14)
Commit: don't depend on MountImage(), because .imagestore
## v1.41.2 (2025-08-13) ## v1.41.2 (2025-08-13)
Rework how we decide what to filter out of layer diffs Rework how we decide what to filter out of layer diffs

View File

@ -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) - Changelog for v1.41.2 (2025-08-13)
* Rework how we decide what to filter out of layer diffs * 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 * Note that we have to build `true` first for the sake of its tests

View File

@ -29,7 +29,7 @@ const (
// identify working containers. // identify working containers.
Package = "buildah" Package = "buildah"
// Version for the Package. Also used by .packit.sh for Packit builds. // 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 if containers.conf fails.
DefaultRuntime = "runc" DefaultRuntime = "runc"