File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ publishers:
45
45
# Terraform CLI 0.10 - 0.11 perform discovery via HTTP headers on releases.hashicorp.com
46
46
# For providers which have existed since those CLI versions, exclude
47
47
# discovery by setting the protocol version headers to 5.
48
- cmd : hc-releases upload-file {{ abs .ArtifactPath }} -header=x-terraform-protocol-version=5 -header=x-terraform-protocol-versions=5.0
48
+ cmd : hc-releases upload-file {{ abs .ArtifactPath }} -header=x-terraform-protocol-version=5 -header=x-terraform-protocol-versions=5.0 -upload-name={{ .ArtifactName }}
49
49
env :
50
50
- AWS_ACCESS_KEY_ID={{ .Env.AWS_ACCESS_KEY_ID }}
51
51
- AWS_SECRET_ACCESS_KEY={{ .Env.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change
1
+ ## 3.2.3 (March 21, 2022)
2
+
3
+ BUG FIXES:
4
+
5
+ * provider: Prevented potential EDNS TCP KeepAlive timeout issues ([ #187 ] ( https://github.com/hashicorp/terraform-provider-dns/pull/187 ) )
6
+ * provider: Prevented potential EDNS Expire issues ([ #187 ] ( https://github.com/hashicorp/terraform-provider-dns/pull/195 ) )
7
+ * provider: Prevented "cannot unmarshal DNS" error for responses without EDNS and greater than 512 bytes
8
+
1
9
## 3.2.2 (March 21, 2022)
2
10
11
+ NOTES:
12
+
13
+ * This release was not fully completed. Use 3.2.3 instead.
14
+
3
15
BUG FIXES:
4
16
5
17
* provider: Prevented potential EDNS TCP KeepAlive timeout issues ([ #187 ] ( https://github.com/hashicorp/terraform-provider-dns/pull/187 ) )
You can’t perform that action at this time.
0 commit comments