buildah-build/CHANGELOG.md
divyansh42 a9a026b165
Some checks failed
CI checks / Run ESLint (push) Has been cancelled
CI checks / Check Distribution (push) Has been cancelled
CI checks / Check Input and Output enums (push) Has been cancelled
Build from dockerfile / Build image using Buildah (push) Has been cancelled
Link checker / Check links in markdown (push) Has been cancelled
Multiarch build / Build image using Buildah (push) Has been cancelled
Build / Build image using Buildah (push) Has been cancelled
Update changelog for v2.6.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-08-26 11:17:18 +05:30

2.2 KiB

buildah-build Changelog

v2.6.1

  • Fix buildah-bud docs link in README

v2.6

  • Rename "archs" input to "arch"
  • Improve documentation for multi-architecture builds

v2.5.2

  • Update README for multi-architecture builds

v2.5.1

  • Fix README typo

v2.5

  • Add input extra-args to pass extra args to buildah bud for build image using dockerfile 2f7f68e

v2.4.1

  • Update README to point to podman-login action 0c92abf

v2.4

  • Fix buildah issue of using overlay as storage driver 6dbeb7e

v2.3.1

  • Fix issue of workDir not being used in the code 65f18d4

v2.3

  • Add Layers input for build using dockerfile 3196e5a

v2.2.1

  • Add note about multi architecture(s) image built support 1f7c249

v2.2

  • Add output message if tags is not provided 76570bc

v2.1

  • Add archs input to allow building images for custom architectures 803a141

v2

  • Rename tag input to tags, to allow you to build multiple tags of the same image
  • Add outputs image and tags, which output the image name and all tags of the image that was created 88e0085
  • (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker 20a8e62

v1

  • Initial marketplace release

v0.1

  • Initial pre-release