Skip to content

Commit

Permalink
Add upgrade guide for `google_cloud_run_v2_service.liveness_probe cha…
Browse files Browse the repository at this point in the history
…nge` (#11191) (#18813)

[upstream:84e47a2f2c8bd548a2dfcabc357ac025be4b756d]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Jul 23, 2024
1 parent 032425a commit 387ecb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/11191.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
7 changes: 7 additions & 0 deletions website/docs/guides/version_6_upgrade.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,10 @@ Removed in favor of field `settings.ip_configuration.ssl_mode`.
### `schema_settings` no longer has a default value

An empty value means the setting should be cleared.

## Resource: `google_cloud_run_v2_service`

### `liveness_probe` no longer defaults from API

Cloud Run does not provide a default value for liveness probe. Now removing this field
will remove the liveness probe from the Cloud Run service.

0 comments on commit 387ecb2

Please sign in to comment.