Skip to content

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

v1.8.0

23 Apr 23:12
4349831

Choose a tag to compare

What's Changed

  • Add retries when pulling the merge refspec by @vivster7 in #37

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

23 Apr 05:04
f04724b

Choose a tag to compare

What's Changed

  • Add cleanup_sparse_state option to prevent sparse-checkout state leaking between jobs by @petetomasik and @huewood in #38

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

17 Mar 05:14
00d41a4

Choose a tag to compare

What's Changed

  • Add support for BUILDKITE_PULL_REQUEST_USING_MERGE_REFSPEC use by @mcncl in #32

Full Changelog: v1.5.0...v1.6.0

v1.5.0

13 Mar 01:35
5e807f6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

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