podman-login/CHANGELOG.md
divyansh42 51c64624b9 Update changelog for v1.2
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-12-17 22:09:22 +05:30

16 lines
404 B
Markdown

# podman-login Changelog
## 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
## v1
- Initial Release