Skip to content

Commit

Permalink
Prepare 3.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 21, 2022
1 parent 9e4728f commit 19df0b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ publishers:
# Terraform CLI 0.10 - 0.11 perform discovery via HTTP headers on releases.hashicorp.com
# For providers which have existed since those CLI versions, exclude
# discovery by setting the protocol version headers to 5.
cmd: hc-releases upload-file {{ abs .ArtifactPath }} -header=x-terraform-protocol-version=5 -header=x-terraform-protocol-versions=5.0
cmd: hc-releases upload-file {{ abs .ArtifactPath }} -header=x-terraform-protocol-version=5 -header=x-terraform-protocol-versions=5.0 -upload-name={{ .ArtifactName }}
env:
- AWS_ACCESS_KEY_ID={{ .Env.AWS_ACCESS_KEY_ID }}
- AWS_SECRET_ACCESS_KEY={{ .Env.AWS_SECRET_ACCESS_KEY }}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## 3.2.3 (March 21, 2022)

BUG FIXES:

* provider: Prevented potential EDNS TCP KeepAlive timeout issues ([#187](https://github.com/hashicorp/terraform-provider-dns/pull/187))
* provider: Prevented potential EDNS Expire issues ([#187](https://github.com/hashicorp/terraform-provider-dns/pull/195))
* provider: Prevented "cannot unmarshal DNS" error for responses without EDNS and greater than 512 bytes

## 3.2.2 (March 21, 2022)

NOTES:

* This release was not fully completed. Use 3.2.3 instead.

BUG FIXES:

* provider: Prevented potential EDNS TCP KeepAlive timeout issues ([#187](https://github.com/hashicorp/terraform-provider-dns/pull/187))
Expand Down

0 comments on commit 19df0b6

Please sign in to comment.