File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments