From 03711df2bac619b2de10fef994441dc6f304ccab Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:52:04 -0500 Subject: [PATCH] chore(main): release 1.6.0 (#200) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++ google/cloud/tpu/gapic_version.py | 2 +- google/cloud/tpu_v1/gapic_version.py | 2 +- google/cloud/tpu_v2/gapic_version.py | 2 +- google/cloud/tpu_v2alpha1/gapic_version.py | 2 +- .../snippet_metadata_google.cloud.tpu.v1.json | 2 +- .../snippet_metadata_google.cloud.tpu.v2.json | 2 +- ...et_metadata_google.cloud.tpu.v2alpha1.json | 2 +- 9 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 453ca4c..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.2" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a16be8..3ed8788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.6.0](https://github.com/googleapis/python-tpu/compare/v1.5.2...v1.6.0) (2022-12-15) + + +### Features + +* Add support for `google.cloud.tpu.__version__` ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b)) +* Add typing to proto.Message based class attributes ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b)) +* Publishing TPU v2 API ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) + + +### Bug Fixes + +* Add dict typing for client_options ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b)) +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) +* Drop usage of pkg_resources ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) +* Fix incorrect resource annotations for TPU v2alpha1 API ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) +* Fix timeout default values ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) + + +### Documentation + +* Minor updates in comments ([#201](https://github.com/googleapis/python-tpu/issues/201)) ([0519c68](https://github.com/googleapis/python-tpu/commit/0519c684182432d210b67b885e31e7d91adfbf45)) +* **samples:** Snippetgen handling of repeated enum field ([7bb593a](https://github.com/googleapis/python-tpu/commit/7bb593a5f9813c94210628bf447220a30fa74f8b)) +* **samples:** Snippetgen should call await on the operation coroutine before calling result ([ac1bc46](https://github.com/googleapis/python-tpu/commit/ac1bc467ebffc8c8457d7dd08daf45cdc5826662)) + ## [1.5.2](https://github.com/googleapis/python-tpu/compare/v1.5.1...v1.5.2) (2022-10-07) diff --git a/google/cloud/tpu/gapic_version.py b/google/cloud/tpu/gapic_version.py index 9bb24ba..a016bdf 100644 --- a/google/cloud/tpu/gapic_version.py +++ b/google/cloud/tpu/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.5.2" # {x-release-please-version} +__version__ = "1.6.0" # {x-release-please-version} diff --git a/google/cloud/tpu_v1/gapic_version.py b/google/cloud/tpu_v1/gapic_version.py index 9bb24ba..a016bdf 100644 --- a/google/cloud/tpu_v1/gapic_version.py +++ b/google/cloud/tpu_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.5.2" # {x-release-please-version} +__version__ = "1.6.0" # {x-release-please-version} diff --git a/google/cloud/tpu_v2/gapic_version.py b/google/cloud/tpu_v2/gapic_version.py index 9bb24ba..a016bdf 100644 --- a/google/cloud/tpu_v2/gapic_version.py +++ b/google/cloud/tpu_v2/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.5.2" # {x-release-please-version} +__version__ = "1.6.0" # {x-release-please-version} diff --git a/google/cloud/tpu_v2alpha1/gapic_version.py b/google/cloud/tpu_v2alpha1/gapic_version.py index 9bb24ba..a016bdf 100644 --- a/google/cloud/tpu_v2alpha1/gapic_version.py +++ b/google/cloud/tpu_v2alpha1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.5.2" # {x-release-please-version} +__version__ = "1.6.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v1.json index 0a659a0..082475f 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-tpu", - "version": "0.1.0" + "version": "1.6.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2.json b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2.json index 9f7e7c8..fcf77ad 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-tpu", - "version": "0.1.0" + "version": "1.6.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2alpha1.json b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2alpha1.json index 2512354..f6e449c 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2alpha1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.tpu.v2alpha1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-tpu", - "version": "0.1.0" + "version": "1.6.0" }, "snippets": [ {