Buildah - v1.33.0

Security

What's Changed

  • Tag a v1.32.0 release by @nalind in https://github.com/containers/buildah/pull/5046
  • fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5 by @renovate in https://github.com/containers/buildah/pull/5047
  • add/copy: make sure we handle relative path names correctly by @nalind in https://github.com/containers/buildah/pull/5050
  • Removing selinux_tag.sh as no longer needed after 580356f by @rahilarious in https://github.com/containers/buildah/pull/5054
  • vendor of containers/common by @rhatdan in https://github.com/containers/buildah/pull/5057
  • stage_executor: allow images without layers by @flouthoc in https://github.com/containers/buildah/pull/5031
  • [CI:BUILD] Packit: tag @packit-build team on copr build failures by @lsm5 in https://github.com/containers/buildah/pull/5060
  • build,config: add support for --unsetlabel by @flouthoc in https://github.com/containers/buildah/pull/5062
  • imagebuildah: consider ignorefile with --build-context by @danishprakash in https://github.com/containers/buildah/pull/5021
  • fix(deps): update module github.com/onsi/gomega to v1.28.0 by @renovate in https://github.com/containers/buildah/pull/5065
  • [CI:DOCS] Protocol can be specified with --port. Ex. --port 514/udp by @ranjithrajaram in https://github.com/containers/buildah/pull/5066
  • fix(deps): update github.com/containers/luksy digest to 6df88cb by @renovate in https://github.com/containers/buildah/pull/5069
  • Ensure the mount type is always BindMount by default by @BenjaminSchubert in https://github.com/containers/buildah/pull/5067
  • fix(deps): update github.com/containers/common digest to 8892536 by @renovate in https://github.com/containers/buildah/pull/5068
  • Use the parent's image ID in the config that we pass to imagebuilder by @nalind in https://github.com/containers/buildah/pull/5074
  • Update some comments related to confidential workload by @nalind in https://github.com/containers/buildah/pull/5075
  • fix(deps): update module golang.org/x/sync to v0.4.0 by @renovate in https://github.com/containers/buildah/pull/5077
  • fix(deps): update module golang.org/x/sys to v0.13.0 by @renovate in https://github.com/containers/buildah/pull/5078
  • fix(deps): update module golang.org/x/crypto to v0.14.0 by @renovate in https://github.com/containers/buildah/pull/5079
  • mkcw: remove entrypoint binaries by @flouthoc in https://github.com/containers/buildah/pull/5076
  • fix(deps): update module github.com/containerd/containerd to v1.7.7 by @renovate in https://github.com/containers/buildah/pull/5082
  • run: use internal.GetTempDir with os.MkdirTemp for root and bundle path by @flouthoc in https://github.com/containers/buildah/pull/5084
  • imagebuildah,multi-stage: do not remove base-image when built without --layers by @flouthoc in https://github.com/containers/buildah/pull/5081
  • chore(deps): update module golang.org/x/net to v0.17.0 [security] by @renovate in https://github.com/containers/buildah/pull/5086
  • Vendor containers/common main by @umohnani8 in https://github.com/containers/buildah/pull/5085
  • chore(deps): update dependency containers/automation_images to v20231004 by @renovate in https://github.com/containers/buildah/pull/5090
  • chroot.setupChrootBindMounts: pay more attention to flags by @nalind in https://github.com/containers/buildah/pull/5083
  • fix(deps): update module github.com/onsi/gomega to v1.28.1 by @renovate in https://github.com/containers/buildah/pull/5097
  • vendor c/common: appendable containers.conf strings, Part 1 by @vrothberg in https://github.com/containers/buildah/pull/5101
  • Add --no-hostname option to buildah containers by @rhatdan in https://github.com/containers/buildah/pull/5094
  • fix(deps): update module sigs.k8s.io/yaml to v1.4.0 by @renovate in https://github.com/containers/buildah/pull/5102
  • container.conf: support attributed string slices by @vrothberg in https://github.com/containers/buildah/pull/5103
  • fix(deps): update module go.etcd.io/bbolt to v1.3.8 by @renovate in https://github.com/containers/buildah/pull/5105
  • fix(deps): update module github.com/containerd/containerd to v1.7.8 by @renovate in https://github.com/containers/buildah/pull/5109
  • Log the platform for build errors during multi-platform builds by @nalind in https://github.com/containers/buildah/pull/5112
  • Use mask definitions from containers/common @rhatdan by @rhatdan in https://github.com/containers/buildah/pull/5111
  • fix(deps): update github.com/containers/luksy digest to b5a7f79 by @renovate in https://github.com/containers/buildah/pull/5125
  • fix(deps): update module github.com/opencontainers/runc to v1.1.10 by @renovate in https://github.com/containers/buildah/pull/5126
  • fix(deps): update github.com/containers/common digest to 8354404 by @renovate in https://github.com/containers/buildah/pull/5124
  • fix(deps): update module golang.org/x/sys to v0.14.0 by @renovate in https://github.com/containers/buildah/pull/5137
  • fix(deps): update module github.com/spf13/cobra to v1.8.0 by @renovate in https://github.com/containers/buildah/pull/5138
  • fix(deps): update module golang.org/x/sync to v0.5.0 by @renovate in https://github.com/containers/buildah/pull/5136
  • fix(deps): update module golang.org/x/term to v0.14.0 by @renovate in https://github.com/containers/buildah/pull/5145
  • conformance: use require.NoErrorf() more by @nalind in https://github.com/containers/buildah/pull/5146
  • createConfigsAndManifests: clear history before cw-specific logic by @nalind in https://github.com/containers/buildah/pull/5147
  • image: replace GetStoreImage with ResolveReference and bump c/image to 373c52a9466f by @flouthoc in https://github.com/containers/buildah/pull/5129
  • Update cirrus and version of golang by @rhatdan in https://github.com/containers/buildah/pull/5139
  • Tweak some help descriptions by @nalind in https://github.com/containers/buildah/pull/5162
  • fix(deps): update module golang.org/x/crypto to v0.15.0 by @renovate in https://github.com/containers/buildah/pull/5149
  • conformance tests: use go-dockerclient for BuildKit builds by @nalind in https://github.com/containers/buildah/pull/5165
  • Make TEE types case-insensitive by @nalind in https://github.com/containers/buildah/pull/5159
  • build: downgrade to go 1.20 by @giuseppe in https://github.com/containers/buildah/pull/5166
  • fix(deps): update module github.com/containerd/containerd to v1.7.9 by @renovate in https://github.com/containers/buildah/pull/5168
  • Add --compat-auth-file to login and logout by @mtrmac in https://github.com/containers/buildah/pull/5143
  • Bump c/storage v1.51.0, c/image v5.29.0, c/common v0.57.0 by @TomSweeneyRedHat in https://github.com/containers/buildah/pull/5174
  • conformance tests: archive the context directory as 0:0 by @nalind in https://github.com/containers/buildah/pull/5171
  • pkg/util.MirrorToTempFileIfPathIsDescriptor(): don't leak an fd by @nalind in https://github.com/containers/buildah/pull/5169
  • StageExecutor.Execute: force a commit for --unsetenv, too by @nalind in https://github.com/containers/buildah/pull/5160
  • Implement ADD --checksum flag by @jfroy in https://github.com/containers/buildah/pull/5152
  • [CI:DOCS] Pass secrets from the host down to internal podman containers by @rhatdan in https://github.com/containers/buildah/pull/5154
  • blobcacheinfo,test: blobs must be resued when pushing across registry by @flouthoc in https://github.com/containers/buildah/pull/5153
  • Stop using DefaultNetworkSysctl and use containers.conf only by @rhatdan in https://github.com/containers/buildah/pull/5156
  • buildah: add heredoc support for RUN, COPY and ADD by @flouthoc in https://github.com/containers/buildah/pull/5092
  • Add OverrideChanges and OverrideConfig to CommitOptions by @nalind in https://github.com/containers/buildah/pull/5150
  • Never omit layers for emptyLayer instructions when squashing/cwing by @nalind in https://github.com/containers/buildah/pull/5161

New Contributors

  • @rahilarious made their first contribution in https://github.com/containers/buildah/pull/5054
  • @ranjithrajaram made their first contribution in https://github.com/containers/buildah/pull/5066
  • @BenjaminSchubert made their first contribution in https://github.com/containers/buildah/pull/5067
  • @jfroy made their first contribution in https://github.com/containers/buildah/pull/5152

Full Changelog: https://github.com/containers/buildah/compare/v1.32.0...v1.33.0


Security

Security wording was detected, but no CVEs were found.

Details

date
Nov. 17, 2023, 10:33 p.m.
name
v1.33.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