Skip to content

Commit d72689b

Browse files
committed
Updated CHANGELOG
1 parent ef915dc commit d72689b

File tree

1 file changed

+39
-9
lines changed

1 file changed

+39
-9
lines changed

CHANGELOG.md

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,37 @@
33

44

55

6+
<a name="v2.6.0"></a>
7+
## [v2.6.0] - 2019-06-13
8+
9+
- Updated VPC endpoint example (fixed [#249](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/249))
10+
- Update tflint to 0.8.2 for circleci task ([#280](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/280))
11+
- Updated CHANGELOG
12+
- Updated CHANGELOG
13+
- Fixed broken 2.3.0
14+
- Updated CHANGELOG
15+
- Fixed opportunity to create the vpc, vpn gateway routes (bug during upgrade to 0.12)
16+
- Updated CHANGELOG
17+
- Updated Terraform versions in README
18+
- Updated CHANGELOG
19+
- Added VPC Endpoints for SNS, Cloudtrail, ELB, Cloudwatch ([#269](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/269))
20+
- Upgrade Docker Image to fix CI ([#270](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/270))
21+
- Updated CHANGELOG
22+
- Fixed merge conflicts
23+
- Finally, Terraform 0.12 support ([#266](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/266))
24+
25+
26+
<a name="v1.67.0"></a>
27+
## [v1.67.0] - 2019-06-13
28+
29+
- Updated CHANGELOG
30+
- Add VPC endpoints for ELB, CloudTrail, CloudWatch and SNS ([#274](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/274))
31+
32+
633
<a name="v2.5.0"></a>
7-
## [v2.5.0] - 0001-01-01
34+
## [v2.5.0] - 2019-06-05
835

36+
- Updated CHANGELOG
937

1038

1139
<a name="v2.4.0"></a>
@@ -490,13 +518,13 @@
490518
- Reverted bad merge, fixed [#33](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/33)
491519

492520

493-
<a name="v1.5.1"></a>
494-
## [v1.5.1] - 2017-11-23
521+
<a name="v1.5.0"></a>
522+
## [v1.5.0] - 2017-11-23
495523

496524

497525

498-
<a name="v1.5.0"></a>
499-
## [v1.5.0] - 2017-11-23
526+
<a name="v1.5.1"></a>
527+
## [v1.5.1] - 2017-11-23
500528

501529
- Reverted bad merge, fixed [#33](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/33)
502530
- Set enable_dns_support=true by default
@@ -574,7 +602,9 @@
574602
- Initial commit
575603

576604

577-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.5.0...HEAD
605+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.6.0...HEAD
606+
[v2.6.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.67.0...v2.6.0
607+
[v1.67.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.5.0...v1.67.0
578608
[v2.5.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.4.0...v2.5.0
579609
[v2.4.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.3.0...v2.4.0
580610
[v2.3.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.2.0...v2.3.0
@@ -646,9 +676,9 @@
646676
[v1.8.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.7.0...v1.8.0
647677
[v1.7.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.6.0...v1.7.0
648678
[v1.6.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.1...v1.6.0
649-
[v1.4.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.1...v1.4.1
650-
[v1.5.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.0...v1.5.1
651-
[v1.5.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.0...v1.5.0
679+
[v1.4.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.0...v1.4.1
680+
[v1.5.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.1...v1.5.0
681+
[v1.5.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.0...v1.5.1
652682
[v1.4.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.3.0...v1.4.0
653683
[v1.3.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.2.0...v1.3.0
654684
[v1.2.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.1.0...v1.2.0

0 commit comments

Comments
 (0)