Releases: redhat-actions/s2i-build
Releases · redhat-actions/s2i-build
Update s2i and node version
- Update s2i version to
v1.3.9
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Support for multiple tags
- Rename
image_tag
input totags
, to allow you to build multiple tags of the same image - Rename
image_name
input toimage
to maintain consistency across all redhat actions - Add outputs
image
andtags
, which output the image name and all tags of the image that was created
Minor Releases
v2.4
- Update s2i version to
v1.3.9
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
v2.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
v2.2
- Feature include
.git
folder in s2i build. #40
v2.1
- Skip
s2i
installation if already installed in the runner.
Update action to run on Node16
v2.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
Add changelog for v2.2
Signed-off-by: divyansh42 <[email protected]>
Skip s2i installation if already installed
- Skip
s2i
installation if already installed in the runner.
Fix input 'env_vars' bug
Add changelog Signed-off-by: divyansh42 <[email protected]>
v1.1: Add changelog
Signed-off-by: divyansh42 <[email protected]>
Initial Release
Initial marketplace release
Minor releases
v1.1: Support to provide environment variables
- Add input
env_vars
to provide environment variables
Test Release
Initial pre-release