Add changelog for v2.10
Some checks failed
Link checker / Check links in markdown (push) Has been cancelled
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 containerfile / Build image using Buildah (push) Has been cancelled
Check Case Normalization / Build image using Buildah (push) Has been cancelled
Build with docker/metadata-action@v2 / Build image with Containerfile (push) Has been cancelled
Build with docker/metadata-action@v2 / Build image without Containerfile (push) Has been cancelled
Multiarch build / Build multi-architecture image using Containerfile (push) Has been cancelled
Multiarch build / Build multi-platform image using Containerfile (push) Has been cancelled
Multiarch build / Build multi-architecture image from scratch (push) Has been cancelled
Build / Build image using Buildah (push) Has been cancelled
Vulnerability Scan with CRDA / Scan project vulnerability with CRDA (push) Has been cancelled

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2022-06-02 13:45:11 +05:30
parent 796a66693a
commit d097e2e3d2

View file

@ -1,5 +1,10 @@
# buildah-build Changelog
## v2.10
- Make image and tag in lowercase, if found in uppercase. https://github.com/redhat-actions/buildah-build/issues/89
- Add `--tls-verify` and `extra-args` input for `buildah from` command. https://github.com/redhat-actions/buildah-build/issues/92
- Remove kubic packages from test workflows. https://github.com/redhat-actions/buildah-build/issues/93
## v2.9
- Add support for multiple archs and platforms.
- Allow building image manifest if multi arch or platform is provided.