Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

63 lines (51 loc) · 6.15 KB

Change Log

v1.4.0 (2017-03-22)

Full Changelog

Closed issues:

  • [worker] Add an enable flag to make the module optionnally enableable #50
  • [database] Add monitoring option to bring back db-admin host #49
  • set enable_monitoring=false on all aws_launch_configuration resources #47
  • Convert over to Terraform 0.8.x #38
  • Support for newer versions of Terraform #37

Merged pull requests:

  • [database] Add a monitoring (default false) paramater to launch a db-admin host #52 (gozer)
  • Add an enable (default true) to worker module #51 (gozer)
  • Disabled detailed monitoring for ASGs #48 (gozer)
  • [worker] Add a needed security_group_custom to allow for custom generated security_groups #43 (gozer)
  • add public option for workers #42 (gozer)
  • Fix info outputs for TF 0.8 #41 (gozer)
  • Convert to TF 0.8 friendly #39 (gozer)

v1.3.0 (2017-01-31)

Closed issues:

  • [database] Allow self crosstalk for DB replication #31
  • [bucket] Support granting access to multiple roles #29
  • [bucket] Use maximum length possible for randomness #27
  • [database] When specifying multi-AZ, it also should apply to slaves #25
  • ELB timeouts are not defaults #21
  • [autoscaling] Enable CloudWatch metrics #19
  • Shorten ELB names until we can find a real good fix for the 32-character limit #17
  • [load_balancers] Load balancers in a VPC support IPv4 addresses only #14
  • [worker] Inject ldap group information to user data #12
  • [load_balancer] Support custom SSL certificates #10
  • [load_balancer] Support non-default SSL certificate #9
  • [load_balancer] Send logs to the ELB bucket #8
  • Tag v1.3.0 release #24

Merged pull requests:

  • Ship logs to the account's ELB bucket #35 (gozer)
  • Ship logs to the account's ELB bucket #34 (gozer)
  • Allow self traffic between the same DB instances #32 (gozer)
  • Add support for multiple roles, must pass in role_cnt (sic) #30 (gozer)
  • Use the full available randomness before truncating down #28 (gozer)
  • Propagate the multi-az choice to DB replicas as well #26 (gozer)
  • use relative path #23 (gozer)
  • Lower ELB idle_timeout/connection_draining_timeout to 60sec #22 (gozer)
  • Enable all available metrics in our autoscaling groups #20 (gozer)
  • Shorten ELB names by removing -elb and the region, they are redundant #18 (gozer)
  • [worker] Fix template error #16 (gozer)
  • Don't use the dualstack ELB name, as it will offer ipv6 addresses which don't work #15 (gozer)
  • Additional userdata #13 (limed)
  • Add support for ssl_cert_name_prefix #11 (gozer)
  • Enable travis-ci #6 (gozer)
  • use tls provider to effectively generate a stable, random default password for databases #5 (gozer)
  • [storage] Add support for EFS #3 (gozer)

* This Change Log was automatically generated by github_changelog_generator