Releases: redhat-actions/openshift-tools-installer
Releases · redhat-actions/openshift-tools-installer
Add changelog for v1.13.1
- Apply custom filters to chart-verifier install requests #109
Add changelog for v1.13.1
v1.13
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Update @actions/http-client to 2.2.1
- Update code to support the new version of @actions/http-toolkit
Add changelog for v1.13.1
Minor Releases
v1.13
- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Update @actions/http-client to 2.2.1
- Update code to support the new version of @actions/http-toolkit
v1.12
- Update
action/core
dependency to1.10.0
v1.11
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
v1.10
- Add support for OpenShift preflight
v1.9.2
- Fix odo installation on windows ans macOS. More details here.
v1.9.1
- Fix odo installation path. More details here.
v1.9
- Add support to install ko from GitHub.
v1.8.1
- Fix opm installation when source is GitHub. #64
v1.8
- Add support to install Chart verifier CLI from GitHub.
v1.7.3
- Fix OpenShift Mirror redirect to the new OpenShift Mirror. #58
v1.7.2
- Improve log messages
v1.7.1
- Improve log messages
v1.7
- Add default value in the input
github_pat
v1.6.3
- Small readme edits
v1.6.2
- Add pagination in fetching data from the GitHub APIs.
v1.6.1
- Remove support to install CRC on macOS for versions greater than or equal to
1.28.0
. For details see #39
v1.6
- Add support to install CRDA cli from GitHub.
v1.5
- Add support to install kustomize from GitHub.
- Fail the action if the requested tool is not available on the provided source.
v1.4
- Change storage path of the installed tools to
/_temp/openshift-bin/<installed-tool>
.
v1.3
- Add support to install yq from GitHub.
v1.2
- Add support to install tools from GitHub Releases. This can be done by specifying the desired source in the input
source
. - Add input
source
which accepts valuegithub
andmirror
to support tools installation from the OpenShift Mirror or from GitHub. - Add input
github_pat
to provide GitHub access token when the source isgithub
. - Add support to install
s2i
client from GitHub Release. - Add input
skip_cache
to set caching of the downloaded executables via action input instead of setting up the env. - (Internal) Expand test workflows.
v1.1.2
- Auto-skip cache on Github Enterprise Server
- Fix cache env bug check
v1.1.1
- Fix #17
v1.1
- Add support for
operator-sdk
v1.12: Modify eslint and update dependency
v1.12
- Update
action/core
dependency to1.10.0
Update action to run on Node16
v1.11
- 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 v1.9.2
Signed-off-by: divyansh42 <diagrawa@redhat.com>
Support to install ko from GitHub
Add changelog for v1.9.2 Signed-off-by: divyansh42 <diagrawa@redhat.com>
Add changelog for v1.9.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
Add changelog for v1.8.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
Add changelog for v1.8.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>