Skip to main content

Gruntwork release 2017-12

Guides / Update Guides / Releases / 2017-12

This page is lists all the updates to the Gruntwork Infrastructure as Code Library that were released in 2017-12. For instructions on how to use these updates in your code, check out the updating documentation.

Here are the repos that were updated:

gruntwork

v0.0.14

Published: 12/22/2017 | Release notes

v0.0.14: The wizard now properly requests TLS certs with wildcard domain names.

v0.0.13

Published: 12/18/2017 | Release notes

https://github.com/gruntwork-io/gruntwork/pull/14: Improve error handling and documentation around AWS Organizations.

v0.0.12

Published: 12/9/2017 | Release notes

https://github.com/gruntwork-io/gruntwork/pull/12: You can now set the account name to __current__ to have the gruntwork CLI make changes in the current AWS account rather than a child account.

v0.0.11

Published: 12/7/2017 | Release notes

https://github.com/gruntwork-io/gruntwork/pull/11: The gruntwork CLI will now use DNS validation when possible for TLS certs from ACM, so validation is completely automatic, and does not require clicking links in your email.

v0.0.10

Published: 12/6/2017 | Release notes

https://github.com/gruntwork-io/gruntwork/pull/10: Remove validation for state when registering domain names.

v0.0.9

Published: 12/4/2017 | Release notes

https://github.com/gruntwork-io/gruntwork/pull/9: Add support for domains registered outside of AWS.

terraform-aws-asg

v0.6.4

Published: 12/18/2017 | Release notes

  • ENHANCEMENT: module/server-group. Add the option of assigning a Route 53 DNS Record to each ENI attached to an EC2 Instance in the Server Group. This provides an effective way of addressing ENIs via DNS instead of via their static IP address. (#15)

terraform-aws-ci

v0.5.1

Published: 12/8/2017 | Release notes

https://github.com/gruntwork-io/module-ci/pull/46: Add a pre-commit hook for use with pre-commit for running terraform fmt. For usage instructions, check out pre-commit module documentation.

terraform-aws-data-storage

v0.4.1

Published: 12/19/2017 | Release notes

https://github.com/gruntwork-io/module-data-storage/pull/31: Fix the default param group name for SQL server, which uses a different format than all the other DBs.

terraform-aws-monitoring

v0.8.1

Published: 12/14/2017 | Release notes

https://github.com/gruntwork-io/module-aws-monitoring/pull/39, https://github.com/gruntwork-io/module-aws-monitoring/pull/40: The ecs-cluster-alarms module now exposes ecs_cluster_high_memory_utilization_treat_missing_data and ecs_cluster_high_cpu_utilization_treat_missing_data input variables you can use to configure what the alarms should do if no data is being emitted (default is missing). Also, fix a bug in configure-syslog that would cause yum update to hang, waiting for user input.

v0.8.0

Published: 12/13/2017 | Release notes

https://github.com/gruntwork-io/module-aws-monitoring/pull/38: Fig logrotate settings to use copytruncate (so files are rotated properly even if a process maintains the old file handle) and maxsize instead of size (as size conflicts with daily). To use maxsize, we also had to install a newer version of logrotate on Amazon Linux distros, which, by default, run a version that's more than 7 years old.

terraform-aws-openvpn

v0.5.0

Published: 12/8/2017 | Release notes

BACKWARDS INCOMPATIBLE CHANGES

  • Update package to default the certificate revocation list (crl) expiration to 10 years
  • fix an issue with intermittent test failures
  • migrate to dep from glide
  • migrate to Circle CI 2.0
  • add backup-openvpn-pki module
  • backup pki on an hourly basis via cron
  • update docs

When upgrading to this version, it is important to make sure you install the new backup-openvpn-pki module in your packer templates. For an example, please see the packer example in the examples folder.

We also suggest explicitly providing values for the --request-url parameter to the run-process-requests script and the --revoke-url parameter to the run-process-revokes script. For a working example, see the user-data.sh script from the openvpn-host example.

terraform-aws-sam

v0.0.1

Published: 12/22/2017 | Release notes

initial release

terraform-aws-server

v0.2.2

Published: 12/3/2017 | Release notes

https://github.com/gruntwork-io/module-server/pull/22: You can now configure the source_dest_check param on the single-server module.