- Apply custom filters to chart-verifier install requests #109
- 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
- Update action/core dependency to 1.10.0
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
- Add support for OpenShift preflight
- Fix odo installation on windows ans macOS. More details here.
- Fix odo installation path. More details here.
- Add support to install ko from GitHub.
- Fix opm installation when source is GitHub. #64
- Add support to install Chart verifier CLI from GitHub.
- Fix OpenShift Mirror redirect to the new OpenShift Mirror. #58
- Improve log messages
- Add default value in the input
github_pat
.
- Small Readme edits
- Add pagination in fetching data from the GitHub APIs.
- Remove support to install CRC on macOS for version greater than or equal to
1.28.0
. For details see #39
- Add support to install CRDA cli from GitHub.
- Add support to install kustomize from GitHub.
- Fail the action if the requested tool is not available on the provided source.
- Change storage path of the downloaded tools to
/_temp/openshift-bin/<downloaded-tool>
.
- Add support to install yq from GitHub.
- 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 the GitHub. - Add input
github_pat
to provide GitHub access token when 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.
- Fix cache env bug check
- Auto-skip cache on GitHub Enterprise Server
Fix cache bug on GitHub Enterprise Server
Add support for operator-sdk
Initial Release