Skip to content

Commit c0cc972

Browse files
[release-1.42] Bump Buildah to v1.42.2
Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 307d1a3 commit c0cc972

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.42.2 (2025-12-02)
6+
7+
[release-1.42] Bump runc to v1.3.4
8+
59
## v1.42.1 (2025-11-06)
610

711
[release-1.42] bump runc to v1.3.3 - CVE-2025-52881

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Changelog for v1.42.2 (2025-12-02)
2+
* [release-1.42] Bump runc to v1.3.4
3+
14
- Changelog for v1.42.1 (2025-11-06)
25
* [release-1.42] bump runc to v1.3.3 - CVE-2025-52881
36
* RPM: build with sequoia on F43+

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.1"
32+
Version = "1.42.2"
3333

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

0 commit comments

Comments
 (0)