Releases: gruntwork-io/boilerplate
Releases · gruntwork-io/boilerplate
v0.6.0
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
, andmap
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
Internal use only
v0.5.19
v0.5.18
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
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
What's Changed
- Fixed CircleCI build by @denis256 in #182
- Add
--disable-dependency-prompt
flag by @jasonyoung-pearl in #181
New Contributors
- @jasonyoung-pearl made their first contribution in #181
Full Changelog: v0.5.15...v0.5.16