File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments