Skip to content

Commit 4f073e0

Browse files
dasheanalind
authored andcommitted
Bump version to 1.21.6
Signed-off-by: David Shea <dshea@redhat.com> Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
1 parent d629e33 commit 4f073e0

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

CHANGELOG.md

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

changelog.txt

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

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)