File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-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-12-09)
6+ Bump runc to v1.2.9 - CVE-2025-52881
7+ Update go-selinux uses to handle API changes
8+ Switch to moby/sys/userns for RunningInUserNS
9+ Bump CI environment
10+ CI: switch to debian for testing there
11+ tests/tools: update ginkgo and golangci-lint
12+ Makefile: drop non-Linux cross-compile targets
13+
414## v1.21.5 (2022-09-20)
515 run: add container gid to additional groups
616 run: do not set the inheritable capabilities
Original file line number Diff line number Diff line change 1+ - Changelog for v1.21.6 (2025-12-09)
2+ * Bump runc to v1.2.9 - CVE-2025-52881
3+ * Update go-selinux uses to handle API changes
4+ * Switch to moby/sys/userns for RunningInUserNS
5+ * Bump CI environment
6+ * CI: switch to debian for testing there
7+ * tests/tools: update ginkgo and golangci-lint
8+ * Makefile: drop non-Linux cross-compile targets
9+
110- Changelog for v1.21.5 (2022-09-20)
211 * run: add container gid to additional groups
312 * 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