Releases: terraform-google-modules/terraform-google-lb-http
Releases · terraform-google-modules/terraform-google-lb-http
v8.0.0
8.0.0 (2023-03-31)
⚠ BREAKING CHANGES
- add cdn_policy configuration block for backend_service (#301)
Features
- add cdn_policy configuration block for backend_service (#301) (7aaaa39)
Bug Fixes
- Support https frontends with certificate_map (#305) (bf7a9a6)
v7.0.0
7.0.0 (2023-01-26)
⚠ BREAKING CHANGES
- add support for https only procotol in NEG backend service (#287)
- add support for compression_mode (#281)
Features
- add support for compression_mode (#281) (7f30d88)
- add support for https only procotol in NEG backend service (#287) (f62d329)
- added certificate manager support (#294) (319f416)
- Implement Envoy-based load balancing schemes (#269) (125bf68)
Bug Fixes
- fixes lint issues and generates metadata (#289) (1394f25)
- plumb backend values, upgrade guide (#296) (228b59c)
v6.3.0
6.3.0 (2022-07-29)
Features
terraform-google-lb-http v6.2.0
Features
- update TPG version constraints to allow 4.0 (#218) (cf6a156)
terraform-google-lb-http v6.1.1
terraform-google-lb-http v6.1.0
terraform-google-lb-http v6.0.1
Bug Fixes
- Create the
random_id.certificate
resource only when needed. (#184) (7190e4e)
terraform-google-lb-http v6.0.0
⚠ BREAKING CHANGES
backends
variable now accepts custom_response_headers
. Set custom_response_headers = null
to preserve existing behavior.
Features
- Add support for appending a random suffix to certificate names by setting
var.random_certificate_suffix
(#160) (058549a)
- Implement custom response headers (#154) (e561eae)
terraform-google-lb-http v5.1.1
Bug Fixes
- Mark output derived from possible sensitive attribute as sensitive (#167) (386bc89)
terraform-google-lb-http v5.1.0
Features
- Add support for dual-stack IP addresses: IPv4 + IPv6. (#116) (a39aac4)
Bug Fixes
- Expose ipv6_enabled boolean flag as module output (#166) (8dd0d26)