File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5+ ## v1.27.7 (2025-11-26)
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.27] tests/conformance/testdata/Dockerfile.add:...
22+
523## v1.27.6 (2025-01-30)
624
725 Fix cache locks with multiple mounts
Original file line number Diff line number Diff line change 1+ - Changelog for v1.27.7 (2025-11-26)
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.27] tests/conformance/testdata/Dockerfile.add:...
17+
118- Changelog for v1.27.6 (2025-01-30)
219 * Fix cache locks with multiple mounts
320 * Fix TOCTOU error when bind and cache mounts use "src" values
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.27.6 "
33+ Version = "1.27.7 "
3434
3535 // DefaultRuntime if containers.conf fails.
3636 DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments