Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Dec 12, 2023
1 parent 54cd0a3 commit afe0d17
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 23 deletions.
12 changes: 12 additions & 0 deletions .changes/3.4.0.md
Original file line number Diff line number Diff line change
@@ -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))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20230501-131218.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230908-135841.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230908-135858.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230908-135801.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit afe0d17

Please sign in to comment.