Skip to content

Commit

Permalink
Prepare CHANGELOG for 3.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Oct 4, 2024
1 parent 55b4ffd commit 5ed7219
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,89 @@
## 3.7.0 (October 9, 2024)

UPGRADE SUPPORT:

The following objects are promoted from Beta with this release:
* `data/nsxt_upgrade_postcheck`
* `data/nsxt_upgrade_prepare_ready`
* `data/nsxt_edge_upgrade_group`
* `data/nsxt_host_upgrade_group`

* `resource/nsxt_upgrade_prepare`
* `resource/nsxt_upgrade_run`
* `resource/nsxt_upgrade_precheck_acknowledge`

EXPERIMENTAL FEATURES:
* `resource/nsxt_policy_share`
* `resource/nsxt_policy_shared_resource`

BUG FIXES:
* `resource/nsxt_policy_security_policy_rule`: Allow configuration of `nsx_id` ([#1356](https://github.com/vmware/terraform-provider-nsxt/pull/1356))
* `resource/nsxt_policy_security_policy_rule`: Fix non-empty diff around empty lists ([#1225](https://github.com/vmware/terraform-provider-nsxt/pull/1225))
* `resource/nsxt_policy_tier1_gateway`: Fix assignment of `tier1_path`, which caused subsequent failures with NAT configuration ([#1287](https://github.com/vmware/terraform-provider-nsxt/pull/1287))
* Fix crash caused by invalid `context` configuration ([#1224](https://github.com/vmware/terraform-provider-nsxt/pull/1224))
* `resource/nsxt_policy_ip_block`: Fix non-empty diff caused by `visibilty` attribute in early NSX versions ([#1228](https://github.com/vmware/terraform-provider-nsxt/pull/1228))
* Fix authentication in session token retrieval. This fixes an issue that was causing denial of service in certain cases ([#1216](https://github.com/vmware/terraform-provider-nsxt/pull/1216))
* `resource/nsxt_policy_gateway_route_map`: Fix bug around assignment of `out_filter` ([#1211](https://github.com/vmware/terraform-provider-nsxt/pull/1211))

IMPROVEMENTS:
* `data/nsxt_policy_uplink_host_switch_profile` : Add `realized_id` attribute ([#1294](https://github.com/vmware/terraform-provider-nsxt/pull/1294))
* Improve validation of `context` attributes across resources that support multitenancy([#1281](https://github.com/vmware/terraform-provider-nsxt/pull/1281))
* Improve validation of `display_name` and `description` attributes across all resources ([#1270](https://github.com/vmware/terraform-provider-nsxt/pull/1270))
* Introduce `ignore_tags` feature for segments. With this option, terraform can ignore certain tags auto-assigned by the platform, and not overwrite those ([#1212](https://github.com/vmware/terraform-provider-nsxt/pull/1212))

## 3.6.2 (July 23, 2024)

FABRIC SUPPORT:

The following objects are promoted from Beta with this release:
* `data/nsxt_compute_collection`
* `data/nsxt_compute_manager`
* `data/nsxt_discovered_node`
* `data/nsxt_failure_domain`
* `data/nsxt_policy_host_transport_node`
* `data/nsxt_policy_host_transport_node_collection`
* `data/nsxt_policy_host_transport_node_profile`
* `data/nsxt_policy_uplink_host_switch_profile`
* `data/nsxt_policy_vtep_ha_host_switch_profile`
* `data/nsxt_transport_node`
* `resource/nsxt_cluster_virtual_ip`
* `resource/nsxt_compute_manager`
* `resource/nsxt_edge_cluster`
* `resource/nsxt_edge_high_availability_profile`
* `resource/nsxt_edge_transport_node`
* `resource/nsxt_failure_domain`
* `resource/nsxt_manager_cluster`
* `resource/nsxt_policy_compute_sub_cluster`
* `resource/nsxt_policy_host_transport_node`
* `resource/nsxt_policy_host_transport_node_collection`
* `resource/nsxt_policy_host_transport_node_profile`
* `resource/nsxt_policy_transport_zone`
* `resource/nsxt_policy_uplink_host_switch_profile`
* `resource/nsxt_policy_vtep_ha_host_switch_profile`

USER MANAGEMENT SUPPORT:

The following objects are promoted from Beta with this release:
* `resource/nsxt_node_user`
* `resource/nsxt_policy_ldap_identity_source`
* `resource/nsxt_policy_user_management_role`
* `resource/nsxt_policy_user_management_role_binding`
* `resource/nsxt_principal_identity`

FEATURES:
* `resource/nsxt_policy_parent_security_policy`, `resource/nsxt_policy_security_policy_rule`: With this release, resources that allow configuring security policy rules separately is promoted from `Beta`. Note that you have to use `nsxt_policy_parent_security_policy` as parent resource for the separate rule resource.

BUG FIXES:
* Ensure correct encoding of password when requesting NSX session token. This fixes a bug of intermittent 403 errors in the provider when NSX password contains certain special characters ([#1216](https://github.com/vmware/terraform-provider-nsxt/pull/1216))
* `resource/nsxt_policy_lb_virtual_server`: Fix SNI path assignment ([#1197](https://github.com/vmware/terraform-provider-nsxt/pull/1197))
* `data/nsxt_policy_vm`, `data/nsxt_policy_vms`, `resource/nsxt_policy_vm_tags`: Fix failure to find certain VMs due to inconsistent pagination ([#1194](https://github.com/vmware/terraform-provider-nsxt/pull/1194))

BUG FIXES ON EXPERIMENTAL FEATURES:
* `resource/nsxt_edge_transport_node`: Fix syslog configuration ([#1206](https://github.com/vmware/terraform-provider-nsxt/pull/1206))
* `resource/nsxt_policy_ldap_identity_source`: Remove `display_name` property as nsx mandates it is equal to `nsx_id`, which is now defined as `Required` ([#1254](https://github.com/vmware/terraform-provider-nsxt/pull/1254))
* `resource/nsxt_compute_manager`: Remove default from `set_as_oidc_provider` property and set is as `Computed`, since the default depends on NSX version ([#1261](https://github.com/vmware/terraform-provider-nsxt/pull/1261))


## 3.6.1 (May 2, 2024)

BUG FIXES:
Expand Down

0 comments on commit 5ed7219

Please sign in to comment.