From 9e8327fcde18a44143eda2e7dfe68eca01aeeeea Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Thu, 29 Dec 2022 18:50:56 +0530 Subject: [PATCH] Add changelog for v2.7 Signed-off-by: divyansh42 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbe1a2..79db71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # push-to-registry Changelog +## v2.7 +- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/ + ## 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