Skip to content

Commit 85b7b21

Browse files
committed
Updated CHANGELOG
1 parent 4ca0765 commit 85b7b21

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

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

88

99

10+
<a name="v2.9.0"></a>
11+
## [v2.9.0] - 2021-04-11
12+
13+
- feat: Add this_iam_instance_profile_arn output ([#38](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/38))
14+
- chore: update documentation and pin `terraform_docs` version to avoid future changes ([#36](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/36))
15+
- fix: correct documentation based on update by `terraform_docs` ([#35](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/35))
16+
- chore: add ci-cd workflow for pre-commit checks ([#34](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/34))
17+
18+
1019
<a name="v2.8.0"></a>
1120
## [v2.8.0] - 2021-02-20
1221

@@ -54,6 +63,18 @@ All notable changes to this project will be documented in this file.
5463
## [v2.1.0] - 2020-06-23
5564

5665
- fix: Remove the dependency of hard coded region and availability zones ([#22](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/22))
66+
- Merge pull request [#20](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/20) from terraform-aws-modules/terraform-provider-githubfile-1584635188886625000
67+
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
68+
- Merge pull request [#19](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/19) from terraform-aws-modules/terraform-provider-githubfile-1584536413549524000
69+
- [ci skip] Create "LICENSE".
70+
- Merge pull request [#15](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/15) from terraform-aws-modules/terraform-provider-githubfile-1584536361962668000
71+
- Merge pull request [#16](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/16) from terraform-aws-modules/terraform-provider-githubfile-1584536361962655000
72+
- Merge pull request [#18](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/18) from terraform-aws-modules/terraform-provider-githubfile-1584536361962671000
73+
- Merge pull request [#14](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/14) from terraform-aws-modules/terraform-provider-githubfile-1584536361962424000
74+
- [ci skip] Create ".pre-commit-config.yaml".
75+
- [ci skip] Create "Makefile".
76+
- [ci skip] Create ".gitignore".
77+
- [ci skip] Create ".editorconfig".
5778

5879

5980
<a name="v2.0.0"></a>
@@ -73,6 +94,7 @@ All notable changes to this project will be documented in this file.
7394
<a name="v1.3.0"></a>
7495
## [v1.3.0] - 2019-03-08
7596

97+
- Merge pull request [#6](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/6) from asantos-fuze/add-tag-support
7698
- Add tag support for ECS module
7799

78100

@@ -87,8 +109,11 @@ All notable changes to this project will be documented in this file.
87109
## [v1.1.0] - 2019-01-22
88110

89111
- Run pre-commit -a
112+
- Merge pull request [#5](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/5) from martynova1/patch-2
90113
- Add ARN output to README
114+
- Merge pull request [#4](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/4) from martynova1/patch-1
91115
- Add arn output
116+
- Merge pull request [#3](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/3) from andig/typos
92117
- Fix typos
93118

94119

@@ -97,6 +122,7 @@ All notable changes to this project will be documented in this file.
97122

98123
- Updated README.md
99124
- Added pre-commit hooks with docs
125+
- Merge pull request [#2](https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/2) from terraform-aws-modules/initial-setup
100126
- Use this_ in the outputs
101127
- Fix output when create cluster is false
102128
- Move ec2-instances to main.tf in the example for easier reading
@@ -120,7 +146,8 @@ All notable changes to this project will be documented in this file.
120146
- Initial commit
121147

122148

123-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.8.0...HEAD
149+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.9.0...HEAD
150+
[v2.9.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.8.0...v2.9.0
124151
[v2.8.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.7.0...v2.8.0
125152
[v2.7.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.6.0...v2.7.0
126153
[v2.6.0]: https://github.com/terraform-aws-modules/terraform-aws-ecs/compare/v2.5.0...v2.6.0

0 commit comments

Comments
 (0)