From d097e2e3d2a45b68a7c09040e3de33427bab66af Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Thu, 2 Jun 2022 13:45:11 +0530 Subject: [PATCH] Add changelog for v2.10 Signed-off-by: divyansh42 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2c24c..cc20b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.