Skip to content

Commit abe7573

Browse files
authored
Merge pull request #752 from vmware/rel-327
Prepare for 3.2.7 release
2 parents 496355d + a6fc0e8 commit abe7573

File tree

5 files changed

+22
-138
lines changed

5 files changed

+22
-138
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 3.2.7 (May 12, 2022)
2+
3+
BUG FIXES:
4+
5+
* Fix potential segmentation fault in API retry ([#746](https://github.com/vmware/terraform-provider-nsxt/pull/746))
6+
* Support special characters in IDs of NSX objects in data source search ([#751](https://github.com/vmware/terraform-provider-nsxt/pull/751))
7+
8+
IMPROVEMENTS:
9+
* `resource/nsxt_policy_group`: Support external IDs ([#733](https://github.com/vmware/terraform-provider-nsxt/pull/733))
10+
* `resource/nsxt_policy_tier1_gateway`: Improve error handling in delete ([#746](https://github.com/vmware/terraform-provider-nsxt/pull/746))
11+
12+
113
## 3.2.6 (April 8, 2022)
214

315
BUG FIXES:

go.mod

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.16
44

55
require (
66
github.com/agext/levenshtein v1.2.3 // indirect
7-
github.com/golang/protobuf v1.5.2 // indirect
87
github.com/google/uuid v1.2.0
98
github.com/hashicorp/go-version v1.4.0
109
github.com/hashicorp/terraform-plugin-sdk/v2 v2.14.0
@@ -13,10 +12,7 @@ require (
1312
github.com/vmware/vsphere-automation-sdk-go/runtime v0.4.0
1413
github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.6.0
1514
github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.4.0
16-
golang.org/x/mod v0.4.0 // indirect
1715
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
1816
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
19-
golang.org/x/tools v0.1.0 // indirect
2017
google.golang.org/appengine v1.6.7 // indirect
21-
google.golang.org/protobuf v1.28.0 // indirect
2218
)

0 commit comments

Comments
 (0)