Skip to content

Commit fd5364c

Browse files
cevichnalind
authored andcommitted
Bump Buildah to v1.26.10
Signed-off-by: Chris Evich <[email protected]> Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 5c7dd28 commit fd5364c

File tree

3 files changed

+62
-1
lines changed

3 files changed

+62
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.26.10 (2025-12-09)
6+
7+
Bump minimum to golang 1.22.6
8+
Bump CI environment to match release-1.39
9+
Bump x/tools to v0.26.0
10+
Proxy module access
11+
util.SortMounts(): make the returned order more stable
12+
Bump runc to v1.2.9
13+
Handle Cobra v1.5 -> v1.8 behavior changes
14+
vendor: switch to moby/sys/capability
15+
finish switching to moby/sys/capability
16+
Don't set ambient capabilities
17+
Integration tests: run git daemon on a random-but-bind()able port
18+
run: handle relabeling bind mounts ourselves
19+
Add a dummy "runtime" that just dumps its config file
20+
runUsingRuntime: use named constants for runtime states
21+
buildah-build(1): clarify that --cgroup-parent affects RUN instructions
22+
CI: switch to debian for testing there
23+
Adjust tests for new CI environment
24+
Temporarily hard-skip bud-multiple-platform-values test
25+
Skip bud with --cpu-shares test on runc/cgroupsv2
26+
Adjust supportability date to match RHEL 8.6
27+
Remove -cover flag from test-unit target
28+
tests/tools: update ginkgo and golangci-lint
29+
Stop checking spec file version
30+
Fix linter errors
31+
Bump Buildah to v1.26.10
32+
Stop setting "parent" in docker format
33+
commit: set "parent" for docker format only when requested
34+
Builder.SetWorkDir(): trim off a path separator suffix, if there is one
35+
536
## v1.26.9 (2025-01-24)
637

738
Add build-tag comments

changelog.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
- Changelog for v1.26.10 (2025-12-09)
2+
* Bump minimum to golang 1.22.6
3+
* Bump CI environment to match release-1.39
4+
* Bump x/tools to v0.26.0
5+
* Proxy module access
6+
* util.SortMounts(): make the returned order more stable
7+
* Bump runc to v1.2.9
8+
* Handle Cobra v1.5 -> v1.8 behavior changes
9+
* vendor: switch to moby/sys/capability
10+
* finish switching to moby/sys/capability
11+
* Don't set ambient capabilities
12+
* Integration tests: run git daemon on a random-but-bind()able port
13+
* run: handle relabeling bind mounts ourselves
14+
* Add a dummy "runtime" that just dumps its config file
15+
* runUsingRuntime: use named constants for runtime states
16+
* buildah-build(1): clarify that --cgroup-parent affects RUN instructions
17+
* CI: switch to debian for testing there
18+
* Adjust tests for new CI environment
19+
* Temporarily hard-skip bud-multiple-platform-values test
20+
* Skip bud with --cpu-shares test on runc/cgroupsv2
21+
* Adjust supportability date to match RHEL 8.6
22+
* Remove -cover flag from test-unit target
23+
* tests/tools: update ginkgo and golangci-lint
24+
* Stop checking spec file version
25+
* Fix linter errors
26+
* Bump Buildah to v1.26.10
27+
* Stop setting "parent" in docker format
28+
* commit: set "parent" for docker format only when requested
29+
* Builder.SetWorkDir(): trim off a path separator suffix, if there is one
30+
131
- Changelog for v1.26.9 (2025-01-24)
232
* Add build-tag comments
333
* 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)