Skip to content

Latest commit

History

History
225 lines (118 loc) 路 10.6 KB

CHANGELOG.md

File metadata and controls

225 lines (118 loc) 路 10.6 KB

Changelog

All notable changes to this project will be documented in this file.

2.11.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#104) (ab3aed7)

2.11.0 (2023-12-15)

Features

2.10.2 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#89) (30e4fb9)

2.10.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#85) (19169f7)

2.10.0 (2022-10-20)

Features

2.9.0 (2022-06-28)

Features

  • records: Add support for latency routing policy (#76) (206d82c)

2.8.2 (2022-06-26)

Bug Fixes

  • Fixed for_each in zones submodule (#74) (68352a6)

2.8.1 (2022-06-19)

Bug Fixes

  • Fixed the for_each value depends on resource attributes that cannot be determined until apply (#72) (e6fe5ba)

2.8.0 (2022-05-27)

Features

  • Add resolver rule association module (#70) (b92e8eb)

2.7.0 (2022-05-27)

Features

  • Added full_override_name override to disable adding domain name to record names (#69) (553a4e1)

2.6.0 (2022-03-12)

Features

  • Made it clear that we stand with Ukraine (6d46086)

2.5.0 (2022-01-06)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#62) (563c8b7)

Features

  • Added support for delegation sets (#22) (43f587d)

v2.4.0 - 2021-11-11

  • chore: Updated example with AAAA records for dual-stack CloudFront (#60)

v2.3.0 - 2021-08-27

  • fix: Fixed records with different length (#54)
  • feat: Allow zones with the same domain name (eg, public and private) (#55)

v2.2.0 - 2021-08-13

  • feat: Add geo routing policy and multivalue answer routing policy (#52)
  • feat: Add option to overwrite existing records (#43)

v2.1.0 - 2021-06-11

  • feat: Added fix for records with terragrunt (#42)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#38)
  • chore: Updated versions in README (#37)

v2.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#36)

v1.11.0 - 2021-04-21

  • feat: Add ability for users to create aliases in the same zone (#35)

v1.10.0 - 2021-04-13

  • feat: Add support for failover_routing_policy and health_check_id (#33)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#32)
  • fix: correct documentation based on update by terraform_docs (#31)
  • chore: add ci-cd workflow for pre-commit checks (#30)

v1.9.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#28)

v1.8.0 - 2021-02-14

  • feat: Add support for multiple VPCs when creating private hosted zones (#27)

v1.7.0 - 2021-02-14

  • feat: add global tags variable to zones (#26)

v1.6.0 - 2021-01-15

  • feat: added weighted routing policy (#23)

v1.5.0 - 2020-11-27

  • fix: use tomap() instead of type declaration object() (#14)

v1.4.0 - 2020-11-27

  • feat: Adding dynamic vpc block to handle private zones (#13)

v1.3.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#18)

v1.2.0 - 2020-09-23

  • fix: Allow combining records and aliases (#11)

v1.1.0 - 2020-08-13

  • Updated version requirements for AWS provider v3

v0.1.0 - 2020-06-17

v1.0.0 - 2020-06-17

  • Added route53 modules for zones and records