summaryrefslogtreecommitdiff
path: root/vendor/github.com/containers/buildah/CHANGELOG.md
AgeCommit message (Collapse)Author
2019-12-19update c/buildah to v1.12.0dependabot-preview[bot]
Also bump docker/docker. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-12-04Bump Buildah to v1.11.6TomSweeneyRedHat
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-11-01Vendor in latest containers/buildahUrvashi Mohnani
Pull in changes to pkg/secrets/secrets.go that adds the logic to disable fips mode if a pod/container has a label set. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2019-10-29bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai
Move to containers/image v5 and containers/buildah to v1.11.4. Replace an equality check with a type assertion when checking for a docker.ErrUnauthorizedForCredentials in `podman login`. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2019-10-04Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač
This requires updating all import paths throughout, and a matching buildah update to interoperate. I can't figure out the reason for go.mod tracking github.com/containers/image v3.0.2+incompatible // indirect ((go mod graph) lists it as a direct dependency of libpod, but (go list -json -m all) lists it as an indirect dependency), but at least looking at the vendor subdirectory, it doesn't seem to be actually used in the built binaries. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2019-09-13Vendor Bulidah 1.11.2TomSweeneyRedHat
Vendor in Buildah 1.11.2 into libpod/Podman Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-08-28Update buildah to current masterMatthew Heon
Vendor some changes to parsing code that we need for Podman. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-08-08Vendor Buildah 1.10.1TomSweeneyRedHat
As the title says, vendor Buildah v1.10.1 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-06-24migrate to go-modulesValentin Rothberg
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>