Skip to content

Releases: gruntwork-io/gruntwork-installer

v0.0.20

16 Nov 23:47
623b335
Compare
Choose a tag to compare

#20: The bootstrap script now supports 32-bit, 686 architecture.

v0.0.19

14 Nov 04:33
12c33f4
Compare
Choose a tag to compare
  • #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

08 Nov 05:58
c5ca167
Compare
Choose a tag to compare
  • #16: Trivial update that nevertheless fixes a common error message.

v0.0.17

15 Aug 23:49
Compare
Choose a tag to compare

#14: Fix a bug in the Gruntwork Installer where module-param arguments were being wrapped in single-quotes incorrectly.

v0.0.16

10 Apr 06:17
Compare
Choose a tag to compare
  • 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

02 Apr 20:14
Compare
Choose a tag to compare
  • Gruntwork-installer now installs fetch v0.1.1.

v0.0.14

01 Sep 20:39
Compare
Choose a tag to compare
  • 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

21 Jun 03:54
Compare
Choose a tag to compare
  • When installing binaries, gruntwork-install now uses sudo to copy them into /usr/local/bin

0.0.12

20 Jun 21:58
Compare
Choose a tag to compare
  • 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

20 Jun 18:31
Compare
Choose a tag to compare
  • Update to fetch v0.0.6, which loads source paths in a backwards compatible way (unlike v0.0.5)