Update changelog for v1.1.2

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-10-20 00:22:22 +05:30
parent 63cb3e13a4
commit 4c93cb1ea3

View file

@ -1,10 +1,13 @@
# podman-login Changelog
## 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
- Set environment variable `REGISTRY_AUTH_FILE` with the generated auth file to work with buildah
## v1
- Initial Release