File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11![ buildah logo] ( https://cdn.rawgit.com/containers/buildah/master/logos/buildah-logo_large.png )
22
33# Changelog
4+
5+ ## v1.21.6 (2025-11-20)
6+
7+ Bump CI environment
8+ Switch to moby/sys/userns for RunningInUserNS
9+ Update go-selinux uses to handle API changes
10+ Bump runc to v1.2.8 - CVE-2025-52881
11+ tests/conformance/testdata/Dockerfile.add:...
12+ conformance tests: don't break on trailing zeroes in layer blobs
13+ conformance test: ignore file type bits when comparing layers
14+ [release-1.21] Replace registry.centos.org
15+
416## v1.21.5 (2022-09-20)
517 run: add container gid to additional groups
618 run: do not set the inheritable capabilities
Original file line number Diff line number Diff line change 1+ - Changelog for v1.21.6 (2025-11-20)
2+ * Bump CI environment
3+ * Switch to moby/sys/userns for RunningInUserNS
4+ * Update go-selinux uses to handle API changes
5+ * Bump runc to v1.2.8 - CVE-2025-52881
6+ * tests/conformance/testdata/Dockerfile.add:...
7+ * conformance tests: don't break on trailing zeroes in layer blobs
8+ * conformance test: ignore file type bits when comparing layers
9+ * [release-1.21] Replace registry.centos.org
10+
111- Changelog for v1.21.5 (2022-09-20)
212 * run: add container gid to additional groups
313 * run: do not set the inheritable capabilities
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const (
2828 Package = "buildah"
2929 // Version for the Package. Bump version in contrib/rpm/buildah.spec
3030 // too.
31- Version = "1.21.5 "
31+ Version = "1.21.6 "
3232
3333 // DefaultRuntime if containers.conf fails.
3434 DefaultRuntime = "runc"
You can’t perform that action at this time.
0 commit comments