Skip to content

Releases: TsekNet/fleet-plan

v0.0.12

24 Mar 23:26
63efec0

Choose a tag to compare

Changelog

  • 63efec0 fix: Add missing step ID for setup-go in release workflow (#33)

v0.0.11-rc1

24 Mar 14:37
91d9920

Choose a tag to compare

  • fix: Detect modified profile XML in changed-file filter (#30)

v0.0.11

24 Mar 15:08
91d9920

Choose a tag to compare

  • fix: Detect modified profile XML in changed-file filter (#30)
  • ci: Support FLEET_PLAN_VERSION override in fleet-plan.sh

v0.0.10

21 Mar 00:40
e3ce2a7

Choose a tag to compare

What's Changed

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.

Full Changelog: v0.0.9...v0.0.10

v0.0.9

21 Mar 00:19
1d36188

Choose a tag to compare

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

v0.0.8

17 Mar 17:21
b973701

Choose a tag to compare

Changes

  • Clarify fleet-plan NOTE: "Unexpected changes? Rebase, or confirm that changes have been deployed to Fleet."

v0.0.7

14 Mar 22:31
475c394

Choose a tag to compare

Changelog

  • 475c394 fix: Address full-repo review findings (28 of 61) (#21)

v0.0.6

14 Mar 22:07
33f6964

Choose a tag to compare

Changelog

  • 33f6964 refactor: Use compact +N/-N/~N script change format (#19)

v0.0.5

14 Mar 12:33

Choose a tag to compare

Changelog

  • 771eefd fix: Address review findings for v0.0.4
  • 5e24608 refactor: Rename envmerge to merge package
  • 5bca477 refactor: Rename package gitci to git
  • a360ccb test: Add unit tests for envmerge, git scope, and API

v0.0.4

14 Mar 02:36
b3f3c35

Choose a tag to compare

Changelog

  • b3f3c35 feat: Add --git flag for native CI integration (#15)