Skip to content

Commit c0f5674

Browse files
committed
Updated CHANGELOG
1 parent 7bf8360 commit c0f5674

File tree

1 file changed

+71
-1
lines changed

1 file changed

+71
-1
lines changed

CHANGELOG.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,75 @@
33

44

55

6+
<a name="v2.13.0"></a>
7+
## [v2.13.0] - 2019-09-03
8+
9+
- Added support for ICMP rules in Network ACL ([#286](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/286))
10+
- Updated CHANGELOG
11+
- Added tags to VPC Endpoints ([#292](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/292))
12+
- Updated CHANGELOG
13+
- Added more VPC endpoints (Glue, STS, Sagemaker Notebook), and all missing outputs ([#311](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/311))
14+
- Updated CHANGELOG
15+
- Add IPv6 support ([#317](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/317))
16+
- Updated CHANGELOG
17+
- Fixed README after merge
18+
- Output var.name ([#303](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/303))
19+
- Updated CHANGELOG
20+
- Fixed README after merge
21+
- Additional VPC Endpoints ([#302](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/302))
22+
- Added Kinesis streams and firehose VPC endpoints ([#301](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/301))
23+
- adding transfer server vpc end point support
24+
- adding codebuild, codecommit and git-codecommit vpc end point support
25+
- adding config vpc end point support
26+
- adding secrets manager vpc end point support
27+
- Updated version of pre-commit-terraform
28+
- Updated CHANGELOG
29+
- Updated pre-commit-terraform to support terraform-docs and Terraform 0.12 ([#288](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/288))
30+
- Updated CHANGELOG
31+
- Updated VPC endpoint example (fixed [#249](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/249))
32+
- Update tflint to 0.8.2 for circleci task ([#280](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/280))
33+
- Updated CHANGELOG
34+
- Updated CHANGELOG
35+
- Fixed broken 2.3.0
36+
- Updated CHANGELOG
37+
- Fixed opportunity to create the vpc, vpn gateway routes (bug during upgrade to 0.12)
38+
- Updated CHANGELOG
39+
- Updated Terraform versions in README
40+
- Updated CHANGELOG
41+
- Added VPC Endpoints for SNS, Cloudtrail, ELB, Cloudwatch ([#269](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/269))
42+
- Upgrade Docker Image to fix CI ([#270](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/270))
43+
- Updated CHANGELOG
44+
- Fixed merge conflicts
45+
- Finally, Terraform 0.12 support ([#266](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/266))
46+
47+
48+
<a name="v1.70.0"></a>
49+
## [v1.70.0] - 2019-09-03
50+
51+
- Updated CHANGELOG
52+
- Allow ICMP Network ACL rules ([#252](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/252))
53+
54+
55+
<a name="v1.69.0"></a>
56+
## [v1.69.0] - 2019-09-03
57+
58+
- Updated CHANGELOG
59+
- Added VPC endpoints from [#311](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/311) to Terraform 0.11 branch ([#319](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/319))
60+
61+
62+
<a name="v1.68.0"></a>
63+
## [v1.68.0] - 2019-09-02
64+
65+
- Updated CHANGELOG
66+
- Add tags to VPC Endpoints ([#293](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/293))
67+
- Updated CHANGELOG
68+
- Add VPC endpoints for ELB, CloudTrail, CloudWatch and SNS ([#274](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/274))
69+
70+
671
<a name="v2.12.0"></a>
772
## [v2.12.0] - 2019-09-02
873

74+
- Updated CHANGELOG
975
- Added tags to VPC Endpoints ([#292](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/292))
1076

1177

@@ -652,7 +718,11 @@
652718
- Initial commit
653719

654720

655-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.12.0...HEAD
721+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.13.0...HEAD
722+
[v2.13.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.70.0...v2.13.0
723+
[v1.70.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.69.0...v1.70.0
724+
[v1.69.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.68.0...v1.69.0
725+
[v1.68.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.12.0...v1.68.0
656726
[v2.12.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.11.0...v2.12.0
657727
[v2.11.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.10.0...v2.11.0
658728
[v2.10.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.9.0...v2.10.0

0 commit comments

Comments
 (0)