Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 838 Bytes

1.2.0

NEW FEATURES:

  • Add postgres_family variable
  • Rename postgres family to "${var.prefix}-concourse-${var.postgres_family}" to prevent cycle dependency during upgrade.

1.1.0

  • Add instance_ami variable V12

1.0.0

ENHANCEMENTS:

  • Version 12 upgrade

0.2.0

NEW FEATURES:

  • Add instance_ami variable

0.1.0

NEW FEATURES:

  • Add custom volume size for concourse instance
  • Update CoreOs AMI owners

0.0.7 (Unreleased)

0.0.6 (nn.03.2018)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Subnets must now be defined as array instead of A and B. The first SN will be used for individual ressource.

NEW FEATURES:

  • Generate random passwords for concourse and postgres if specified other
  • Deploy a RDS instance for postgres instead of a container

IMPROVEMENTS:

  • Allow to specify more then two subnetworks

BUG FIXES:

  • None