Skip to content

Commit 2752931

Browse files
dasheanalind
authored andcommitted
Bump version to 1.21.6
Signed-off-by: David Shea <[email protected]>
1 parent 356215f commit 2752931

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

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

changelog.txt

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

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)