From dde21b96300ff65de65fbcb4b71bbc7a92c3e3c6 Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Wed, 10 Feb 2021 18:35:36 +0530 Subject: [PATCH] Add CHANGELOG.md (#22) Signed-off-by: divyansh42 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85f68a2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# push-to-registry Changelog + +## v2 +- Rename `tag` input to `tags`, to allow you to push multiple tags of the same image +- Add input `extra_args` to append arbitrary arguments to the `podman push` +- Rename `registry-path` output to `registry-paths`, which is a JSON-parseable array containing all registry paths of the pushed image. The size of the output array is the number of `tags` that were pushed. +- (Internal) Add test workflows to test build and push using multiple container CLIs (Podman and Docker) +- (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker + +## v1.2 +- Solve issue when image is present in Podman and Docker both + +## v1.1 +- Add digestfile input and output argument + +## v1.0 +- Initial marketplace release + +## v0.1 +- Initial pre-release \ No newline at end of file