Skip to content

Commit d103bff

Browse files
[release-1.37] Bump Buildah to v1.37.7
Bump Buildah to v1.37.7 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent c5c0470 commit d103bff

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.37.7 (2025-12-09)
6+
7+
[release-1.37] CI: run integration tests on Fedora with both crun and
8+
[release-1.37] runUsingRuntime: use named constants for runtime states
9+
[release-1.37] Add a dummy "runtime" that just dumps its
10+
[release-1.37] run: handle relabeling bind mounts ourselves
11+
[release-1.37] Partially work around containers/common
12+
[release-1.37] Don't set ambient capabilities
13+
[release-1.37] Silence new linter warnings
14+
[release-1.37] Bump onsi/ginkgo to v2 and x/tools
15+
[release-1.37] Bump CI environment to match release-1.39
16+
[release-1.37] Finish updating to go 1.22
17+
[release-1.37] update RunningInUserNS lib
18+
[release-1.37] Bump x/tools to v0.26.0
19+
[release-1.37] replace deprecated selinux/label calls
20+
[release-1.37] Bump Go to 1.22 in Makefile
21+
[release-1.37] Bump runc to v1.2.9 - CVE-2025-52881
22+
Builder.sbomScan(): don't break non-root scanners
23+
[release-1.37] tests/conformance/testdata/Dockerfile.add:...
24+
525
## v1.37.6 (2025-01-20)
626

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

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- Changelog for v1.37.7 (2025-12-09)
2+
* [release-1.37] CI: run integration tests on Fedora with both crun and
3+
* [release-1.37] runUsingRuntime: use named constants for runtime states
4+
* [release-1.37] Add a dummy "runtime" that just dumps its
5+
* [release-1.37] run: handle relabeling bind mounts ourselves
6+
* [release-1.37] Partially work around containers/common
7+
* [release-1.37] Don't set ambient capabilities
8+
* [release-1.37] Silence new linter warnings
9+
* [release-1.37] Bump onsi/ginkgo to v2 and x/tools
10+
* [release-1.37] Bump CI environment to match release-1.39
11+
* [release-1.37] Finish updating to go 1.22
12+
* [release-1.37] update RunningInUserNS lib
13+
* [release-1.37] Bump x/tools to v0.26.0
14+
* [release-1.37] replace deprecated selinux/label calls
15+
* [release-1.37] Bump Go to 1.22 in Makefile
16+
* [release-1.37] Bump runc to v1.2.9 - CVE-2025-52881
17+
* Builder.sbomScan(): don't break non-root scanners
18+
* [release-1.37] tests/conformance/testdata/Dockerfile.add:...
19+
120
- Changelog for v1.37.6 (2025-01-20)
221
* Fix TOCTOU error when bind and cache mounts use "src" values
322
* 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)