Skip to content

Commit 39462fe

Browse files
Updated 5.0.0 release guide about the change in enableEndpointIndependentMapping's default value (#8634) (#15500)
Signed-off-by: Modular Magician <[email protected]>
1 parent b52c281 commit 39462fe

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changelog/8634.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:none
2+
3+
4+
```

website/docs/guides/version_5_upgrade.html.markdown

+10
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,13 @@ These two unsupported fields were introduced incorrectly. They are now removed.
185185
### `liveness_probe.tcp_socket` is now removed
186186

187187
This unsupported field was introduced incorrectly. It is now removed.
188+
189+
## Resource: `google_compute_router_nat`
190+
191+
### `enable_endpoint_independent_mapping` now defaults to API's default value which is `FALSE`
192+
193+
Previously, the default value of `enable_endpoint_independent_mapping` was `TRUE`. Now,
194+
it will use the default value from the API which is `FALSE`. If you want to
195+
enable endpoint independent mapping, then explicity set the value of
196+
`enable_endpoint_independent_mapping` field to `TRUE`.
197+

0 commit comments

Comments
 (0)