From 26f38dee842a310ec9fa3234a4df47083bc95b96 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 21 Apr 2021 14:06:55 +0530 Subject: [PATCH] Update changelog for v2 Signed-off-by: divyansh42 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798b438..97a57a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +# s2i-build Changelog -# v1.1.1 +## v2 +- Rename `image_tag` input to `tags`, to allow you to build multiple tags of the same image +- Rename `image_name` input to `image` to maintain consistency across all redhat actions +- Add outputs `image` and `tags`, which output the image name and all tags of the image that was created + +## v1.1.1 - Fix input `env_vars` bug ## v1.1