Skip to content

Releases: buildkite-plugins/sparse-checkout-buildkite-plugin

v1.4.0

20 Feb 09:07
a65f780

Choose a tag to compare

What's Changed

  • Bump README for v1.3.1 release by @petetomasik in #26
  • Update buildkite plugin plugin-tester to v1.3.0 by @renovate[bot] in #27
  • Update buildkite plugin secrets to v2 by @renovate[bot] in #28
  • hooks/: Use /usr/bin/env for shell directive instead of hard-coded paths by @cbrxyz in #29

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

24 Nov 17:12
v1.3.1
54ca659

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Oct 15:18
06aacf2

Choose a tag to compare

What's Changed

  • Add retry for ssh-keyscan, improve error handling by @scadu in #21

New Contributors

  • @scadu made their first contribution in #21

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Oct 11:02
d33ab45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

🚀 v1.1.1 — Clean Checkout Option

01 Oct 19:13
ae82e9b

Choose a tag to compare

This release introduces a new clean_checkout option to the plugin, which helps recover from corrupted repository states caused by interrupted or cancelled jobs. When enabled, the plugin performs an aggressive cleanup (git reset --hard HEAD, git clean -ffxdq, and git sparse-checkout disable), automatically removes lock files, and resets a corrupted index so pipelines can continue without manual intervention.

This option is especially useful for pipeline upload jobs that don’t need to preserve local changes, but should be used with caution since it destroys all uncommitted and untracked files.

v1.1.0 (Beach Burgers 🍔)

02 Oct 05:47
156d25e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 (☀️ Sunny Day)

24 Apr 05:46
f34340c

Choose a tag to compare