Skip to content

Commit d7efdbc

Browse files
Bump to Buildah v1.43.2
Bump to Buildah v1.43.2 Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
1 parent f7d3bdb commit d7efdbc

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## v1.43.2 (2026-05-29)
6+
7+
Bump opencontainers/cgroups to v0.0.6
8+
bud with ADD with git repository source integration test: go local
9+
Add changes to tests/serve/serve.go from 68b29e6
10+
Add bare-podman-repo.tar.gz for testing
11+
TEMPORARY: Skip a newly-added test
12+
Revert urlsource changes in define/types.go
13+
Restore the previous TempDirForURL API
14+
TempDirForURL: return absolute context path instead of relative subdir
15+
TempDirForURL: refactor if-chain into switch statement
16+
Prevent symlink-based path traversal in build contexts
17+
tests: remove dependencies on online apt repositories
18+
Cite go module change
19+
520
## v1.43.1 (2026-04-07)
621

722
[release-1.43] Bump c/common v0.67.1, c/image v5.39.2

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- Changelog for v1.43.2 (2026-05-29)
2+
* Bump opencontainers/cgroups to v0.0.6
3+
* bud with ADD with git repository source integration test: go local
4+
* Add changes to tests/serve/serve.go from 68b29e6
5+
* Add bare-podman-repo.tar.gz for testing
6+
* TEMPORARY: Skip a newly-added test
7+
* Revert urlsource changes in define/types.go
8+
* Restore the previous TempDirForURL API
9+
* TempDirForURL: return absolute context path instead of relative subdir
10+
* TempDirForURL: refactor if-chain into switch statement
11+
* Prevent symlink-based path traversal in build contexts
12+
* tests: remove dependencies on online apt repositories
13+
* Cite go module change
14+
115
- Changelog for v1.43.1 (2026-04-07)
216
* [release-1.43] Bump c/common v0.67.1, c/image v5.39.2
317
* update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]

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.1"
32+
Version = "1.43.2"
3333

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

0 commit comments

Comments
 (0)