Skip to content

Commit c29ca73

Browse files
TomSweeneyRedHatcevich
authored andcommitted
[release-1.29] Bump to v1.29.6
Bump Buildah to v1.29.6 Signed-off-by: tomsweeneyredhat <[email protected]> Signed-off-by: Chris Evich <[email protected]>
1 parent 3d2ea2c commit c29ca73

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.29.6 (2025-12-11)
6+
7+
Temporarily hard-skip bud-multiple-platform-values test
8+
runUsingRuntime: use named constants for runtime states
9+
Add a dummy "runtime" that just dumps its config file
10+
Makefile: run unit and conformance tests without -cover
11+
.cirrus: run -race only on non-PR branch
12+
Update the selinux spc test
13+
Update a push test
14+
Update tests to compensate for changed error messages
15+
Backport test fix from pull/5016
16+
Builder.SetWorkDir(): trim off a path separator suffix, if there is one
17+
commit: set "parent" for docker format only when requested
18+
Stop setting "parent" in docker format
19+
container.conf: support attributed string slices
20+
Add support for --compat-auth-file in login/logout
21+
Update github.com/containers/image/v5 to get updated docker-daemon:
22+
Ignore errors if label.Relabel returns ENOSUP
23+
run: handle relabeling bind mounts ourselves
24+
CI: run integration tests on Fedora with both crun and runc
25+
CI: switch to debian for testing there
26+
test start_git_server(): chown the sample repo we'll serve
27+
Partially work around containers/common
28+
Don't set ambient capabilities
29+
Silence new linter warnings
30+
tests/tools: bump golangci-lint and golang.org/x/tools
31+
finish switching to moby/sys/capability
32+
Bump x/tools to v0.26.0
33+
Bump to Go 1.22
34+
switch to moby/sys/capability
35+
Proxy module access
36+
Bump CI environment to match release-1.39
37+
Bump runc to v1.2.9 for CVE-2025-31133,52565,52881
38+
[release-1.29] Add conditional release-checking system test
39+
[release-1.29] tests/conformance/testdata/Dockerfile.add:...
40+
541
## v1.29.5 (2025-02-06)
642

743
Backport testing of CVE-2024-9407 fix

changelog.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
- Changelog for v1.29.6 (2025-12-11)
2+
* Temporarily hard-skip bud-multiple-platform-values test
3+
* runUsingRuntime: use named constants for runtime states
4+
* Add a dummy "runtime" that just dumps its config file
5+
* Makefile: run unit and conformance tests without -cover
6+
* .cirrus: run -race only on non-PR branch
7+
* Update the selinux spc test
8+
* Update a push test
9+
* Update tests to compensate for changed error messages
10+
* Backport test fix from pull/5016
11+
* Builder.SetWorkDir(): trim off a path separator suffix, if there is one
12+
* commit: set "parent" for docker format only when requested
13+
* Stop setting "parent" in docker format
14+
* container.conf: support attributed string slices
15+
* Add support for --compat-auth-file in login/logout
16+
* Update github.com/containers/image/v5 to get updated docker-daemon:
17+
* Ignore errors if label.Relabel returns ENOSUP
18+
* run: handle relabeling bind mounts ourselves
19+
* CI: run integration tests on Fedora with both crun and runc
20+
* CI: switch to debian for testing there
21+
* test start_git_server(): chown the sample repo we'll serve
22+
* Partially work around containers/common
23+
* Don't set ambient capabilities
24+
* Silence new linter warnings
25+
* tests/tools: bump golangci-lint and golang.org/x/tools
26+
* finish switching to moby/sys/capability
27+
* Bump x/tools to v0.26.0
28+
* Bump to Go 1.22
29+
* switch to moby/sys/capability
30+
* Proxy module access
31+
* Bump CI environment to match release-1.39
32+
* Bump runc to v1.2.9 for CVE-2025-31133,52565,52881
33+
* [release-1.29] Add conditional release-checking system test
34+
* [release-1.29] tests/conformance/testdata/Dockerfile.add:...
35+
136
- Changelog for v1.29.5 (2025-02-06)
237
* Backport testing of CVE-2024-9407 fix
338
* 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)