Skip to content

v0.0.9

Choose a tag to compare

@TsekNet TsekNet released this 21 Mar 00:19
· 36 commits to main since this release
1d36188

What's Changed

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

New

  • --verbose flag for baseline subtraction logging

Full Changelog: v0.0.8...v0.0.9