Skip to content

Commit 7bf8e56

Browse files
committed
Bump Buildah to v1.29.6
Signed-off-by: Chris Evich <[email protected]>
1 parent 03b2e4a commit 7bf8e56

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.29.6 (2025-11-25)
6+
7+
Skip bud with --cpu-shares test on runc/cgroupsv2
8+
Prune CI tests for RHEL release branch
9+
CI: run integration tests on Fedora with both crun and runc
10+
buildah-build(1): clarify that --cgroup-parent affects RUN instructions
11+
runUsingRuntime: use named constants for runtime states
12+
Add a dummy "runtime" that just dumps its config file
13+
run: handle relabeling bind mounts ourselves
14+
Integration tests: run git daemon on a random-but-bind()able port
15+
Don't set ambient capabilities
16+
vendor: switch to moby/sys/capability
17+
Bump runc to v1.2.8 - CVE-2025-52881
18+
Proxy module access
19+
Bump CI environment to match release-1.39
20+
Bump minimum to golang 1.22.6
21+
[release-1.29] Add conditional release-checking system test
22+
[release-1.29] tests/conformance/testdata/Dockerfile.add:...
23+
524
## v1.29.5 (2025-02-06)
625

726
Backport testing of CVE-2024-9407 fix

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- Changelog for v1.29.6 (2025-11-25)
2+
* Skip bud with --cpu-shares test on runc/cgroupsv2
3+
* Prune CI tests for RHEL release branch
4+
* CI: run integration tests on Fedora with both crun and runc
5+
* buildah-build(1): clarify that --cgroup-parent affects RUN instructions
6+
* runUsingRuntime: use named constants for runtime states
7+
* Add a dummy "runtime" that just dumps its config file
8+
* run: handle relabeling bind mounts ourselves
9+
* Integration tests: run git daemon on a random-but-bind()able port
10+
* Don't set ambient capabilities
11+
* vendor: switch to moby/sys/capability
12+
* Bump runc to v1.2.8 - CVE-2025-52881
13+
* Proxy module access
14+
* Bump CI environment to match release-1.39
15+
* Bump minimum to golang 1.22.6
16+
* [release-1.29] Add conditional release-checking system test
17+
* [release-1.29] tests/conformance/testdata/Dockerfile.add:...
18+
119
- Changelog for v1.29.5 (2025-02-06)
220
* Backport testing of CVE-2024-9407 fix
321
* 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 = "1.29.6"
3434

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

0 commit comments

Comments
 (0)