Skip to content

Commit 6eeb4ea

Browse files
TomSweeneyRedHatnalind
authored andcommitted
[release-1.37] Bump Buildah to v1.37.7
Bump Buildah to v1.37.7 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 5e2cf6c commit 6eeb4ea

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.37.7 (2025-11-28)
6+
7+
[release-1.37] update RunningInUserNS lib
8+
[release-1.37] Bump x/tools to v0.26.0
9+
[release-1.37] replace deprecated selinux/label calls
10+
[release-1.37] Bump runc to v1.2.9 - CVE-2025-52881
11+
Builder.sbomScan(): don't break non-root scanners
12+
[release-1.37] tests/conformance/testdata/Dockerfile.add:...
13+
514
## v1.37.6 (2025-01-20)
615

716
Fix TOCTOU error when bind and cache mounts use "src" values

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
- Changelog for v1.37.7 (2025-11-28)
2+
* [release-1.37] update RunningInUserNS lib
3+
* [release-1.37] Bump x/tools to v0.26.0
4+
* [release-1.37] replace deprecated selinux/label calls
5+
* [release-1.37] Bump runc to v1.2.9 - CVE-2025-52881
6+
* Builder.sbomScan(): don't break non-root scanners
7+
* [release-1.37] tests/conformance/testdata/Dockerfile.add:...
8+
19
- Changelog for v1.37.6 (2025-01-20)
210
* Fix TOCTOU error when bind and cache mounts use "src" values
311
* define.TempDirForURL(): always use an intermediate subdirectory

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.6"
32+
Version = "1.37.7"
3333

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

0 commit comments

Comments
 (0)