Buildah - v1.28.0


What's Changed

  • release: prepare for release v1.27.0 by @flouthoc in https://github.com/containers/buildah/pull/4152
  • build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.8 by @dependabot in https://github.com/containers/buildah/pull/4177
  • Scrub user and group names from layer diffs by @nalind in https://github.com/containers/buildah/pull/4181
  • [CI:DOCS] docs: specify git:// protocol is not supported for github hosted repo by @flouthoc in https://github.com/containers/buildah/pull/4179
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.8.1 to 1.8.2 by @dependabot in https://github.com/containers/buildah/pull/4186
  • cmd/buildah: add "manifest create --amend" by @nalind in https://github.com/containers/buildah/pull/4189
  • Drop util/util.Cause() by @nalind in https://github.com/containers/buildah/pull/4191
  • commit: use race-free RemoveNames instead of SetNames for pruning names by @flouthoc in https://github.com/containers/buildah/pull/4190
  • mount,cache: enable SElinux shared content label (z) option by default by @flouthoc in https://github.com/containers/buildah/pull/4192
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.8.2 to 1.8.3 by @dependabot in https://github.com/containers/buildah/pull/4197
  • test: use T.TempDir to create temporary test directory by @Juneezee in https://github.com/containers/buildah/pull/4194
  • Makefile: always call $(GO) instead of go by @nalind in https://github.com/containers/buildah/pull/4198
  • buildah: add support for --retry and --retry-delay incase of push/pull failures. by @flouthoc in https://github.com/containers/buildah/pull/4195
  • run: add container gid to additional groups by @flouthoc in https://github.com/containers/buildah/pull/4200
  • build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.4 by @dependabot in https://github.com/containers/buildah/pull/4204
  • Cirrus: use image with fewer downloaded dependencies by @lsm5 in https://github.com/containers/buildah/pull/4201
  • build(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.1 by @dependabot in https://github.com/containers/buildah/pull/4206
  • Replace k8s.gcr.io/pause in tests with registry.k8s.io/pause by @nalind in https://github.com/containers/buildah/pull/4210
  • build(deps): bump github.com/docker/go-units from 0.4.0 to 0.5.0 by @dependabot in https://github.com/containers/buildah/pull/4215
  • Add support for buildah run with chroot isolation by @dfr in https://github.com/containers/buildah/pull/4174
  • manifest: add support for buildah manifest exists by @flouthoc in https://github.com/containers/buildah/pull/4220
  • Don't call os.Exit(1) from manifest exist by @rhatdan in https://github.com/containers/buildah/pull/4223
  • Buildah should ignore /etc/crio/seccomp.json by @rhatdan in https://github.com/containers/buildah/pull/4219
  • Use constants from containers/common for finding seccomp.json by @nalind in https://github.com/containers/buildah/pull/4225
  • build(deps): bump github.com/docker/docker from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in https://github.com/containers/buildah/pull/4232
  • [CI:DOCS] Update install.md: Debian 11 (Bullseye) is stable by @Enrico204 in https://github.com/containers/buildah/pull/4237
  • build: honor <Containerfile>.containerignore or <Containerfile>.dockerignore as ignore file by @flouthoc in https://github.com/containers/buildah/pull/4239
  • Minor test fix for podman-remote by @edsantiago in https://github.com/containers/buildah/pull/4241
  • parse: make processing fields for --mount order agnostic by @flouthoc in https://github.com/containers/buildah/pull/4234
  • build: make --cache-ttl=0 equivalent to --no-cache by @flouthoc in https://github.com/containers/buildah/pull/4248
  • build: support --skip-unused-stages for multi-stage builds. by @flouthoc in https://github.com/containers/buildah/pull/4249
  • buildah bud --network=none should have no network by @rhatdan in https://github.com/containers/buildah/pull/4229
  • Fix broken command completion by @edsantiago in https://github.com/containers/buildah/pull/4256
  • Fix stutters by @rhatdan in https://github.com/containers/buildah/pull/4205
  • Prevent use of --dns* options with --net=none by @rhatdan in https://github.com/containers/buildah/pull/4250
  • Fix broken dns test (from merge collision) by @edsantiago in https://github.com/containers/buildah/pull/4283
  • run,build: conflict --isolation=chroot and --network by @flouthoc in https://github.com/containers/buildah/pull/4257
  • vendor: update c/storage and c/common by @giuseppe in https://github.com/containers/buildah/pull/4269
  • copier: work around freebsd bug for "mkdir /" by @dfr in https://github.com/containers/buildah/pull/4285
  • vendor in latest containers/common by @rhatdan in https://github.com/containers/buildah/pull/4235
  • pkg/cli: improve completion test by @Luap99 in https://github.com/containers/buildah/pull/4267
  • Run codespell on code by @rhatdan in https://github.com/containers/buildah/pull/4296
  • Proof of concept: nightly dependency treadmill by @edsantiago in https://github.com/containers/buildah/pull/4297
  • [ci:docs] Fix buildahimage container.conf permissions regression by @AndASM in https://github.com/containers/buildah/pull/4290
  • Set sysctls from containers.conf by @rhatdan in https://github.com/containers/buildah/pull/4292
  • Vendor in latest containers/storage by @rhatdan in https://github.com/containers/buildah/pull/4299
  • Check for unset build args after setting TARGET args by @lucacome in https://github.com/containers/buildah/pull/4295
  • build(deps): bump github.com/opencontainers/selinux from 1.10.1 to 1.10.2 by @dependabot in https://github.com/containers/buildah/pull/4301
  • config,builder: process variant while populating image spec by @flouthoc in https://github.com/containers/buildah/pull/4286
  • [CI:DOCS] Add quay-description update reminder by @cevich in https://github.com/containers/buildah/pull/4302
  • Update vendor containers/(common,image) by @rhatdan in https://github.com/containers/buildah/pull/4304
  • Update for https://github.com/klauspost/pgzip/pull/50 by @mtrmac in https://github.com/containers/buildah/pull/4306

New Contributors

  • @Juneezee made their first contribution in https://github.com/containers/buildah/pull/4194
  • @Enrico204 made their first contribution in https://github.com/containers/buildah/pull/4237
  • @AndASM made their first contribution in https://github.com/containers/buildah/pull/4290
  • @lucacome made their first contribution in https://github.com/containers/buildah/pull/4295

Full Changelog: https://github.com/containers/buildah/compare/v1.27.0...v1.28.0


Details

date
Oct. 3, 2022, 2:12 p.m.
name
v1.28.0
type
Minor
👇
Register or login to:
  • 🔍View and search all Buildah releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or