Skip to content

Commit 8903a6f

Browse files
committed
update changelog and versions
1 parent 61a1482 commit 8903a6f

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="2.0.0"></a>
11+
## [2.0.0] - 2020-05-20
12+
13+
- Improve security group creation/deletion and switch to using prefix ([#17](https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/17))
14+
15+
16+
<a name="1.4.0"></a>
17+
## [1.4.0] - 2020-05-11
18+
19+
- Add full support for volumes and container timeouts ([#16](https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/16))
20+
- update CHANGELOG.md
21+
22+
1023
<a name="1.3.0"></a>
1124
## [1.3.0] - 2020-05-04
1225

@@ -97,7 +110,9 @@ All notable changes to this project will be documented in this file.
97110
- Initial commit
98111

99112

100-
[Unreleased]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.3.0...HEAD
113+
[Unreleased]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/2.0.0...HEAD
114+
[2.0.0]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.4.0...2.0.0
115+
[1.4.0]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.3.0...1.4.0
101116
[1.3.0]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.2.0...1.3.0
102117
[1.2.0]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.1.1...1.2.0
103118
[1.1.1]: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/1.1.0...1.1.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Terraform module to create AWS ECS FARGATE services. Module support both FARGATE
44

55
## Terraform versions
66

7-
Terraform 0.12. Pin module version to `~> v1.0`. Submit pull-requests to `master` branch.
7+
Terraform 0.12. Pin module version to `~> v2.0`. Submit pull-requests to `master` branch.
88

99
## Usage
1010

@@ -28,7 +28,7 @@ resource "aws_ecs_cluster" "cluster" {
2828
2929
module "ecs-farage" {
3030
source = "umotif-public/ecs-fargate/aws"
31-
version = "~> 1.4.0"
31+
version = "~> 2.0.0"
3232
3333
name_prefix = "ecs-fargate-example"
3434
vpc_id = "vpc-abasdasd132"

0 commit comments

Comments
 (0)