Skip to content

Releases: terraform-google-modules/terraform-google-lb-http

v8.0.0

06 Apr 20:04
0d72cc3
Compare
Choose a tag to compare

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

27 Jan 02:11
7c29279
Compare
Choose a tag to compare

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

29 Jul 18:16
b9d5b46
Compare
Choose a tag to compare

6.3.0 (2022-07-29)

Features

terraform-google-lb-http v6.2.0

07 Dec 16:35
d98eb7c
Compare
Choose a tag to compare

Features

  • update TPG version constraints to allow 4.0 (#218) (cf6a156)

terraform-google-lb-http v6.1.1

02 Nov 23:21
9036db1
Compare
Choose a tag to compare

Bug Fixes

terraform-google-lb-http v6.1.0

07 Sep 16:55
1d3ad9e
Compare
Choose a tag to compare

Features

terraform-google-lb-http v6.0.1

16 Jul 21:25
6cc618e
Compare
Choose a tag to compare

Bug Fixes

  • Create the random_id.certificate resource only when needed. (#184) (7190e4e)

terraform-google-lb-http v6.0.0

07 Jul 22:58
ea6460e
Compare
Choose a tag to compare

⚠ 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

08 Jun 16:43
003d88c
Compare
Choose a tag to compare

Bug Fixes

  • Mark output derived from possible sensitive attribute as sensitive (#167) (386bc89)

terraform-google-lb-http v5.1.0

20 May 15:14
3400745
Compare
Choose a tag to compare

Features

  • Add support for dual-stack IP addresses: IPv4 + IPv6. (#116) (a39aac4)

Bug Fixes

  • Expose ipv6_enabled boolean flag as module output (#166) (8dd0d26)