Skip to content

Latest commit

 

History

History
192 lines (95 loc) · 9.51 KB

CHANGELOG.md

File metadata and controls

192 lines (95 loc) · 9.51 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.0.0 (2023-11-21)

⚠ BREAKING CHANGES

  • migrate to GA Terraform Provider (#134)

Bug Fixes

3.1.1 (2023-10-31)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#125) (72bb554)

3.1.0 (2023-09-11)

Features

  • support multiple external VPN peering gateways (#119) (c51aee7)

3.0.1 (2023-08-17)

Bug Fixes

  • updated docs and variable description (#117) (a6b543d)

3.0.0 (2023-07-25)

⚠ BREAKING CHANGES

  • TPG >= 4.74: Added labels, update TPG and Terraform version requirements (#112)

Features

  • adds stack_type and an option to set the router name (#110) (2382abd)
  • TPG >= 4.74: Added labels, update TPG and Terraform version requirements (#112) (24a946c)

2.4.0 (2023-07-12)

Features

  • Add ip_address to bgp_peer_options in vpn_ha (#100) (ca72e53)
  • adds variables required for FS (#106) (442b40d)

2.3.1 (2022-12-29)

Bug Fixes

  • fixes lint issues and generates metadata (#93) (0e3e19c)

2.3.0 (2022-06-11)

Features

Bug Fixes

  • remove Classic VPN tunnels dynamic example (#82) (2ab8e68)

2.2.0 (2022-01-18)

Features

  • update TPG version constraints to allow 4.0 (#66) (a9bd3a7)

Bug Fixes

  • for_each can not receive null vpn_ha (#67) (50120ec)

2.1.0 (2021-09-23)

Features

2.0.0 (2021-08-26)

⚠ BREAKING CHANGES

  • The BGP session name now includes the tunnel name. This may cause recreation of the VPN tunnel.

Bug Fixes

  • Prefix BGP session name with tunnel name (#58) (f8d08fd), closes #54

1.5.0 (2021-02-03)

Features

  • Add option to use an existing vpn_gateway (#48) (712720a)

Bug Fixes

  • Mark certain output values as sensitive for TF 0.14 (#51) (2e55b02)

1.4.1 (2020-08-28)

Bug Fixes

  • Fix numeric indexes for tunnels and subnets (#43) (a78f08d)

1.4.0 (2020-05-28)

Features

  • enable usage of a already created public IP address(#40) (537d81e)

1.3.1 (2020-03-04)

Bug Fixes

  • Add the project argument to external_gateway (#33) (a901ab7)

1.3.0 - 2020-03-03

Features

1.2.0 - 2019-11-20

Added

  • Added support for dynamic router #16

1.1.0 - 2019-08-21

Change

  • Added self-links of the tunnels and gateway to output #17

1.0.0 - 2019-07-26

Change

  • Upgraded for usage with terraform-0.12.x #12

0.3.0 - 2019-01-22

Changed

  • Made local_traffic_selector and remote_traffic_selector configurable.
  • Update examples to use registry with versions
  • Reorganize README

0.2.0 - 2019-01-17

Changed

  • Made ike_version configurable. #2

0.1.0 - 2019-01-17

Added

  • Initial module release.