-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [functions] optional field for specifying a service account to …
…use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates (#5607) * feat: Added `build_service_account` field to CloudFunction docs: A comment for field `runtime_version` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `docker_repository` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `automatic_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `on_deploy_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.SourceRepository` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.HttpsTrigger` is changed PiperOrigin-RevId: 660564990 Source-Link: googleapis/googleapis@7767c57 Source-Link: googleapis/googleapis-gen@3ceb797 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWZ1bmN0aW9ucy8uT3dsQm90LnlhbWwiLCJoIjoiM2NlYjc5NzM3ZDg2MjJlMmUxY2EyMzFlMmU4NWU4OTQ4M2RhYjBhMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields. PiperOrigin-RevId: 660624506 Source-Link: googleapis/googleapis@8652e28 Source-Link: googleapis/googleapis-gen@960e4b2 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWZ1bmN0aW9ucy8uT3dsQm90LnlhbWwiLCJoIjoiOTYwZTRiMjU5NWM2ZWRhNGUzZjFjNDRkNGNkNTc2MGNjZWVmYWU4OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8e6307c
commit 1e600c2
Showing
10 changed files
with
1,912 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.