Skip to content

Latest commit

 

History

History
123 lines (79 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

123 lines (79 loc) · 6.38 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.

4.2.0 (2020-07-30)

Features

  • Make health checks optional to support global NEG backend services (#106) (e0ea139)

4.1.0 (2020-05-05)

Features

  • Add health check logging support (#98) (f2b8f3c)

4.0.0 (2020-04-21)

Please see the upgrade guide for details.

⚠ BREAKING CHANGES

  • session_affinity and affinity_cookie_ttl_sec must now be set for backends. Use null to get the default value.
  • You must now specify log_config for each backend service. Use log_config = null to use the default.

Features

  • Add support for log_config in google_compute_backend_service. (#88) (f5129ef)
  • Add support for session affinity on HTTP(S) LB (#89) (bf1cf66)
  • Add support for target_service_accounts in default firewall rule. (#87) (0ea26a2)

3.2.0 (2020-02-13)

Features

  • Add submodule which ignores changes to backend group (#81) (d8d3e33)

3.1.0 (2020-01-28)

Features

3.0.0 - 2019-12-16

Added

  • QUIC protocol support #57
  • Container Native Load Balancing support via NEGs #57
  • Allow existing IP address to be used #25
  • Allow setting a SSL Policy to restrict TLS/Ciphers
  • Add http/https target proxies to output to allow binding multiple IPs

Changed

  • Update minimum terraform version to 0.12.6
  • Update google providers to 2.15
  • Move to using for_each for state management #57
  • Move backend variables from list into map/object #54
  • Allow HTTPS/HTTP2 health checks with custom host/timeouts/thresholds #34 #31
  • backend_services output is now a map of google_compute_backend_service resources rather then a list of URIs

2.0.0 - 2019-10-21

Added

  • Support for Terraform 0.12. #51 #56

Removed

  • Support for Terraform 0.11. #51
  • Unused region variable. #61

1.0.10 - 2018-09-26

1.0.9 - 2018-09-06

1.0.8 - 2018-07-12

1.0.7 - 2018-07-09

1.0.6 - 2018-06-25

1.0.5 - 2018-02-13

1.0.4 - 2017-10-16

1.0.3 - 2017-09-20

1.0.2 - 2017-09-18

1.0.1 - 2017-09-12

1.0.0 - 2017-08-23