Skip to content

Commit c73f43b

Browse files
committed
Updated CHANGELOG
1 parent de3d4e1 commit c73f43b

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

CHANGELOG.md

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

44

55

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

71+
- Updated CHANGELOG
972
- Added support for EC2 ClassicLink ([#322](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/322))
1073

1174

@@ -725,7 +788,9 @@
725788
- Initial commit
726789

727790

728-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.14.0...HEAD
791+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.15.0...HEAD
792+
[v2.15.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.71.0...v2.15.0
793+
[v1.71.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.14.0...v1.71.0
729794
[v2.14.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.13.0...v2.14.0
730795
[v2.13.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.70.0...v2.13.0
731796
[v1.70.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.69.0...v1.70.0

0 commit comments

Comments
 (0)