Skip to content

Commit e951ec9

Browse files
dasheanalind
authored andcommitted
Bump version to 1.21.6
Signed-off-by: David Shea <[email protected]> Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent ab4c456 commit e951ec9

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

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

changelog.txt

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

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)