redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

[BUG] outdated odo location #66

Closed kadel closed 2 years ago

kadel commented 2 years ago

Version

Describe the bug

This action installed an outdated odo version.

New odo versions are published at https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/

location on mirror.openshift.com is no longer updated

divyansh42 commented 2 years ago

Thanks for reporting this. We'll take a look at this.

rtaniwa commented 2 years ago

Thanks Divyanshu. Hopefully this immediate change is pretty straightforward, but it does prompt another question. Do we have a good process in place for how we keep the tools we install current with their releases?

josephca commented 2 years ago

@divyansh42 - any plan to address this issue soon? Thanks!

divyansh42 commented 2 years ago

@josephca I am waiting for this issue to be solved first. If they redirect then we are in a very good state, otherwise we'll decide what changes need to be done in this action.

kadel commented 2 years ago

Please don't wait for that. We don't know if redirecting will be possible. But even if we are able to set it up odo should get downloaded from the primary location.

divyansh42 commented 2 years ago

Actually this action is made to install tools from the mirror. So, we followed a very generalised way and made it to work only for OpenShift Mirror. Therefore there is only one logic that works for all the tools. To install odo from different location we will have to re-think and re-design this odo usecase seperately. I will consult this with the team and update here.