devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
367 stars 44 forks source link

Cache update Github Workflow is not working anymore #190

Closed angrox closed 2 years ago

angrox commented 2 years ago

The cache update process seems not to run anymore: Looking at https://github.com/devops-works/binenv/actions/workflows/update_cache.yml the last update was 5 month ago.

leucos commented 2 years ago

sorry I just see your issue now.

yes, this is on purpose; it was totally broken and not reliable. I do not have a replacement for now, except from running it from time to time and push.

angrox commented 2 years ago

I can't see the error logs from the workflow anymore - what was the probelm?

leucos commented 2 years ago

I do not remember exactly, but afaik it was breaking the cache sometimes. And may be was rate limited too.

If the cache is not fresh enough, you can run binenv update -f and it should update all available distributions versions.

Note however that you'll need a GH token for this or you will hit the rate limit.

You can also target a specific distributions using binenv update foo -f.

angrox commented 2 years ago

Thanks for the answers! Closing issue

leucos commented 2 years ago

Will try to reenable it after I merge #191 and fix #171