Skip to content

Commit 201c9b4

Browse files
[release-1.37] Bump to Buildah v1.37.8
As the title says. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
1 parent 4c3fd9e commit 201c9b4

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.37.8 (2026-01-06)
6+
7+
[release-1.37] tests/run.bats: "run masks" test: accept "unreadable"
8+
[release-1.37] Adjust cpu-shares check test for weight
9+
[release-1.37] CVE-2025-49713 x/crypto
10+
511
## v1.37.7 (2025-12-09)
612

713
[release-1.37] CI: run integration tests on Fedora with both crun and

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- Changelog for v1.37.8 (2026-01-06)
2+
* [release-1.37] tests/run.bats: "run masks" test: accept "unreadable"
3+
* [release-1.37] Adjust cpu-shares check test for weight
4+
* [release-1.37] CVE-2025-49713 x/crypto
5+
16
- Changelog for v1.37.7 (2025-12-09)
27
* [release-1.37] CI: run integration tests on Fedora with both crun and
38
* [release-1.37] runUsingRuntime: use named constants for runtime states

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.37.7"
32+
Version = "1.37.8"
3333

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

0 commit comments

Comments
 (0)