Skip to content

Commit 7ef42ac

Browse files
SarahFrenchtrodge
andauthored
Add 6.9.0 CHANGELOG (#8502)
* Add initial generated CHANGELOG * Remove documentation-only changes, remove or move unknown changelog type entries, fix casing * Formatting fixes * Update CHANGELOG.md Co-authored-by: Sarah French <[email protected]> --------- Co-authored-by: Thomas Rodgers <[email protected]>
1 parent 261178b commit 7ef42ac

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
## 6.9.0 (Unreleased)
22

3+
DEPRECATIONS:
4+
* containerattached: deprecated `security_posture_config` field in `google_container_attached_cluster` resource ([#8446](https://github.com/hashicorp/terraform-provider-google-beta/pull/8446))
5+
6+
FEATURES:
7+
* **New Data Source:** `google_oracle_database_autonomous_database` ([#8440](https://github.com/hashicorp/terraform-provider-google-beta/pull/8440))
8+
* **New Data Source:** `google_oracle_database_autonomous_databases` ([#8438](https://github.com/hashicorp/terraform-provider-google-beta/pull/8438))
9+
* **New Data Source:** `google_oracle_database_cloud_exadata_infrastructures` ([#8430](https://github.com/hashicorp/terraform-provider-google-beta/pull/8430))
10+
* **New Data Source:** `google_oracle_database_cloud_vm_clusters` ([#8437](https://github.com/hashicorp/terraform-provider-google-beta/pull/8437))
11+
* **New Resource:** `google_apigee_app_group` ([#8451](https://github.com/hashicorp/terraform-provider-google-beta/pull/8451))
12+
* **New Resource:** `google_apigee_developer` ([#8445](https://github.com/hashicorp/terraform-provider-google-beta/pull/8445))
13+
* **New Resource:** `google_network_connectivity_group` ([#8439](https://github.com/hashicorp/terraform-provider-google-beta/pull/8439))
14+
15+
IMPROVEMENTS:
16+
* compute: `google_compute_network_firewall_policy_association` now uses MMv1 engine instead of DCL. ([#8489](https://github.com/hashicorp/terraform-provider-google-beta/pull/8489))
17+
* compute: `google_compute_region_network_firewall_policy_association` now uses MMv1 engine instead of DCL. ([#8489](https://github.com/hashicorp/terraform-provider-google-beta/pull/8489))
18+
* compute: added `creation_timestamp` field to `google_compute_instance`, `google_compute_instance_template`, `google_compute_region_instance_template` ([#8442](https://github.com/hashicorp/terraform-provider-google-beta/pull/8442))
19+
* compute: added `key_revocation_action_type` to `google_compute_instance` and related resources ([#8473](https://github.com/hashicorp/terraform-provider-google-beta/pull/8473))
20+
* looker: added `deletion_policy` to `google_looker_instance` to allow force-destroying instances with nested resources by setting `deletion_policy = FORCE` ([#8453](https://github.com/hashicorp/terraform-provider-google-beta/pull/8453))
21+
* monitoring: added `alert_strategy.notification_prompts` field to `google_monitoring_alert_policy` ([#8457](https://github.com/hashicorp/terraform-provider-google-beta/pull/8457))
22+
* storage: added `hierarchical_namespace` to `google_storage_bucket` resource ([#8428](https://github.com/hashicorp/terraform-provider-google-beta/pull/8428))
23+
* sql: removed the client-side default of `ENTERPRISE` for `edition` in `google_sql_database_instance` so that `edition` is determined by the API when unset. This will cause new instances to use `ENTERPRISE_PLUS` as the default for POSTGRES_16. ([#8490](https://github.com/hashicorp/terraform-provider-google-beta/pull/8490))
24+
* vmwareengine: added `autoscaling_settings` to `google_vmwareengine_cluster` resource ([#8477](https://github.com/hashicorp/terraform-provider-google-beta/pull/8477))
25+
* workstations: added `max_usable_workstations` field to `google_workstations_workstation_config` resource. ([#8421](https://github.com/hashicorp/terraform-provider-google-beta/pull/8421))
26+
27+
BUG FIXES:
28+
* compute: fixed an issue where immutable `distribution_zones` was incorrectly sent to the API when updating `distribution_policy_target_shape` in `google_compute_region_instance_group_manager` resource ([#8470](https://github.com/hashicorp/terraform-provider-google-beta/pull/8470))
29+
* container: fixed a crash in `google_container_node_pool` caused by an occasional nil pointer ([#8452](https://github.com/hashicorp/terraform-provider-google-beta/pull/8452))
30+
* essentialcontacts: fixed `google_essential_contacts_contact` import to include required parent field. ([#8423](https://github.com/hashicorp/terraform-provider-google-beta/pull/8423))
31+
* sql: made `google_sql_database_instance.0.settings.0.data_cache_config` accept server-side changes when unset. When unset, no diffs will be created when instances change in `edition` and the feature is enabled or disabled as a result. ([#8485](https://github.com/hashicorp/terraform-provider-google-beta/pull/8485))
32+
* storage: removed retry on 404s during refresh for `google_storage_bucket`, preventing hanging when refreshing deleted buckets ([#8478](https://github.com/hashicorp/terraform-provider-google-beta/pull/8478))
33+
334
## 6.8.0 (October 21, 2024)
435

536
FEATURES:

0 commit comments

Comments
 (0)