Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanmaas committed Apr 8, 2020
1 parent e81a5cb commit e818bc4
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,55 @@
# Change Log

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

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 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 https://github.com/philips-software/terraform-aws-ecs-service/issues/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: 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)
Expand All @@ -46,7 +61,7 @@ https://github.com/philips-software/terraform-aws-ecs-service/tags/1.0.0
- Refactor outputs to support terraform 0.11
- Add support to mount volumes

[Unreleased]: https://github.com/philips-software/terraform-aws-ecs-service/compare/2.0.0...HEAD
[unreleased]: https://github.com/philips-software/terraform-aws-ecs-service/compare/2.0.0...HEAD
[2.0.0]: https://github.com/philips-software/terraform-aws-ecs-service/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/philips-software/terraform-aws-ecs-service/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/philips-software/terraform-aws-ecs-service/compare/1.2.1...1.3.0
Expand Down

0 comments on commit e818bc4

Please sign in to comment.