Skip to content

Latest commit

 

History

History
225 lines (111 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

225 lines (111 loc) · 12.5 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.

6.1.0 (2024-08-29)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#142) (5f92c94)

6.0.0 (2024-05-03)

⚠ BREAKING CHANGES

  • make parameters optional in healthcheck (#137)
  • Simplify use of the all_ports argument (#132)

Features

  • Enable user to enable mirroring collector capability. (#135) (a92980c)
  • make parameters optional in healthcheck (#137) (535eff6)
  • Simplify use of the all_ports argument (#132) (e25dbbc)

5.1.0 (2023-11-07)

Features

  • upgraded versions.tf to include minor bumps from tpg v5 (7b96d49)

5.0.1 (2022-12-29)

Bug Fixes

  • fixes lint issues and generates metadata (#110) (d899925)

5.0.0 (2022-06-27)

⚠ BREAKING CHANGES

  • Increased Google Provider minimum version to 4.26 (#96)

Features

4.6.0 (2022-05-17)

Features

  • Allow logging for backend and health check firewall rules (#84) (5333db1)

4.5.0 (2022-04-05)

Features

  • Adding network attribute to ILB "backend_service" to access multiNIC (#91) (9d648c7)

4.4.1 (2022-03-21)

Bug Fixes

  • Actually use an https_health_check (#88) (68413a9)

4.4.0 (2022-03-03)

Features

  • Add option to use a HTTPS health check (#86) (56cd0ed)

4.3.0 (2021-12-10)

Features

  • Upgrade to v4 of the Google Cloud Terraform Provider (#81) (704e5fd)

4.2.0 (2021-08-26)

Features

  • enable failover designation for a backend (#73) (73e89a8)

Bug Fixes

  • Remove timeout_sec from google_compute_region_backend_service (#70) (e0ac13b)

4.1.0 (2021-07-16)

Features

  • Enable users to control if firewall rules for health check are created (#59) (9206a3c)

4.0.0 (2021-07-09)

⚠ BREAKING CHANGES

  • Backend service now inherits the same timeout used for health checks, instead of the former hardcoded value of 10 seconds.

Features

  • Update google_compute_region_backend_service timeout to use same timeout as var.health_check (#55) (e56d959)

Bug Fixes

3.1.0 (2021-05-06)

Features

  • Add forwarding_rule id to output (#51) (c31903d)

3.0.0 (2021-04-12)

⚠ BREAKING CHANGES

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

Features

  • Add option to enable health check logging (#49) (547c932)
  • add Terraform 0.13 constraint and module attribution (#48) (aca0c93)

2.4.0 (2021-02-12)

Features

  • Add var.create_backend_firewall to conditionally disable backend firewalls (#46) (43b75c8)

2.3.0 (2021-01-27)

Features

  • Adding connection_draining_timeout_sec variable to control backend service (#42) (a6198e3)

2.2.0 (2020-05-27)

Features

  • Allow global access to internal loadbalancers with var.global_access (#34) (4c0a9cf)
  • Allow internal tcp load balancers on all ports with var.all_ports (#30) (2761445)

Bug Fixes

  • Correct link to module in README (#27) (eb96515)

2.1.0 (2020-02-03)

Features

  • add options to use service accounts and ip ranges in addition to tags (#24) (ff10bae)

Added

  • Add more params to tcp healthcheck. #23

2.0.1 - 2019-11-22

Fixed

  • the region variable is passed to the google_compute_subnetwork data source. #18

2.0.0 - 2019-11-05

Added

  • subnetwork variable.
  • Support for HTTP health checks. #3
  • Support for Terraform 0.12. #10

Changed

  • Health checks support more parameters. #10

Removed

  • Support for Terraform 0.11. #10

1.0.4 - 2017-11-08

1.0.3 - 2017-11-01

1.0.2 - 2017-09-18

1.0.1 - 2017-09-12

1.0.0 - 2017-08-28