Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.04 KB

1.3.0

FEATURES:

  • Add variables to tag resources

1.2.2

HOTFIX:

  • Change aws_db_event_subscription.postgres source_id from id to identifier

1.2.1

FEATURES:

  • Remove CoreOS ami data source
  • Updated config for RDS and S3

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