Skip to content

Commit d950358

Browse files
cevichnalind
authored andcommitted
Bump Buildah to v1.26.10
Signed-off-by: Chris Evich <[email protected]>
1 parent 4be0982 commit d950358

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## vv1.29.6 (2025-12-05)
6+
7+
Stop checking spec file version
8+
tests/tools: update ginkgo and golangci-lint
9+
Remove -cover flag from test-unit target
10+
Adjust supportability date to match RHEL 8.6
11+
Skip bud with --cpu-shares test on runc/cgroupsv2
12+
Prune CI tests for RHEL release branch
13+
Temporarily hard-skip bud-multiple-platform-values test
14+
Adjust tests for new CI environment
15+
CI: run integration tests on Fedora with both crun and runc
16+
buildah-build(1): clarify that --cgroup-parent affects RUN instructions
17+
runUsingRuntime: use named constants for runtime states
18+
Add a dummy "runtime" that just dumps its config file
19+
run: handle relabeling bind mounts ourselves
20+
Integration tests: run git daemon on a random-but-bind()able port
21+
Don't set ambient capabilities
22+
finish switching to moby/sys/capability
23+
vendor: switch to moby/sys/capability
24+
Handle Cobra v1.5 -> v1.8 behavior changes
25+
Bump runc to v1.2.9
26+
util.SortMounts(): make the returned order more stable
27+
Proxy module access
28+
Bump x/tools to v0.26.0
29+
Bump CI environment to match release-1.39
30+
Bump minimum to golang 1.22.6
31+
[release-1.26] Add conditional release-checking system test
32+
[release-1.26] tests/conformance/testdata/Dockerfile.add:...
33+
534
## v1.26.9 (2025-01-24)
635

736
Add build-tag comments

changelog.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
- Changelog for vv1.29.6 (2025-12-05)
2+
* Stop checking spec file version
3+
* tests/tools: update ginkgo and golangci-lint
4+
* Remove -cover flag from test-unit target
5+
* Adjust supportability date to match RHEL 8.6
6+
* Skip bud with --cpu-shares test on runc/cgroupsv2
7+
* Prune CI tests for RHEL release branch
8+
* Temporarily hard-skip bud-multiple-platform-values test
9+
* Adjust tests for new CI environment
10+
* CI: run integration tests on Fedora with both crun and runc
11+
* buildah-build(1): clarify that --cgroup-parent affects RUN instructions
12+
* runUsingRuntime: use named constants for runtime states
13+
* Add a dummy "runtime" that just dumps its config file
14+
* run: handle relabeling bind mounts ourselves
15+
* Integration tests: run git daemon on a random-but-bind()able port
16+
* Don't set ambient capabilities
17+
* finish switching to moby/sys/capability
18+
* vendor: switch to moby/sys/capability
19+
* Handle Cobra v1.5 -> v1.8 behavior changes
20+
* Bump runc to v1.2.9
21+
* util.SortMounts(): make the returned order more stable
22+
* Proxy module access
23+
* Bump x/tools to v0.26.0
24+
* Bump CI environment to match release-1.39
25+
* Bump minimum to golang 1.22.6
26+
* [release-1.26] Add conditional release-checking system test
27+
* [release-1.26] tests/conformance/testdata/Dockerfile.add:...
28+
129
- Changelog for v1.26.9 (2025-01-24)
230
* Add build-tag comments
331
* 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 = "v1.29.6"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)