Skip to content

Commit 50a274d

Browse files
committed
Bump Buildah to v1.29.6
Signed-off-by: Chris Evich <[email protected]>
1 parent 6940273 commit 50a274d

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

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

733
Backport testing of CVE-2024-9407 fix

changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- Changelog for vv1.29.6 (2025-12-05)
2+
* tests/tools: update ginkgo and golangci-lint
3+
* Remove -cover flag from test-unit target
4+
* Temporarily hard-skip bud-multiple-platform-values test
5+
* Adjust tests for new CI environment
6+
* Skip bud with --cpu-shares test on runc/cgroupsv2
7+
* Prune CI tests for RHEL release branch
8+
* CI: run integration tests on Fedora with both crun and runc
9+
* buildah-build(1): clarify that --cgroup-parent affects RUN instructions
10+
* runUsingRuntime: use named constants for runtime states
11+
* Add a dummy "runtime" that just dumps its config file
12+
* run: handle relabeling bind mounts ourselves
13+
* Integration tests: run git daemon on a random-but-bind()able port
14+
* Don't set ambient capabilities
15+
* finish switching to moby/sys/capability
16+
* vendor: switch to moby/sys/capability
17+
* Handle Cobra v1.5 -> v1.8 behavior changes
18+
* Bump runc to v1.2.9
19+
* Proxy module access
20+
* Bump x/tools to v0.26.0
21+
* Bump CI environment to match release-1.39
22+
* Bump minimum to golang 1.22.6
23+
* [release-1.29] Add conditional release-checking system test
24+
* [release-1.29] tests/conformance/testdata/Dockerfile.add:...
25+
126
- Changelog for v1.29.5 (2025-02-06)
227
* Backport testing of CVE-2024-9407 fix
328
* Changes based on review feedback

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
Package = "buildah"
3131
// Version for the Package. Bump version in contrib/rpm/buildah.spec
3232
// too.
33-
Version = "1.29.5"
33+
Version = "v1.29.6"
3434

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

0 commit comments

Comments
 (0)