Releases: hasura/smooth-checkout-buildkite-plugin
Releases · hasura/smooth-checkout-buildkite-plugin
v4.5.0
v4.4.2
- create a tag like local ref when fetching a tag
v4.4.1
create local ref if fetching ${BUILDKITE_TAG}
or ${BUILDKITE_BRANCH}
v4.4.0
clone_flags
now accepts both string and array of strings
v4.3.2
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.
We have started using sudo -n
instead of sudo
to disable the interactive prompt.
v4.3.1
v4.3.0
- Checkout
BUILDKITE_TAG
if set. The config optionref
takes precedence overBUILDKITE_TAG
- remove hard dependency on
sudo
v4.2.1
Update Github's SSH host key
v3.1.1
Update Github's SSH host key signature check
v4.2.0
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.