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.26.10 (2025-11-20)
6+
7+ Bump CI environment
8+ Remove calls to Lockfile.Locked
9+ Update for go-selinux API changes
10+ Bump runc to v1.2.8 - CVE-2025-52881
11+ [release-1.26] Add conditional release-checking system test
12+ [release-1.26] tests/conformance/testdata/Dockerfile.add:...
13+
514## v1.26.9 (2025-01-24)
615
716 Add build-tag comments
Original file line number Diff line number Diff line change 1+ - Changelog for v1.26.10 (2025-11-20)
2+ * Bump CI environment
3+ * Remove calls to Lockfile.Locked
4+ * Update for go-selinux API changes
5+ * Bump runc to v1.2.8 - CVE-2025-52881
6+ * [release-1.26] Add conditional release-checking system test
7+ * [release-1.26] tests/conformance/testdata/Dockerfile.add:...
8+
19- Changelog for v1.26.9 (2025-01-24)
210 * Add build-tag comments
311 * Fix cache locks with multiple mounts
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
2929 Package = "buildah"
3030 // Version for the Package. Bump version in contrib/rpm/buildah.spec
3131 // too.
32- Version = "1.26.9 "
32+ Version = "1.26.10 "
3333
3434 // DefaultRuntime if containers.conf fails.
3535 DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments