You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
## 2.8.0 (Unreleased)
2
2
3
+
DEPRECATIONS:
4
+
* compute: The `auto_create_routes` field on `google_compute_network_peering` has been deprecated because it is not user configurable. ([#3394](https://github.com/terraform-providers/terraform-provider-google/issues/3394))
* storage: Fix occasional crash when updating storage buckets [GH-3686]
8
-
9
9
ENHANCEMENTS:
10
10
* compute: `google_compute_router_interface` now supports specifying an `interconnect_attachment`. ([#2116](https://github.com/terraform-providers/terraform-provider-google/issues/2116))
11
11
* compute: `google_compute_router_nat` now supports specifying a `log_config` block ([#3548](https://github.com/terraform-providers/terraform-provider-google/issues/3548))
12
12
* compute: `google_compute_network_peering` now supports importing/exporting custom routes ([#3394](https://github.com/terraform-providers/terraform-provider-google/issues/3394))
13
13
14
-
DEPRECATIONS:
15
-
* compute: The `auto_create_routes` field on `google_compute_network_peering` has been deprecated because it is not user configurable. ([#3394](https://github.com/terraform-providers/terraform-provider-google/issues/3394))
14
+
BUG FIXES:
15
+
* compute: allow setting firewall priority to 0 [GH-3700]
16
+
* storage: Fix occasional crash when updating storage buckets [GH-3686]
0 commit comments