Releases: redhat-actions/oc-new-app
Releases · redhat-actions/oc-new-app
Update action to run on Node20
Initial Release
Minor Releases:
v1.4
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
v1.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
v1.2
- Add support to use Image streams to deploy the application.
- Add input
build_env
to pass environment variables to the build container at the run time.
v1.1
- Add support to use private images for deployment
- Make input
port
optional
Update action to run on node 16
v1.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
Support image streams and add input `build_env`
- Add support to use Image streams to deploy the application.
- Add input
build_env
to pass environment variables to the build container at the run time. - Fix broken link in README
Support using private images
- Add support to use private images for deployment
- Make input
port
optional