Releases: gruntwork-io/gruntwork-installer
Releases · gruntwork-io/gruntwork-installer
v0.0.30
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
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
#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.26
#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
#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
#39 Update CodeOwners
#40 Fix broken links in readme
#41 Use a newer terragrunt version in test
v0.0.23
#34: Allow omitting github token environment variable when accessing public repo.
v0.0.22
#32: Update to fetch v0.3.2, which includes several improvements, including support for GitHub Enterprise.
v0.0.21
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
.