From 439023eb75160cc8f9ca3002301abe32b7827bb0 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 4 May 2022 13:28:07 +0530 Subject: [PATCH] Add changelog for v1.3 Signed-off-by: divyansh42 --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd3abd..9a62975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # podman-login Changelog +## v1.3 +- Add support to provide custom auth file path instead of using default ones set by podman. More details [here](https://github.com/redhat-actions/podman-login/issues/19). +- Add `--verbose` flag in the login command that will give more detailed output. + ## v1.2 - Add ability to pull image from docker after login. https://github.com/redhat-actions/podman-login/issues/15 -## v1.1.2 -- Use `XDG_RUNTIME_DIR` if set for podman auth file - -## v1.1.1 -- Throw an error if required inputs are not provided - ## v1.1 - Set environment variable `REGISTRY_AUTH_FILE` with the generated auth file to work with buildah