mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Bump Buildah to v1.33.1
Bump Buildah to v1.33.1 to get a CVE fix for Buildkit. I thought it was also going to drag in the test fix as mentioned in #20709, but I'm not seeing that here. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
6
vendor/github.com/containers/buildah/CHANGELOG.md
generated
vendored
@@ -2,6 +2,12 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.33.1 (2023-11-18)
|
||||
|
||||
fix(deps): update module github.com/moby/buildkit to v0.11.4 [security]
|
||||
test,heredoc: use fedora instead of docker.io/library/python:latest
|
||||
Bump to v1.33.1-dev
|
||||
|
||||
## v1.33.0 (2023-11-17)
|
||||
|
||||
Never omit layers for emptyLayer instructions when squashing/cwing
|
||||
|
||||
5
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
5
vendor/github.com/containers/buildah/changelog.txt
generated
vendored
@@ -1,3 +1,8 @@
|
||||
- Changelog for v1.33.1 (2023-11-18)
|
||||
* fix(deps): update module github.com/moby/buildkit to v0.11.4 [security]
|
||||
* test,heredoc: use fedora instead of docker.io/library/python:latest
|
||||
* Bump to v1.33.1-dev
|
||||
|
||||
- Changelog for v1.33.0 (2023-11-17)
|
||||
* Never omit layers for emptyLayer instructions when squashing/cwing
|
||||
* Add OverrideChanges and OverrideConfig to CommitOptions
|
||||
|
||||
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
2
vendor/github.com/containers/buildah/define/types.go
generated
vendored
@@ -29,7 +29,7 @@ const (
|
||||
// identify working containers.
|
||||
Package = "buildah"
|
||||
// Version for the Package. Also used by .packit.sh for Packit builds.
|
||||
Version = "1.33.0"
|
||||
Version = "1.33.1"
|
||||
|
||||
// DefaultRuntime if containers.conf fails.
|
||||
DefaultRuntime = "runc"
|
||||
|
||||
Reference in New Issue
Block a user