Skip to content

Latest commit

 

History

History
151 lines (75 loc) · 7.37 KB

CHANGELOG.md

File metadata and controls

151 lines (75 loc) · 7.37 KB

Change Log

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. Releases are automated via Conventional Commit messages.

5.1.0 (2024-05-03)

Features

5.0.0 (2023-10-30)

⚠ BREAKING CHANGES

  • enable_endpoint_independent_mapping=false: upgraded versions.tf to include minor bumps from tpg v5 (#129)

Bug Fixes

  • enable_endpoint_independent_mapping=false: upgraded versions.tf to include minor bumps from tpg v5 (#129) (30bcb56)

4.1.0 (2023-06-26)

Features

4.0.0 (2023-06-12)

⚠ BREAKING CHANGES

  • removes nat_ip_allocate_option: add dynamic port mapping (#73)

Features

  • removes nat_ip_allocate_option: add dynamic port mapping (#73) (0cf1d69)

3.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • Increased minimum Google Provider version to 4.51 (#108)

  • TPG >= 4.51: Support tcp_time_wait_timeout_sec (#108)

Features

  • TPG >= 4.51: Support tcp_time_wait_timeout_sec (#108) (20cf14b)

2.2.2 (2023-01-20)

Bug Fixes

  • fixes lint issues and generates metadata (#94) (3896f11)

2.2.1 (2022-05-24)

Bug Fixes

  • add variable type in variables.tf (#70) (2cfe6d3)

2.2.0 (2022-04-13)

Features

  • add router_keepalive_interval input var (#66) (8409e80)

2.1.0 (2021-11-18)

Features

  • update TPG version constraints to allow 4.0 (#61) (6418dfd)

2.0.0 (2021-03-24)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#48)

Features

  • add Terraform 0.13 constraint and module attribution (#48) (c4fd7b4)

1.4.0 (2021-02-17)

Features

  • add suport for setting enable_endpoint_independent_mapping options (#46) (1df7c42)

1.3.0 (2020-03-30)

Features

  • Add support for setting log_config (#24) (fb10d7d)

1.2.0 - 2019-11-22

Added

  • Support for specific subnets with the subnets variable. #10

Changed

  • The region output depends on the google_computer_router_nat resource to enable a dependency graph between internal and external resources. #22

1.1.0 - 2019-10-02

Added

  • create_router variable toggles management of a google_compute_router resource within the module. #20

1.0.0 - 2019-07-30

Changed

  • Supported version of Terraform is 0.12. #12

0.1.0 - 2019-04-30

Added

  • Initial release