Skip to content

Latest commit

 

History

History
339 lines (192 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

339 lines (192 loc) · 15.7 KB

Changelog

All notable changes to this project will be documented in this file.

3.7.2 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#96) (5556636)

3.7.1 (2023-10-12)

Bug Fixes

  • Add dpd_timeout_seconds to tunnel_preshared (#95) (21442a7)

3.7.0 (2023-09-18)

Features

  • Added Transit Gateway Attachment tagging (#92) (9f82005)

3.6.0 (2023-06-26)

Features

3.5.0 (2023-06-06)

Features

  • Output the pre-shared tunnel keys even when they are auto-generated (#89) (5ab7f2f)

3.4.0 (2023-05-18)

Features

  • Add enable_tunnel_lifecycle_control arguments (#88) (23dec42)

3.3.0 (2023-03-06)

Features

  • Set tunnel PSK outputs to sensitive = true (#86) (4b0db3b)

3.2.0 (2023-01-27)

Features

  • Set vpn_connection_customer_gateway_configuration output to sensitive = true (#83) (cd02770)

3.1.1 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#82) (374ad66)

3.1.0 (2022-11-15)

Features

3.0.1 (2022-11-15)

Bug Fixes

  • Fixed outputs (removed coalesce) (#79) (1dbcd86)

3.0.0 (2022-11-12)

⚠ BREAKING CHANGES

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#77)

Features

  • Update supported Terraform min version to v1.0+ and AWS provider to v4.0+ (#77) (b7db0ba)

2.12.1 (2022-06-14)

Bug Fixes

  • Fixed default CIDR values for both ipv4 and ipv6 (#70) (3eac796)

2.12.0 (2022-06-10)

Features

2.11.1 (2022-01-10)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#60) (706ce3b)

v2.11.0 - 2021-08-19

  • feat: Add support for local and remote ipv4 cidr (#58)

v2.10.0 - 2021-05-22

  • feat: adding preshared key outputs to module (#55)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#57)

v2.9.0 - 2021-04-28

  • chore: Updated versions in README (#56)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#52)

v2.8.0 - 2021-03-25

  • feat: Added dpd_timeout_seconds variable to the "default" tunnel resource (#51)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#50)
  • chore: Run pre-commit hooks (#49)
  • chore: add ci-cd workflow for pre-commit checks (#48)

v2.7.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#47)

v2.6.0 - 2021-02-15

  • feat: Added VPN connection additional args (#46)

v2.5.0 - 2020-01-16

  • Fixed count and computed values bug

v2.4.0 - 2020-01-15

  • Add support for Transit Gateway (#26)
  • Also output the connection configuration (#28)
  • Updated README and pre-commit
  • Updated example with variables (#24)
  • Fixed aws_vpn_connection_route conditional expression
  • Upgraded module to support Terraform 0.12 (#20)

v1.8.0 - 2019-12-19

  • Also output the connection configuration (#29)
  • Fixed formatting after #25
  • Terraform011 (#25)

v2.3.0 - 2019-12-19

  • Also output the connection configuration (#28)
  • Updated README and pre-commit
  • Updated example with variables (#24)
  • Fixed aws_vpn_connection_route conditional expression
  • Upgraded module to support Terraform 0.12 (#20)

v1.7.0 - 2019-08-23

  • Fixed formatting after #25
  • Terraform011 (#25)

v2.2.0 - 2019-08-23

v2.1.0 - 2019-08-22

  • Updated README and pre-commit
  • Updated example with variables (#24)

v2.0.0 - 2019-06-11

  • Fixed aws_vpn_connection_route conditional expression
  • Upgraded module to support Terraform 0.12 (#20)

v1.6.1 - 2018-11-16

  • Fix format (#16)

v1.6.0 - 2018-10-31

  • Select appropriate VPN connection for routes resource (#15)
  • Fixing readme to reflect reality. (#12)

"tunnel1_preshared_key" can only contain alphanumeric, period and underscore characters

"tunnel1_preshared_key" cannot start with zero character

"tunnel2_preshared_key" can only contain alphanumeric, period and underscore characters

  • Define AWS region in examples and make it mutually exclusive

  • Explicitely define non string vriable type

  • Add comment to default VPN connection for consistency

  • Add missing condition to use tunnel_preshared vpn connection resource in routes

v1.5.0 - 2018-09-07

  • Formatting fixes after #11
  • Fix vpn connection setup while tunnel cidr is used (#11)

v1.4.0 - 2018-08-18

  • Only do gateway attachments when we are actually creating (#10)

v1.3.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs

v1.2.0 - 2018-05-09

  • Adding Tunnel1/2 Inside CIDR and Preshared Key (#6) (#9)

v1.1.0 - 2018-04-22

  • Ability to override default 'Name' tag (#8)

v1.0.3 - 2018-01-11

  • Document conditions for using VPN connection routes (#5)

v1.0.2 - 2018-01-11

  • Fix issue with computed resources used for count attribute (#4)

v1.0.0 - 2018-01-10

  • Added License file

v1.0.1 - 2018-01-10

  • Fixed bugs, updated examples, readme
  • Add static routes
  • Add examples
  • Add outputs
  • Add descriptions to variables
  • Add 2 variables to completely configure VPN connection resource
  • Add variable to specify customer gateway id
  • Add boolean variable to enable/disable creaation of VPN connection
  • Add link to VPC module
  • Add links to resource documentation
  • Document usage module usage with and without VPC module
  • Initial setup of VPN Gateway for AWS VPCs
  • Initial commit
  • Initial commit