Skip to content

Commit

Permalink
Merge pull request #1456 from vmware/prepare-371
Browse files Browse the repository at this point in the history
Prepare CHANGELOG for 3.7.1 release
  • Loading branch information
annakhm authored Nov 7, 2024
2 parents 75e799f + 1b68c95 commit 71c892e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.7.1 (November 8, 2024)

BUG FIXES:
* Fix documentation issue of reverting fabric and user management resources back to `Beta` ([#1433](https://github.com/vmware/terraform-provider-nsxt/pull/1433))
* `resource/nsxt_policy_vm_tags`: Fix inventory VM search on VMC platform ([#1412](https://github.com/vmware/terraform-provider-nsxt/pull/1412))
* `resource/nsxt_edge_transport_node`, `resource/nsxt_policy_host_transport_node`: Allow configuring different host switch profile types, rather than only uplink profile type ([#1442](https://github.com/vmware/terraform-provider-nsxt/pull/1442))
* `resource/nsxt_edge_transport_node`, `resource/nsxt_policy_host_transport_node`, `resource/nsxt_policy_host_transport_node_profile`: Remove default for `host_switch_mode` and define it as Computed, following platform behavior ([#1386](https://github.com/vmware/terraform-provider-nsxt/pull/1386))
* `resource/nsxt_upgrade_run`: Fix potential crash when `upgrade_mode` is not specified ([#1404](https://github.com/vmware/terraform-provider-nsxt/pull/1404))
* `resource/nsxt_upgrade_run`: Stage host upgrade in vLCM when flagged to do so ([#1411](https://github.com/vmware/terraform-provider-nsxt/pull/1411))
* `resource/nsxt_upgrade_run`: Handle VLCM upgrade as potentially partial ([#1390](https://github.com/vmware/terraform-provider-nsxt/pull/1390))

IMPROVEMENTS:

* Disable MP resources for NSX 9.0.0 and onwards, due to those objects not being supported anymore on the backend ([#1384](https://github.com/vmware/terraform-provider-nsxt/pull/1384))

## 3.7.0 (October 9, 2024)

UPGRADE SUPPORT:
Expand Down

0 comments on commit 71c892e

Please sign in to comment.