Skip to content

Latest commit

 

History

History
322 lines (191 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

322 lines (191 loc) · 11.5 KB

Change Log

All notable changes to this project will be documented in this file.

  • fix: protocol set to HTTP by default
  • fix: setting container_name is now mandatory to utilise multiple container names set externally to module
  • chore: upgrade to 5.x compatibility

7.0.0 - 2023-04-12

  • Refactored container definitions out of module (#69)

6.7.1 - 2023-03-28

  • Make egress rule configurable (#71)

6.7.0 - 2023-02-01

  • Add ecs-managed-tags parameter (#66)
  • Add readonlyRootFilesystem to container_definition (#64)

6.6.0 - 2022-11-02

  • Add new circuit breaker feature (#63)

6.5.2 - 2022-08-04

  • Add entrypoint to task definition parameters (#61)

6.5.1 - 2022-07-13

  • Fix typo (#57)

6.5.0 - 2022-05-12

  • Add support for EnvironmentFiles in container definition (#60)
  • Allow option to customise run_time platform (#56)
  • Enable containerDefinitions portMappings to use target_groups container_ports (#59)

6.4.2 - 2022-03-11

  • Refactor examples to work with provider 4.0.0+ (#53)
  • fix: setting task_health_command to null (#49)

6.4.1 - 2021-12-11

  • Break down task health check into two variables (#48)

6.4.0 - 2021-10-20

  • Add ephemeral_storage (#47)

6.3.0 - 2021-09-30

  • Added pseudo_terminal attribute (#45)

6.2.2 - 2021-08-20

  • Make deregistration_delay attribute customizable for ALB Target Groups (#42)

6.2.1 - 2021-07-30

  • Add support to pick latest task definition (#41)

6.2.0 - 2021-06-04

  • add tags iam role (#34)

6.1.0 - 2021-05-10

  • Add support for enable_execute_command (#33)

6.0.0 - 2021-02-09

  • Add missing 'target_group_name' parameter in examples (#31)
  • Add support for registering multiple target groups with a service (#29)
  • Update README.md

5.1.0 - 2020-12-09

  • update docs
  • Add secrets to task defintion (#28)

5.0.1 - 2020-12-04

  • Potential fix to the issue (#26)

5.0.0 - 2020-11-04

  • Upgrades (#24)

4.0.3 - 2020-10-13

  • Update main.tf (#23)

4.0.2 - 2020-10-02

  • Fix log group permissions (#22)

4.0.1 - 2020-08-05

  • Feature/v3 provider support (#21)

4.0.0 - 2020-08-03

  • Update README.md
  • Add full for volume configuration (#20)

3.0.2 - 2020-07-30

  • Add task definition and execution role outputs (#19)

3.0.1 - 2020-06-23

  • Update variables.tf

3.0.0 - 2020-05-22

  • Lock minimum version of provider and add force_new_deployment (#18)
  • update changelog and versions

2.0.0 - 2020-05-20

  • Improve security group creation/deletion and switch to using prefix (#17)

1.4.0 - 2020-05-11

  • Add full support for volumes and container timeouts (#16)
  • update CHANGELOG.md

1.3.0 - 2020-05-04

  • Fix task private repository credentials variable issue (#14)
  • Feature/updates (#13)

1.2.0 - 2020-04-14

  • Add support for additional variables and configuration options. (#12)

1.1.1 - 2020-03-19

  • lb_target reference fix

1.1.0 - 2020-03-19

  • Feature/task healthcheck (#11)
  • Add support for FARGATE-SPOT capacity provider and extend options for task definition (#10)
  • add git hooks and update docs (#9)

1.0.9 - 2020-01-31

  • Feature/encrypt logs (#8)

1.0.8 - 2020-01-14

  • Feature/healthcheck grace fix (#7)

1.0.7 - 2020-01-10

  • Feature/lb toggle (#6)

1.0.6 - 2020-01-09

  • fix format
  • doh! (#5)

1.0.5 - 2020-01-09

  • Feature/improve tg naming (#4)

1.0.4 - 2020-01-09

  • Feature/fix dynamic port mapping (#3)

1.0.3 - 2020-01-08

  • fix format and update docs

1.0.2 - 2020-01-08

  • improve tag support and expose host port (#1)

1.0.1 - 2019-12-19

  • improve docs and auto generating of inputs/outputs

1.0.0 - 2019-12-17

  • add licence
  • Add initial configuration for ecs fargate module
  • Initial commit