Skip to content

Commit 2d9ab64

Browse files
committed
Bump version to 1.26.10
Signed-off-by: David Shea <[email protected]>
1 parent a60c6e6 commit 2d9ab64

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.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

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)