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
Exclude .md files from scope resolution (#29, fixes #28): Markdown files under fleet resource dirs (policies/README.md, labels/README.md, etc.) were incorrectly treated as fleet config, causing docs-only MRs to trigger full API diffs with unrelated changes.
Baseline subtraction for --git mode (#27, fixes #23): fleet-plan now subtracts changes already merged to main but not yet deployed, reporting only the incremental diff from the current MR.
Fixes
Baseline subtraction for per-team diffs (policies, queries, software, profiles, scripts)
Baseline subtraction for global config diffs
resolveDefaultFile placed merged file in /tmp, breaking path: resolution for global queries
ResolveScope didn't add base.yml/default.yml to changedFiles
buildSourceMap didn't register team source file for all resource types
Global diff skipped when both global and team files changed in the same MR