File tree 5 files changed +22
-138
lines changed
5 files changed +22
-138
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## 3.2.6 (April 8, 2022)
2
14
3
15
BUG FIXES:
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/agext/levenshtein v1.2.3 // indirect
7
- github.com/golang/protobuf v1.5.2 // indirect
8
7
github.com/google/uuid v1.2.0
9
8
github.com/hashicorp/go-version v1.4.0
10
9
github.com/hashicorp/terraform-plugin-sdk/v2 v2.14.0
@@ -13,10 +12,7 @@ require (
13
12
github.com/vmware/vsphere-automation-sdk-go/runtime v0.4.0
14
13
github.com/vmware/vsphere-automation-sdk-go/services/nsxt v0.6.0
15
14
github.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm v0.4.0
16
- golang.org/x/mod v0.4.0 // indirect
17
15
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
18
16
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
19
- golang.org/x/tools v0.1.0 // indirect
20
17
google.golang.org/appengine v1.6.7 // indirect
21
- google.golang.org/protobuf v1.28.0 // indirect
22
18
)
You can’t perform that action at this time.
0 commit comments