Skip to content

Commit 422a9ef

Browse files
committed
Prepare CHANGELOG.md for v3.9.0
Signed-off-by: Kobi Samoray <kobi.samoray@broadcom.com>
1 parent 061eadf commit 422a9ef

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
## 3.9.0 (June 20, 2025)
2+
3+
NSX Virtual Private Networking (VPC) support
4+
5+
Simplified VPC configuration
6+
7+
* `data/nsxt_vpc_connectivity_profile`
8+
* `data/nsxt_vpc_group`
9+
* `data/nsxt_vpc_ip_address_allocation`
10+
* `data/nsxt_vpc_nat`
11+
* `data/nsxt_vpc_service_profile`
12+
* `data/nsxt_vpc_subnet_port`
13+
* `data/nsxt_vpc_subnet`
14+
* `data/nsxt_vpc`
15+
* `resource/nsxt_vpc_attachment`
16+
* `resource/nsxt_vpc_connectivity_profile`
17+
* `resource/nsxt_vpc_dhcp_v4_static_binding`
18+
* `resource/nsxt_vpc_external_address`
19+
* `resource/nsxt_vpc_gateway_policy`
20+
* `resource/nsxt_vpc_group`
21+
* `resource/nsxt_vpc_ip_address_allocation`
22+
* `resource/nsxt_vpc_nat_rule`
23+
* `resource/nsxt_vpc_security_policy`
24+
* `resource/nsxt_vpc_service_profile`
25+
* `resource/nsxt_vpc_static_route`
26+
* `resource/nsxt_vpc_subnet`
27+
* `resource/nsxt_vpc`
28+
29+
VPC Transit Gateways
30+
31+
* `data/nsxt_policy_project_ip_address_allocation`
32+
* `data/nsxt_policy_transit_gateway_nat`
33+
* `data/nsxt_policy_transit_gateway`
34+
* `resource/nsxt_policy_project_ip_address_allocation`
35+
* `resource/nsxt_policy_transit_gateway_attachment`
36+
* `resource/nsxt_policy_transit_gateway_nat_rule`
37+
* `resource/nsxt_policy_transit_gateway`
38+
39+
Centralized and Distributed connections
40+
41+
* `data/nsxt_policy_distributed_vlan_connection`
42+
* `data/nsxt_policy_gateway_connection`
43+
44+
BUG FIXES:
45+
46+
* Improve validation for path importer ([#1701](https://github.com/vmware/terraform-provider-nsxt/pull/1701))
47+
* `resource/nsxt_edge_transport_node`: Fix IPv6 assignment in transport node subconfig ([#1635](https://github.com/vmware/terraform-provider-nsxt/pull/1635))
48+
* `resource/nsxt_upgrade_run`: Fix pause issue for updrade units ([#1585](https://github.com/vmware/terraform-provider-nsxt/pull/1585))
49+
* `resource/nsxt_policy_tier1_gateway`: Fix tier1 behavior for v4.2.0 which caused issues with NAT creation ([#1307](https://github.com/vmware/terraform-provider-nsxt/pull/1307))
50+
* `resource/nsxt_policy_tier0_gateway`, `resource/nsxt_policy_tier1_gateway`: Avoid recreating gateway when locale service added ([#1517](https://github.com/vmware/terraform-provider-nsxt/pull/1517))
51+
52+
IMPROVEMENTS:
53+
54+
* Support IPv6 in `nsxt_policy_host_transport_node` and `nsxt_edge_transport_node` resources.
55+
* Support service entries in policy rules ([#1504](https://github.com/vmware/terraform-provider-nsxt/pull/1504))
56+
* `resource/nsxt_edge_transport_node`: Replaced host switch profiles attributes with typed ones ([#1512](https://github.com/vmware/terraform-provider-nsxt/pull/1512))
57+
* `resource/nsxt_policy_group`: Add new member types to group criteria ([#1285](https://github.com/vmware/terraform-provider-nsxt/pull/1285))
58+
* `resource/nsxt_policy_project`: support latest changes for VPC.
59+
60+
EXPERIMENTAL FEATURES:
61+
62+
* `data/nsxt_policy_edge_high_availability_profile`
63+
* `data/nsxt_policy_edge_transport_node`
64+
* `resource/nsxt_policy_edge_cluster`
65+
* `resource/nsxt_policy_edge_high_availability_profile`
66+
* `resource/nsxt_policy_edge_transport_node`
67+
* `resource/nsxt_policy_l7_access_profile`
68+
169
## 3.8.2 (May 6, 2025)
270

371
BUG FIXES:

0 commit comments

Comments
 (0)