Skip to content

Releases: gruntwork-io/gruntwork-installer

v0.0.30

08 Sep 15:50
578eef9
Compare
Choose a tag to compare

Just like v0.0.29, but for branches. The value passed in the --branch tag will be exposed as GRUNTWORK_INSTALL_BRANCH to the install script.

v0.0.29

04 Sep 17:18
02a7502
Compare
Choose a tag to compare

This release exposes the value provided to --tag to any install scripts as an environment variable called GRUNTWORK_INSTALL_TAG. Scripts can read this variable to learn which tag has been called.

v0.0.28

20 May 14:21
cc23fa6
Compare
Choose a tag to compare

#49: You can now tell gruntwork-install to avoid using sudo when installing binaries (NOTE this does not work for module installs) by passing in the arg --no-sudo "true".

v0.0.27

08 May 17:54
f3476fe
Compare
Choose a tag to compare

#50 : Minor fixes to ensure scripts pass shellcheck.

v0.0.26

05 May 08:40
28ab34e
Compare
Choose a tag to compare

#44: Fix bugs in how gruntwork-install parses, passes around, and logs --module-param arguments to ensure whitespace is handled correctly.

Special thanks to @jeckhart for the PR!

v0.0.25

04 May 18:08
e3df8ae
Compare
Choose a tag to compare

#46, #47: Switch from local readonly to local -r, which is the proper way to declare local, read-only variables in Bash.

Special thanks to @jeckhart for the fix!

v0.0.24

27 Jan 11:51
f0f6141
Compare
Choose a tag to compare

#39 Update CodeOwners
#40 Fix broken links in readme
#41 Use a newer terragrunt version in test

v0.0.23

16 Aug 17:20
f531787
Compare
Choose a tag to compare

#34: Allow omitting github token environment variable when accessing public repo.

v0.0.22

20 Nov 13:29
e6d6793
Compare
Choose a tag to compare

#32: Update to fetch v0.3.2, which includes several improvements, including support for GitHub Enterprise.

v0.0.21

01 Mar 23:59
fe01f10
Compare
Choose a tag to compare
  • gruntwork-install now uses v0.2.0 of fetch, and supports two new parameters: --binary-sha256-checksum and --binary-sha512-checksum, which can be used to validate the binary asset being installed with gruntwork-install.