Skip to content

Releases: gruntwork-io/boilerplate

v0.6.0

11 Dec 20:51
05b2842
Compare
Choose a tag to compare

Release Notes

  • Added support for manual inputs other than strings or enums. The command line will now prompt the user for input for int, float, bool, list, and map variable types.
  • Fixed manual input using <no value> if a default does not exist. User will be prompted again instead.
  • Changed the visual appearance of the manual input to closer match the example.

Migration Guide

This change will cause users to be prompted for more types of variables, and may find that they are required to populate Default values in more situations. If you have been relying on a variable that will now require manual input, but you want to use the Default, you will need to add the --non-interactive flag to prevent the prompt.

Full Changelog: v0.5.19...v0.6.0

v0.6.0-rc1

11 Dec 19:28
05b2842
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release

Internal use only

v0.5.19

15 Oct 18:58
9f2052c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.18...v0.5.19

v0.5.18

27 Sep 20:27
fc5a79d
Compare
Choose a tag to compare

What's Changed

  • chore: [CI] Skip test_signing Job on Release Tag Push by @ryehowell in #193
  • feat: Add ability to set variables from environment variables by @yhakbar in #195

Full Changelog: v0.5.17...v0.5.18

v0.5.17

16 Aug 09:42
f08b562
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.38.0 to 1.56.3 in #149
  • Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.17.0 in #150
  • Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in #186
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in #187
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in #188

Full Changelog: v0.5.16...v0.5.17

v0.5.16

29 May 17:55
9fd73bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.15...v0.5.16

v0.5.15

24 Apr 17:47
c4000ca
Compare
Choose a tag to compare

What's Changed

  • Replaced tfenv with mise

Full Changelog: v0.5.14...v0.5.15

v0.5.14

23 Apr 17:01
5d787d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.13...v0.5.14

v0.5.13

27 Mar 18:50
f68f2a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.12...v0.5.13

v0.5.12

08 Mar 21:55
441f030
Compare
Choose a tag to compare

What's Changed

  • Improved text file identification to handle json files by @denis256 in #169

Full Changelog: v0.5.11...v0.5.12