From 3880e079d364d9b73c3f9ef6f936cdad74551fc3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 14:24:30 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ google/cloud/functions/gapic_version.py | 2 +- google/cloud/functions_v1/gapic_version.py | 2 +- google/cloud/functions_v2/gapic_version.py | 2 +- ...snippet_metadata_google.cloud.functions.v1.json | 2 +- ...snippet_metadata_google.cloud.functions.v2.json | 2 +- 7 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c3e33..629ac45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.13.0](https://github.com/googleapis/python-functions/compare/v1.12.0...v1.13.0) (2023-05-25) + + +### Features + +* Added helper methods for long running operations, IAM, and locations ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413)) +* ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([#263](https://github.com/googleapis/python-functions/issues/263)) ([ea38aad](https://github.com/googleapis/python-functions/commit/ea38aadbd148e7984a6cfd4a68acaa8b697affc1)) + + +### Documentation + +* Applied general style guide updates to descriptions ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413)) +* Clarified that vpcConnector shortname is only returned if the connector is in the same project as the function ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413)) + ## [1.12.0](https://github.com/googleapis/python-functions/compare/v1.11.0...v1.12.0) (2023-03-23) diff --git a/google/cloud/functions/gapic_version.py b/google/cloud/functions/gapic_version.py index 7138f21..1fc1b24 100644 --- a/google/cloud/functions/gapic_version.py +++ b/google/cloud/functions/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.12.0" # {x-release-please-version} +__version__ = "1.13.0" # {x-release-please-version} diff --git a/google/cloud/functions_v1/gapic_version.py b/google/cloud/functions_v1/gapic_version.py index 7138f21..1fc1b24 100644 --- a/google/cloud/functions_v1/gapic_version.py +++ b/google/cloud/functions_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.12.0" # {x-release-please-version} +__version__ = "1.13.0" # {x-release-please-version} diff --git a/google/cloud/functions_v2/gapic_version.py b/google/cloud/functions_v2/gapic_version.py index 7138f21..1fc1b24 100644 --- a/google/cloud/functions_v2/gapic_version.py +++ b/google/cloud/functions_v2/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.12.0" # {x-release-please-version} +__version__ = "1.13.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json index 3a16e5f..435531c 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.functions.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-functions", - "version": "0.1.0" + "version": "1.13.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json b/samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json index 0dbb0a2..9336425 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.functions.v2.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-functions", - "version": "0.1.0" + "version": "1.13.0" }, "snippets": [ {