diff --git a/.changes/3.4.0.md b/.changes/3.4.0.md new file mode 100644 index 00000000..63532602 --- /dev/null +++ b/.changes/3.4.0.md @@ -0,0 +1,12 @@ +## 3.4.0 (December 12, 2023) + +ENHANCEMENTS: + +* all: All data sources now respect the trust-ad resolver option to send the AD bit in queries ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) + +BUG FIXES: + +* provider: Ensure timeout configuration value is parsed correctly ([#298](https://github.com/hashicorp/terraform-provider-dns/issues/298)) +* all: All data sources now use native DNS resolution on macOS, which may fix resolution when using VPNs or other tooling which adjusts the OS DNS resolver configuration ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) +* datasource/dns_cname_record_set: Removed lookup error if target of CNAME record did not resolve, instead it will now always return the CNAME record ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) + diff --git a/.changes/unreleased/BUG FIXES-20230501-131218.yaml b/.changes/unreleased/BUG FIXES-20230501-131218.yaml deleted file mode 100644 index 083ae0d3..00000000 --- a/.changes/unreleased/BUG FIXES-20230501-131218.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'provider: Ensure timeout configuration value is parsed correctly' -time: 2023-05-01T13:12:18.173441-04:00 -custom: - Issue: "298" diff --git a/.changes/unreleased/BUG FIXES-20230908-135841.yaml b/.changes/unreleased/BUG FIXES-20230908-135841.yaml deleted file mode 100644 index 5c5c8b68..00000000 --- a/.changes/unreleased/BUG FIXES-20230908-135841.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'all: All data sources now use native DNS resolution on macOS, which may fix - resolution when using VPNs or other tooling which adjusts the OS DNS resolver configuration' -time: 2023-09-08T13:58:41.544836+01:00 -custom: - Issue: "357" diff --git a/.changes/unreleased/BUG FIXES-20230908-135858.yaml b/.changes/unreleased/BUG FIXES-20230908-135858.yaml deleted file mode 100644 index 42bfd072..00000000 --- a/.changes/unreleased/BUG FIXES-20230908-135858.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'datasource/dns_cname_record_set: Removed lookup error if target of CNAME record - did not resolve, instead it will now always return the CNAME record' -time: 2023-09-08T13:58:58.204814+01:00 -custom: - Issue: "357" diff --git a/.changes/unreleased/ENHANCEMENTS-20230908-135801.yaml b/.changes/unreleased/ENHANCEMENTS-20230908-135801.yaml deleted file mode 100644 index b28a802f..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20230908-135801.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: 'all: All data sources now respect the trust-ad resolver option to send the - AD bit in queries' -time: 2023-09-08T13:58:01.252631+01:00 -custom: - Issue: "357" diff --git a/CHANGELOG.md b/CHANGELOG.md index e981bce9..55ab68ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.4.0 (December 12, 2023) + +ENHANCEMENTS: + +* all: All data sources now respect the trust-ad resolver option to send the AD bit in queries ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) + +BUG FIXES: + +* provider: Ensure timeout configuration value is parsed correctly ([#298](https://github.com/hashicorp/terraform-provider-dns/issues/298)) +* all: All data sources now use native DNS resolution on macOS, which may fix resolution when using VPNs or other tooling which adjusts the OS DNS resolver configuration ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) +* datasource/dns_cname_record_set: Removed lookup error if target of CNAME record did not resolve, instead it will now always return the CNAME record ([#357](https://github.com/hashicorp/terraform-provider-dns/issues/357)) + ## 3.3.2 (April 24, 2023) BUG FIXES: