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
- Lowercase an uppercase "V" tag prefix so semver comparison works;
"V1.2.0" vs "V1.3.0" no longer falls through to undecidable and
hides a real upgrade.
- Drop the raw provider error from CheckResult.Reason (it is serialized
into the API response and can leak internal addressing); log it at
DEBUG and return a fixed string. Same for the CheckAll path.
- Add a defensive default to the comparison switch so an unexpected
value yields StatusUnknown rather than the least-safe StatusUpToDate.
- Stop reporting network-isolation drift: the registry has no
network-isolation field, so it fired for every isolated workload
regardless of the candidate version. Remove the ConfigDrift field
and the now-unused BoolChange type.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments