Skip to content

Commit 7e83a65

Browse files
committed
Bump Buildah to v1.27.7
Signed-off-by: Chris Evich <[email protected]>
1 parent 268abf1 commit 7e83a65

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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

changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

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.27.6"
33+
Version = "1.27.7"
3434

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

0 commit comments

Comments
 (0)