From 3c5ca2c147aaa772ad72927defefe9589df5539c Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Thu, 18 Feb 2021 00:46:45 +0530 Subject: [PATCH] Update Changelog for v2.1 (#31) * Update Changelog for v2.1 Signed-off-by: divyansh42 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d321b..2088f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # buildah-build Changelog +## v2.1 +- Add input `archs` to allow you to build image(s) with multiple architecture support [803a141](https://github.com/redhat-actions/buildah-build/commit/803a1413e7c2a594cbfb6680bca358bfdbe36745) + ## 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 -- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker +- Add outputs `image` and `tags`, which output the image name and all tags of the image that was created [88e0085](https://github.com/redhat-actions/buildah-build/commit/88e00855444b8d915b900c8251f48c291ccedce5) +- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker [20a8e62](https://github.com/redhat-actions/buildah-build/commit/20a8e62ce082870ed0ff1ee141bb98ae95432501) ## v1 - Initial marketplace release ## v0.1 -- Initial pre-release \ No newline at end of file +- Initial pre-release