Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
76 lines (51 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 2.84 KB

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

  • Add support for multiple ports
  • Add support for defining protocols
  • Add support for other network modes
  • Rename container_port to alb_container_port

2.1.0 - 2020-04-08

  • Add support for Fargate

2.0.0 - 2019-09-03

  • Upgrade to Terraform 0.12
  • Add github actions

1.4.0 - 2019-08-09

  • Changed: health_check_path is always '/' upon aws_alb_target_group creation #22 @tminuss

1.3.0 - 2018-12-20

  • Added option to control the load balancer externally by setting the target group.
  • Added option to connect to existing load balancer by setting the listener.
  • Changed: vpc data resource is only used when enable_alb is set.

1.2.1 - 2018-11-20

  • Changed: #14 #14

1.2.0 - 2018-11-15

  • Changed: SSL policy is configurable, default upgraded to: ELBSecurityPolicy-TLS-1-2-2017-01. To keep the old policy in place set the variable ssl_policy to: ELBSecurityPolicy-2015-05
  • Changed: Removed egres from alb ecurity group, limit port to alb port only.

1.1.0 - 2018-12-12

  • Make the idle timeout of the ALB configurable
  • Added task_role_arn so a task can be secured using a role to restrict access to specific resources

1.0.1 - 2018-07-02

https://github.com/philips-software/terraform-aws-ecs-service/tags/1.0.1

  • Add example

1.0.0 - 2018-07-02

https://github.com/philips-software/terraform-aws-ecs-service/tags/1.0.0

  • Slack badge in documentation
  • Add default lifecycle for targetgroups
  • Add default monitoring capabilities for ECS Services (default enabled)
  • Add Health Check Grace Period for services that need more time to start
  • Add Health Check Interval parameter for configuring how often a health check is executed
  • Limit cidr for internal lb to vpc cidr
  • Add output for Route53 dns record
  • Updated documentation
  • Refactor outputs to support terraform 0.11
  • Add support to mount volumes