File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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.7 "
32+ Version = "1.37.8 "
3333
3434 // DefaultRuntime if containers.conf fails.
3535 DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments