From df878026e36864aa6bf9a5b7afe63637cb88ef8c Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Thu, 2 Jun 2022 16:51:54 +0530 Subject: [PATCH] Add changelog for v2.6 Signed-off-by: divyansh42 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11f990..bbbe1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # push-to-registry Changelog +## v2.6 +- Make image and tag in lowercase, if found in uppercase. https://github.com/redhat-actions/push-to-registry/issues/54 +- Remove kubic packages from the test workflows. https://github.com/redhat-actions/buildah-build/issues/93 + ## v2.5.1 - README update