Skip to content

Releases: CloudNationHQ/terraform-azure-pdns

v3.2.1

11 Nov 12:26
e762283
Compare
Choose a tag to compare

3.2.1 (2024-11-11)

Bug Fixes

  • fix wrong module references all usages (#42) (c01f03f)

v3.2.0

11 Nov 10:47
9e80787
Compare
Choose a tag to compare

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

31 Oct 08:25
ac5deef
Compare
Choose a tag to compare

3.1.0 (2024-10-31)

Features

v3.0.0

30 Oct 09:07
a69e0cd
Compare
Choose a tag to compare

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

11 Oct 09:48
f9aaeeb
Compare
Choose a tag to compare

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

24 Sep 12:58
59f1f4f
Compare
Choose a tag to compare

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

23 Sep 07:42
5d0d8bc
Compare
Choose a tag to compare

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

29 Aug 07:55
c191911
Compare
Choose a tag to compare

0.6.0 (2024-08-29)

Features

v0.5.0

31 Jul 10:23
4482107
Compare
Choose a tag to compare

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

02 Jul 06:44
e62fca2
Compare
Choose a tag to compare

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)