Skip to content

Commit

Permalink
Merge base branch before running rake tests (#8934) (#15843)
Browse files Browse the repository at this point in the history
* Merge base branch before running rake tests

* Fetch depth 2

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 14, 2023
1 parent 78b36b5 commit 2b0330e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8934.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
11 changes: 11 additions & 0 deletions website/docs/guides/version_5_upgrade.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,17 @@ resource "google_project_iam_binding" "gcs-bucket-writer" {
]
}
```

## Resource: `google_cloudfunctions2_function`
### `location` now a required field
Deployment would fail if this field was unspecified. Marked this field as requied to align with implementation. This value cannot be inferred from any provider level config. No change is necessary for upgrade as this field is already needed for any deployments.

## Resource: `google_cloud_run_v2_service`
### transitioned `volumes.cloud_sql_instance.instances` to SET from ARRAY for `google_cloud_run_v2_service`
Previously, `database_flags` was a list, making it order-dependent. It is now a set.

If you were relying on accessing an individual flag by index (for example, `google_sql_database_instance.instance.settings.0.database_flags.0.name`), then that will now need to by hash (for example, `google_sql_database_instance.instance.settings.0.database_flags.<some-hash>.name`).

## Product: `cloudiot`

### resource `google_cloudiot_device` is now removed
Expand Down

0 comments on commit 2b0330e

Please sign in to comment.