You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: USHIFT-6786: Preserve GITOPS_VERSION when API fetch fails
When access.redhat.com is unreachable, get_gitops_version() was
returning an empty string, causing common_versions.sh to clear
GITOPS_VERSION and triggering a spurious PR (e.g. #6475).
Return None on API failure to distinguish it from "no compatible
version found", and fall back to the existing value in
common_versions.sh so the file stays unchanged and no PR is created.
pre-commit.check-secrets: ENABLED
0 commit comments