Skip to content

Commit 310b1c8

Browse files
[release-1.43] Bump Buildah to v1.43.1
Bump to v1.43.1 in preparation for Podman v5.8.2 Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
1 parent fb349f2 commit 310b1c8

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Changelog
44

5+
## v1.43.1 (2026-04-07)
6+
7+
[release-1.43] Bump c/common v0.67.1, c/image v5.39.2
8+
update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]
9+
ignore ErrLayerUnknown in cache lookup
10+
fix setting of gid
11+
fix call to chown
12+
513
## v1.43.0 (2026-02-05)
614

715
[release-1.43] Bump common 0.67.0, image 5.39.1, storage 1.62.0

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- Changelog for v1.43.1 (2026-04-07)
2+
* [release-1.43] Bump c/common v0.67.1, c/image v5.39.2
3+
* update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]
4+
* ignore ErrLayerUnknown in cache lookup
5+
* fix setting of gid
6+
* fix call to chown
7+
18
- Changelog for v1.43.0 (2026-02-05)
29
* [release-1.43] Bump common 0.67.0, image 5.39.1, storage 1.62.0
310
* [release-1.43] Bump dest branch in cirrus to 1.43

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// identify working containers.
3030
Package = "buildah"
3131
// Version for the Package. Also used by .packit.sh for Packit builds.
32-
Version = "1.43.0"
32+
Version = "1.43.1"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

0 commit comments

Comments
 (0)