Skip to content

Commit de21106

Browse files
[release-1.42] Bump Buildah to v1.42.1
Bump Buildah to v1.42.1 which contains the fixes for runc CVEs: CVE-2025-52881, CVE-2025-31133, and CVE-2025-52565 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent f0700c5 commit de21106

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Changelog
44

5+
## v1.42.1 (2025-11-06)
6+
7+
[release-1.42] bump runc to v1.3.3 - CVE-2025-52881
8+
RPM: build with sequoia on F43+
9+
510
## v1.42.0 (2025-10-17)
611

712
Bump to storage v1.61.0, image v5.38.0, common v0.66.0

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- Changelog for v1.42.1 (2025-11-06)
2+
* [release-1.42] bump runc to v1.3.3 - CVE-2025-52881
3+
* RPM: build with sequoia on F43+
4+
15
- Changelog for v1.42.0 (2025-10-17)
26
* Bump to storage v1.61.0, image v5.38.0, common v0.66.0
37
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.19

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// identify working containers.
3030
Package = "buildah"
3131
// Version for the Package. Also used by .packit.sh for Packit builds.
32-
Version = "1.42.0"
32+
Version = "1.42.1"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)