
Some checks failed
CI checks / Run ESLint (push) Has been cancelled
CI checks / Check Distribution (push) Has been cancelled
CI checks / Check Input and Output enums (push) Has been cancelled
Test Login and Pull / Log in and pull image with Podman (push) Has been cancelled
Test Login and Pull / Log in and pull image with Buildah (push) Has been cancelled
Test Login and Pull / Log in and pull image with Docker (push) Has been cancelled
Link checker / Check links in markdown (push) Has been cancelled
Signed-off-by: divyansh42 <diagrawa@redhat.com>
26 lines
984 B
Markdown
26 lines
984 B
Markdown
# podman-login Changelog
|
|
|
|
## v1.7
|
|
- Update action to run on Node20.https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
|
|
|
|
## v1.6
|
|
- Update action/core dependency to 1.10.0
|
|
|
|
## 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/
|
|
|
|
## v1.4
|
|
- Add ability to login to AWS ECR repositories. More details at https://github.com/redhat-actions/podman-login/issues/23
|
|
|
|
## 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
|
|
- Set environment variable `REGISTRY_AUTH_FILE` with the generated auth file to work with buildah
|
|
|
|
## v1
|
|
- Initial Release
|