File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments