Skip to content

google-cloud-functions: v1.17.0

Compare
Choose a tag to compare
@release-please release-please released this 08 Aug 22:54
5cf5a4c

1.17.0 (2024-08-08)

Features

  • Added build_service_account field to CloudFunction (68e105d)
  • additional field on the output that specified whether the deployment supports Physical Zone Separation. (68e105d)
  • Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. (68e105d)
  • ListRuntimes response now includes deprecation and decommissioning dates. (68e105d)
  • optional field for binary authorization policy. (68e105d)
  • optional field for deploying a source from a GitHub repository. (68e105d)
  • optional field for specifying a revision on GetFunction. (68e105d)
  • 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 (68e105d)
  • optional fields for setting up automatic base image updates. (68e105d)

Documentation

  • A comment for field automatic_update_policy in message .google.cloud.functions.v1.CloudFunction is changed (68e105d)
  • A comment for field docker_repository in message .google.cloud.functions.v1.CloudFunction is changed (68e105d)
  • A comment for field on_deploy_update_policy in message .google.cloud.functions.v1.CloudFunction is changed (68e105d)
  • A comment for field runtime_version in message .google.cloud.functions.v1.CloudFunction is changed (68e105d)
  • A comment for field url in message .google.cloud.functions.v1.HttpsTrigger is changed (68e105d)
  • A comment for field url in message .google.cloud.functions.v1.SourceRepository is changed (68e105d)
  • Refined description in several fields. (68e105d)