- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
- Fix podman auth file issue while creating secrets
- Fix openshift.com/try link that is now a 404
- Add label in the
oc new-app
command to add labels in the all the created resources
- Add support to use Image streams to deploy application.
- Add input
build_env
to pass environment variables to the build container at the run time.
- Add support to use private images for deployment
- Make input
port
optional
Update README to point to podman-login action
Initial Release