Releases: CloudNationHQ/terraform-azure-pdns
Releases · CloudNationHQ/terraform-azure-pdns
v3.2.1
3.2.1 (2024-11-11)
Bug Fixes
- fix wrong module references all usages (#42) (c01f03f)
v3.2.0
3.2.0 (2024-11-11)
Features
- enhance testing with sequential, parallel modes and flags for exceptions and skip-destroy (#40) (34042e4)
v3.1.0
3.1.0 (2024-10-31)
Features
v3.0.0
3.0.0 (2024-10-30)
⚠ BREAKING CHANGES
- the data structure has been enhanced to accommodate both public and private dns zones
Features
- add support for public dns zones and record types (#36) (2e11725)
Upgrade from v2.1.0 to v3.0.0:
- Update module reference to:
version = "~> 3.0"
- Restructure the zones object:
- within zones either private or public is required now to categorize the zone types
- Added output variables:
- private_zones and public_zones
v2.1.0
2.1.0 (2024-10-11)
Features
- auto generated docs and refine makefile (#34) (8769398)
- deps: bump github.com/gruntwork-io/terratest in /tests (#33) (3120375)
v2.0.0
2.0.0 (2024-09-24)
⚠ BREAKING CHANGES
- Version 4 of the azurerm provider includes breaking changes. The full list of changes can be found here
Features
Upgrade from v1.0.0 to v2.0.0:
- Update module reference to:
version = "~> 2.0"
v1.0.0
1.0.0 (2024-09-23)
⚠ BREAKING CHANGES
- data structure has changed due to renaming of properties.
Features
- aligned several properties and simplified tests (#29) (e5d6c13)
Upgrade from v0.6.0 to v1.0.0:
- Update module reference to:
version = "~> 1.0"
- Rename properties in zones object:
- resourcegroup -> resource_group
- Rename variable (optional):
- resourcegroup -> resource_group
v0.6.0
0.6.0 (2024-08-29)
Features
v0.5.0
0.5.0 (2024-07-31)
Features
- add type definitions and contribution guidelines (#22) (4458727)
- deps: bump github.com/gruntwork-io/terratest in /tests (#20) (f82ed83)
v0.4.0
0.4.0 (2024-07-02)
Features
- add issue template (#17) (0154f38)
- deps: bump github.com/gruntwork-io/terratest in /tests (#18) (df0d2e5)
- deps: bump github.com/hashicorp/go-getter (#16) (72a964b)