File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed
Expand file tree Collapse file tree 3 files changed +44
-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-11)
6+ Bump runc to v1.2.9 - CVE-2025-52881
7+ Makefile: drop non-Linux cross-compile targets
8+ Update golang.org/x/tools to v0.26.0
9+ tests/tools: update ginkgo and golangci-lint
10+ Update other dependencies
11+ Update go-selinux uses to handle API changes
12+ Switch to moby/sys/userns for RunningInUserNS
13+ Bump CI environment
14+ CI: switch to debian for testing there
15+ Handle errors.Cause() returning not-completely-unwrapped errors
16+ Update to compensate for containers/common API changes
17+ Update linter configuration and address some warnings
18+ use c/image/pkg/blobcache
19+ Stop setting "parent" in docker format
20+ commit: set "parent" for docker format only when requested
21+ Builder.SetWorkDir(): trim off a path separator suffix, if there is one
22+ Update man pages
23+ Make "buildah build" an alias for "buildah bud"
24+ Update expected error messages
25+
426## v1.21.5 (2022-09-20)
527 run: add container gid to additional groups
628 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+ * Makefile: drop non-Linux cross-compile targets
4+ * Update golang.org/x/tools to v0.26.0
5+ * tests/tools: update ginkgo and golangci-lint
6+ * Update other dependencies
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+ * Handle errors.Cause() returning not-completely-unwrapped errors
12+ * Update to compensate for containers/common API changes
13+ * Update linter configuration and address some warnings
14+ * use c/image/pkg/blobcache
15+ * Stop setting "parent" in docker format
16+ * commit: set "parent" for docker format only when requested
17+ * Builder.SetWorkDir(): trim off a path separator suffix, if there is one
18+ * Update man pages
19+ * Make "buildah build" an alias for "buildah bud"
20+ * Update expected error messages
21+
122- Changelog for v1.21.5 (2022-09-20)
223 * run: add container gid to additional groups
324 * 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