From 0cd5b90340ea9b98ede823601afd76fae211b1d8 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 15 Sep 2021 11:03:21 +0530 Subject: [PATCH] Update changelog for v2.3.2 Signed-off-by: divyansh42 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f235a5b..136d28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # push-to-registry Changelog +## v2.3.2 +- Add the word `local` to the image check messages. +- Add matrix to install latest podman. (Internal) +- Simplify push tests. (Internal) + ## v2.3.1 - Fix issue if image is present in docker storage and it's name has '/' in it. - Fix outputs `registry_path` and `registry_paths` not consisting of image tag.