2021-04-09 12:57:09 +05:30
# podman-login Changelog
2024-03-16 22:43:37 +05:30
## v1.7
- Update action to run on Node20.https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2023-03-11 18:20:56 +05:30
## v1.6
- Update action/core dependency to 1.10.0
2022-12-29 20:03:11 +05:30
## v1.5
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
2022-06-14 19:22:24 +05:30
## v1.4
- Add ability to login to AWS ECR repositories. More details at https://github.com/redhat-actions/podman-login/issues/23
2022-05-04 13:28:07 +05:30
## 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.
2021-12-17 22:09:22 +05:30
## v1.2
- Add ability to pull image from docker after login. https://github.com/redhat-actions/podman-login/issues/15
2021-08-20 19:26:52 +05:30
## v1.1
2021-10-20 00:22:22 +05:30
- Set environment variable `REGISTRY_AUTH_FILE` with the generated auth file to work with buildah
2021-08-20 19:26:52 +05:30
2021-04-09 12:57:09 +05:30
## v1
2021-10-08 11:50:43 +05:30
- Initial Release