Releases: gruntwork-io/gruntwork-installer
Releases · gruntwork-io/gruntwork-installer
v0.0.20
#20: The bootstrap script now supports 32-bit, 686 architecture.
v0.0.19
- #18: Fixed an issue where
--module-param
passed arguments surrounded by single quotes as a literal (e.g. 'value'
instead of value
).
- #19: Add better log formatting.
v0.0.18
- #16: Trivial update that nevertheless fixes a common error message.
v0.0.17
#14: Fix a bug in the Gruntwork Installer where module-param
arguments were being wrapped in single-quotes incorrectly.
v0.0.16
- UPDATE:
gruntwork-install
now accepts a parameter --download-dir
which indicates a custom directory to which the Gruntwork Module will be downloaded and from which it will be installed. This is useful if the default download directory (/tmp
) resides on a file system mounted with the noexec
(no file execution allowed) option.
v0.0.15
- Gruntwork-installer now installs fetch v0.1.1.
v0.0.14
- Add Gruntwork Script Module
packer-file-copy
as a freely available module
- Improve the README explaining what
gruntwork-installer
is and why it exists.
- NOTE: Going forward, releases will now use a
v
in front of them such as v0.0.14
to maintain consistency with our versioning scheme in other repos.
0.0.13
- When installing binaries,
gruntwork-install
now uses sudo
to copy them into /usr/local/bin
0.0.12
- Add support for installing binaries uploaded to GitHub releases with the
--binary-name
option.
- The
--repo
param is now required. It will no longer default to the script-modules repo.
0.0.11
- Update to fetch
v0.0.6
, which loads source paths in a backwards compatible way (unlike v0.0.5
)