Skip to content

Latest commit

 

History

History
111 lines (61 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

111 lines (61 loc) · 5.56 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.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