File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
1
5
<a name =" unreleased " ></a >
2
6
## [ Unreleased]
3
7
4
8
5
9
10
+ <a name =" v2.1.0 " ></a >
11
+ ## [ v2.1.0] - 2020-06-23
12
+
13
+ - fix: Remove the dependency of hard coded region and availability zones ([ #22 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/22 ) )
14
+
15
+
6
16
<a name =" v2.0.0 " ></a >
7
17
## [ v2.0.0] - 2019-06-09
8
18
20
30
<a name =" v1.3.0 " ></a >
21
31
## [ v1.3.0] - 2019-03-08
22
32
23
- - Merge pull request [ #6 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/6 ) from asantos-fuze/add-tag-support
24
33
- Add tag support for ECS module
25
34
26
35
35
44
## [ v1.1.0] - 2019-01-22
36
45
37
46
- Run pre-commit -a
38
- - Merge pull request [ #5 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/5 ) from martynova1/patch-2
39
47
- Add ARN output to README
40
- - Merge pull request [ #4 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/4 ) from martynova1/patch-1
41
48
- Add arn output
42
- - Merge pull request [ #3 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/3 ) from andig/typos
43
49
- Fix typos
44
50
45
51
48
54
49
55
- Updated README.md
50
56
- Added pre-commit hooks with docs
51
- - Merge pull request [ #2 ] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/2 ) from terraform-aws-modules/initial-setup
52
57
- Use this_ in the outputs
53
58
- Fix output when create cluster is false
54
59
- Move ec2-instances to main.tf in the example for easier reading
72
77
- Initial commit
73
78
74
79
75
- [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.0.0...HEAD
80
+ [ Unreleased ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.1.0...HEAD
81
+ [ v2.1.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.0.0...v2.1.0
76
82
[ v2.0.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.4.0...v2.0.0
77
83
[ v1.4.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.3.0...v1.4.0
78
84
[ v1.3.0 ] : https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v1.2.0...v1.3.0
You can’t perform that action at this time.
0 commit comments