Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 2.71 KB

2.0.1 (2020-03-21)

Bug Fixes

  • update type of logConfiguration variable (#27) (041b144), closes #26

2.0.0 (2020-03-19)

Features

  • upgrade module to support Terraform 0.12.x (#24) (8998443)

BREAKING CHANGES

  • This module no longer supports Terraform versions 0.11.x. Please upgrade your version of Terraform and run the 0.12upgrade command. Visit the following URL for more information:

    https://www.terraform.io/docs/commands/0.12upgrade.html

  • fix: change Terraform download URL to latest in CI

1.2.1 (2019-12-24)

Bug Fixes

  • add checkout step to CircleCI config (d40ec70)
  • begin updating CI config (1f223b9)
  • remove nested job directive from CI config (958615c)

1.2.0 (2019-04-16)

Features

  • Add support for multiple containers (a7377e2), closes #9

1.1.0 (2019-04-11)

Features

  • Add register_task_definition input (430b1bf)

1.0.1 (2019-04-09)

Bug Fixes

  • Support negative values for ulimits (ca6f022)

1.0.0 (2019-04-09)

Features

  • Use semantic release for GitHub releases (be3151d)