Did flytectl `v0.9.0` got removed/deprecated for t...
# flyte-v1-support
g
Did flytectl
v0.9.0
got removed/deprecated for the
flytectl-setup-action
? I was using that in my CICD and it was still working last week. Today I'm getting:
Copy code
Error: Unable to find flytectl version "v0.9.0" for platform "Linux" and architecture "x86_64".
in my GHA workflow when running this action.
a
Its still available: https://github.com/flyteorg/flyte/releases/tag/flytectl%2Fv0.9.0 https://github.com/flyteorg/flyte/releases?page=4 Not sure for actions it might only retrieve only a samll number of versions: https://github.com/unionai-oss/flytectl-setup-action Try with a higher release like 0.9.1 or 0.9.4 . Pasted above is the release pages for the modules IS there a reason why you need a very specific version of
flytectl
. Just curious?
g
I don't need a specific version and have updated to 0.9.5 already