openshift-tools-installer icon indicating copy to clipboard operation
openshift-tools-installer copied to clipboard

Download, install and cache OpenShift binaries into your GitHub Actions runners.

Results 18 openshift-tools-installer issues
Sort by recently updated
recently updated
newest added

### Version `redhat-actions/openshift-tools-installer@v1` ### Describe the bug The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

bug

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
CRDA Scan Pending

### Version redhat-actions/[email protected] ### Describe the bug `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: redhat-actions/openshift-tools-installer, redhat-actions/oc-login ` ###...

bug

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.3.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies
CRDA Scan Pending

### Is your feature request related to a problem? Please describe. My self-hosted runner on ARM hardware is unable to use oc, the openshift client. I see in the Actions...

enhancement

### Version v1 ### Describe the bug Since #58 was fixed we face the issue that the openshift-tools-installer runs around 3 minutes (compared to around 16 seconds before). ### Steps...

bug

It seems like after the [latest (1.31.2)](https://mirror.openshift.com/pub/openshift-v4/clients/crc/1.31.2/) update, CRC executable is not present inside the zipped package for the windows. `.msi` file is present which will have different installation mechanism.

bug

You can skip the cache by setting `CLI_INSTALLER_SKIP_CACHE` in the environment. But it should be possible to skip the cache only for a specific client. edit: or by setting the...

enhancement

The way the action is currently architected does not allow installing versions that are not semantic. For example, installing https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/odo/latest/ is not possible.

enhancement

Installing `butane` should also be covered. It can be found on the openshift mirror.

enhancement