Skip to content

Releases: aws-samples/aws-vpc-builder-cdk

v0.2.5 - Allow import of Transit Gateway peers and ability to reference in the VPC Routes.

25 Mar 19:44
d99b9a7
Compare
Choose a tag to compare
  • Allow the import of Transit Gateway Peers in the configuration file.
  • Allow use of Transit Gateway Peers as 'routesTo' in the routing sections for VPCs (note only static routes, and default routes are supported by peers).
  • See the Config file Walkthrough for details and syntax.

v0.2.4 - Bug fix for Direct Connect Gateway Propagations

05 Oct 17:31
4ed82ee
Compare
Choose a tag to compare
  • Fix missing attribute on the DX GW model that erroneously determined it was not attached to a Transit Gateway and automatically establishing a return path.

v0.2.3 - Improved interface endpoint region handling and documentation

21 Sep 18:39
81f0eb7
Compare
Choose a tag to compare
  • Interface Endpoint list parsing now 'does what I mean' by substituting any present region string with the region specified in the global section of the configuration file.
  • Improved documentation around interface endpoints and regional considerations
  • Version bump on CDK and Libraries
  • Updated discovery material for interface endpoint parsing

Bug Fixes

19 Sep 14:49
eba5533
Compare
Choose a tag to compare
  • Fixed a bug where a provider that is vpc based is considered invalid within a vpcName: route
  • Updated test cases to include synthesis of all available configuration files.
  • Updated tests to run for Node 18 and 20 instead of 16 and 18 (16 is no deprecated)

v0.2.1 - Use of VPC Names in BlackHole Routes and fixes

15 Sep 19:01
f2303dd
Compare
Choose a tag to compare

You can now use a VPC Name from the configuration file as a blackholeCidr. The vpcCidr will automatically be substituted for you. This should improve readability of the configuration file where blackhole configurations are between vpcBuilder defined VPCs.

Includes a bug fix to RAM Shared subnets. They will now be named with the VPC Name instead of just the VPC Style making it easier to understand what share relates to what VPC.

v0.2.0 - Support for DxGw and fixes

15 Sep 12:30
41603c7
Compare
Choose a tag to compare
  • Fix for RAM sharing issues #15
  • Support for modelling a Direct Connect Transit Gateway permitting use in routesTo: #20

Release 0.1.0

01 Jun 17:29
8a2c9a8
Compare
Choose a tag to compare

Initial release.