From 8eb0f5b1960c16a9ba22750ab89aa4e4596a51a8 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 15 Sep 2021 10:53:11 +0530 Subject: [PATCH] Update changelog for v2.7 Signed-off-by: divyansh42 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4b4ef..2157006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # buildah-build Changelog +## v2.7 +- Add output `image-with-tag` which provides image name and it's corresponding first tag present. +- Replace input `dockerfiles` with `containerfiles`. Input `dockerfiles` will be present as alias of `containerfiles`. +- Add matrix to install latest buildah. (Internal) ## v2.6.2 - Run `buildah config` command before `buildah copy` command to use `workingDir` for copying