mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fixes #40841 ## Summary The root cause of the URL mismatch described in the issue is unknown. We couldn't reproduce it and couldn't find a deterministic code path that explains it. What we fix in this PR is a code defect that turns an unknown transient condition into a hard failure. When a policy has both a URL and a hash (which is always the case for `package_path` references), and the URL lookup fails for any reason, a continue statement prevented the hash-based fallback from ever running.
1 line
119 B
Text
1 line
119 B
Text
- Fixed GitOps policy software resolution failing when URL lookup doesn't match, by falling back to hash-based lookup.
|