<@U06RKAMK0UC> I'm getting this error: `unable to ...
# ask-ai
c
@ancient-wolf-19325 I'm getting this error:
unable to find 'v0.9.5'
from the flytectl install script. Was this tag deleted from the repo? Our builds worked via Docker cache until now, but the tag no longer exists at https://github.com/flyteorg/flyte/releases/.
a
Yes, if you are seeing
unable to find 'v0.9.5'
from the flytectl install script and the tag is missing from the GitHub releases page, it means the tag was deleted or yanked from the repository. This can happen if a release is removed due to security issues or other reasons, and is an intended part of the release/upgrade process in some cases. Once a tag is deleted, the install script and Docker pulls for that version will fail, as you observed. Upgrading to a newer available version is the recommended workaround in this situation. This behavior is confirmed by user reports and maintainer comments, which state that tags may be removed for security or maintenance reasons, and that updating to a newer version resolves the issue. There is no indication in the data sources that the tag will be restored, so you should update your build to use a currently available release. For more details, see the discussion in GitHub Issue #2366. Would you like more detail on how to update your build or handle missing tags? Sources: - GitHub Issue #2366 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
c
@ancient-wolf-19325 Is there any way to confirm that this version was deleted?
a
There is no direct Flyte command or API to confirm deletion of a specific release tag, but if the tag (e.g., v0.9.5) no longer appears on the GitHub releases page, it has been deleted or yanked. Maintainers have confirmed in similar cases that tags are sometimes removed intentionally, for example, due to security vulnerabilities, and this is reflected by their absence from the releases list (see discussion). Additionally, attempts to pull or install that version will fail, and the install script will return an "unable to find" error, which further confirms the tag's removal. There is no mention in the documentation or issues of a built-in audit log for deleted tags, so the absence from the releases page is the main indicator. Would you like more detail on how to check for deleted tags or alternatives for auditing release history? Sources: - Flyte Releases Page - see discussion 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.