Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 3.04 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.

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