Skip to content

Latest commit

 

History

History
160 lines (83 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

160 lines (83 loc) · 8.47 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.

5.3.0 (2024-08-29)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#106) (51d3023)

5.2.0 (2023-11-30)

Features

  • Add routing policy wrr and geo to google_dns_record_set (#67) (1eed464)

5.1.1 (2023-10-27)

Bug Fixes

  • update for lint (#63) (c62757f)
  • upgraded versions.tf to include minor bumps from tpg v5 (#68) (48786e6)

5.1.0 (2023-08-24)

Features

  • add dns response policy sub-module (#55) (ce34fe5)

5.0.1 (2023-07-19)

Bug Fixes

5.0.0 (2023-04-06)

⚠ BREAKING CHANGES

  • Increased minimum Google Provider version to 4.40 (#47)

  • add cloud logging option for public DNS (#47)

Features

  • add cloud logging option for public DNS (#47) (c441d5c)

4.2.1 (2022-12-29)

Bug Fixes

4.2.0 (2022-11-28)

Features

  • add reverse lookup & service dir zone (#36) (b67b86e)

Bug Fixes

4.1.0 (2021-12-22)

Features

  • update TPG version constraints to allow 4.0 (#33) (10a2f46)

4.0.0 (2021-06-23)

⚠ BREAKING CHANGES

  • target_name_server_addresses is now a list of objects, allowing setting forwarding_path for each address.
  • add Terraform 0.13 constraint and module attribution (#22)

Features

  • add force_destroy variable for zones (#29) (8bb8746)
  • add Terraform 0.13 constraint and module attribution (#22) (52cd08a)
  • allow setting routing path for target_name_server_addresses (#27) (53955cb)

Bug Fixes

  • Remove deprecated list() function (#28) (7c9cd40)

3.1.0 (2020-11-22)

Features

  • Add support for specifying labels (with var.labels) (#15) (70ee8ee)

3.0.2 - 2020-06-01

Fixed

  • Ensured description is properly passed through to zones.

3.0.1 - 2020-03-04

Fixed

  • Fix item lookup in dynamic dnssec block. #6

3.0.0 - 2019-10-24

Added

  • DNSSEC support. #4

Changed

  • BREAKING The record_names and record_data variables have been combined into recordsets, and have switched to using for_each. Upgrading instructions are in the v3.0 migration guide. #4

2.0.0 - 2019-08-18

Changed

  • Updated for Terraform 0.12. #3
  • BREAKING the zone_type variable has been renamed to type for uniformity with the name and domain variables
  • BREAKING list/map variables now leverage 0.12 constructs internally, and have been simplified and renamed accordingly:
    • private_visibility_config has been renamed to private_visibility_config_networks and is now a simple list of VPC self links
    • target_name_servers has been renamed to target_name_server_addresses and is now a simple list of addresses

1.0.0 - 2019-06-17

Added

  • Initial release. #2