Skip to content

Releases: hasura/smooth-checkout-buildkite-plugin

v4.5.0

29 Mar 06:55
ff3b769
Compare
Choose a tag to compare

run git lfs pull if git-lfs is installed

v4.4.2

31 Oct 06:33
fd0856f
Compare
Choose a tag to compare
  • create a tag like local ref when fetching a tag

v4.4.1

13 Sep 04:57
c893714
Compare
Choose a tag to compare

create local ref if fetching ${BUILDKITE_TAG} or ${BUILDKITE_BRANCH}

v4.4.0

07 Sep 12:33
0725148
Compare
Choose a tag to compare

clone_flags now accepts both string and array of strings

v4.3.2

18 Jul 13:18
1af77f5
Compare
Choose a tag to compare

Previously the cleanup phase of smooth-checkout used sudo to remove files if removal of files failed without sudo. This would make the build get stuck in an interactive prompt asking for sudo password if the user executing the build script is not part of sudoers.

image

We have started using sudo -n instead of sudo to disable the interactive prompt.

v4.3.1

10 Jul 07:01
c237433
Compare
Choose a tag to compare
  • reset to FETCH_HEAD when using ref config option (#45)

v4.3.0

03 Jul 10:43
Compare
Choose a tag to compare
  • Checkout BUILDKITE_TAG if set. The config option ref takes precedence over BUILDKITE_TAG
  • remove hard dependency on sudo

v4.2.1

24 Mar 06:20
1fc991c
Compare
Choose a tag to compare

v3.1.1

24 Mar 08:55
Compare
Choose a tag to compare

Update Github's SSH host key signature check

v4.2.0

16 Mar 06:28
ca2ce5f
Compare
Choose a tag to compare

Introduces interpolate_checkout_path which could be used instead of build_checkout_path. This option will interpolate the environment variables in the checkout path if any.