Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #11209

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/google-ai-generativelanguage": "0.2.0",
"packages/google-apps-script-type": "0.3.1",
"packages/google-area120-tables": "0.11.2",
"packages/google-area120-tables": "0.12.0",
"packages/google-cloud-advisorynotifications": "0.2.0",
"packages/google-cloud-alloydb": "0.1.1",
"packages/google-cloud-apigee-connect": "1.7.1",
"packages/google-cloud-apigee-connect": "1.8.0",
"packages/google-cloud-bigquery-biglake": "0.3.0",
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-cloud-contentwarehouse": "0.5.0",
Expand Down
37 changes: 37 additions & 0 deletions packages/google-area120-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [0.12.0](https://github.com/googleapis/google-cloud-python/compare/google-area120-tables-v0.11.2...google-area120-tables-v0.12.0) (2023-05-31)


### Features

* add api key support ([#116](https://github.com/googleapis/google-cloud-python/issues/116)) ([c2c39bd](https://github.com/googleapis/google-cloud-python/commit/c2c39bd53485a37d3e228687ee04d8cc57004a04))
* add audience parameter ([81670bc](https://github.com/googleapis/google-cloud-python/commit/81670bc66e0bb1bc5f6e6efc303ada2745eb1b85))
* add support for `google.area120.tables.__version__` ([#204](https://github.com/googleapis/google-cloud-python/issues/204)) ([e2ff8f8](https://github.com/googleapis/google-cloud-python/commit/e2ff8f89b78090dc43c09e0894e08d2f3de0506d))
* Add support for python 3.11 ([#219](https://github.com/googleapis/google-cloud-python/issues/219)) ([63be6d3](https://github.com/googleapis/google-cloud-python/commit/63be6d3f622ec04333c7ac88c193ae4c9543489c))
* Add support for REST transport ([#194](https://github.com/googleapis/google-cloud-python/issues/194)) ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#181](https://github.com/googleapis/google-cloud-python/issues/181)) ([b716dbb](https://github.com/googleapis/google-cloud-python/commit/b716dbb77dfaea80704d1dd74b2c8ea4154ca5ad))
* **deps:** allow protobuf 3.19.5 ([#201](https://github.com/googleapis/google-cloud-python/issues/201)) ([35868e0](https://github.com/googleapis/google-cloud-python/commit/35868e015a7dd2b0453857b1d105c1375af30934))
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#214](https://github.com/googleapis/google-cloud-python/issues/214)) ([566c08b](https://github.com/googleapis/google-cloud-python/commit/566c08b7c34d1ad2ff0889740d03f8b63e37f4b6))
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#130](https://github.com/googleapis/google-cloud-python/issues/130)) ([6e61a7e](https://github.com/googleapis/google-cloud-python/commit/6e61a7edf30fa0e4e8ad50911380d1e2a821bdcf))
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#173](https://github.com/googleapis/google-cloud-python/issues/173)) ([81670bc](https://github.com/googleapis/google-cloud-python/commit/81670bc66e0bb1bc5f6e6efc303ada2745eb1b85))
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
* **deps:** require google-api-core>=1.33.2 ([35868e0](https://github.com/googleapis/google-cloud-python/commit/35868e015a7dd2b0453857b1d105c1375af30934))
* **deps:** require proto-plus >= 1.22.0 ([b716dbb](https://github.com/googleapis/google-cloud-python/commit/b716dbb77dfaea80704d1dd74b2c8ea4154ca5ad))
* **deps:** require proto-plus>=1.15.0 ([6e61a7e](https://github.com/googleapis/google-cloud-python/commit/6e61a7edf30fa0e4e8ad50911380d1e2a821bdcf))
* **deps:** require protobuf >= 3.20.1 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
* **deps:** require protobuf >= 3.20.2 ([#198](https://github.com/googleapis/google-cloud-python/issues/198)) ([2c18357](https://github.com/googleapis/google-cloud-python/commit/2c1835713547fc06550ec42f7785747d0024fefb))
* **deps:** require protobuf <4.0.0dev ([#165](https://github.com/googleapis/google-cloud-python/issues/165)) ([15a761a](https://github.com/googleapis/google-cloud-python/commit/15a761a73d011b0b2921c35f2f6dd68867edbbc0))
* require python 3.7+ ([#175](https://github.com/googleapis/google-cloud-python/issues/175)) ([53302e4](https://github.com/googleapis/google-cloud-python/commit/53302e45aef895bb189c574e79283814095928ef))
* resolve DuplicateCredentialArgs error when using credentials_file ([00b4506](https://github.com/googleapis/google-cloud-python/commit/00b4506b855fa25aac6162a3a613147bf57255d4))


### Documentation

* add autogenerated code snippets ([2c8461c](https://github.com/googleapis/google-cloud-python/commit/2c8461c9e7840abfaf4f734abe9e9862618b7d41))
* Add documentation for enums ([#221](https://github.com/googleapis/google-cloud-python/issues/221)) ([a7de734](https://github.com/googleapis/google-cloud-python/commit/a7de7343346a2709890a1535ac5a9d7741f85da4))
* fix changelog header to consistent size ([#166](https://github.com/googleapis/google-cloud-python/issues/166)) ([259f6f2](https://github.com/googleapis/google-cloud-python/commit/259f6f2ed47db629646fd243e7b07526f7d10601))
* Fix formatting of request arg in docstring ([#230](https://github.com/googleapis/google-cloud-python/issues/230)) ([04c3e88](https://github.com/googleapis/google-cloud-python/commit/04c3e884491bc2bf1ee2ac87f15af82c044bbdec))

## [0.11.2](https://github.com/googleapis/python-area120-tables/compare/v0.11.1...v0.11.2) (2023-03-23)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.11.2" # {x-release-please-version}
__version__ = "0.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.11.2" # {x-release-please-version}
__version__ = "0.12.0" # {x-release-please-version}
31 changes: 31 additions & 0 deletions packages/google-cloud-apigee-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [1.8.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-apigee-connect-v1.7.1...google-cloud-apigee-connect-v1.8.0) (2023-05-31)


### Features

* add api key support ([#79](https://github.com/googleapis/google-cloud-python/issues/79)) ([da8f0cf](https://github.com/googleapis/google-cloud-python/commit/da8f0cfaf6f8ffe01821a5340311d3c68dbd7497))
* add audience parameter ([ac7a473](https://github.com/googleapis/google-cloud-python/commit/ac7a473872fe17e5e96827db592ae32315334a01))
* add support for `google.cloud.apigeeconnect.__version__` ([#153](https://github.com/googleapis/google-cloud-python/issues/153)) ([e7416f3](https://github.com/googleapis/google-cloud-python/commit/e7416f376853f32a9a3c14fdf8cc7a94ff6cdf8a))
* Add support for python 3.11 ([#168](https://github.com/googleapis/google-cloud-python/issues/168)) ([20334a1](https://github.com/googleapis/google-cloud-python/commit/20334a1156c6029e837279e6c19fb1ab8e1b5b90))


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#133](https://github.com/googleapis/google-cloud-python/issues/133)) ([1df994a](https://github.com/googleapis/google-cloud-python/commit/1df994a9d55c014a93b1ddd1ea2cf16c16493d12))
* **deps:** allow protobuf 3.19.5 ([#151](https://github.com/googleapis/google-cloud-python/issues/151)) ([54b394b](https://github.com/googleapis/google-cloud-python/commit/54b394bd03f7491c280572f092d36881d652a102))
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#163](https://github.com/googleapis/google-cloud-python/issues/163)) ([01b4500](https://github.com/googleapis/google-cloud-python/commit/01b4500f508526658c5fb1e046b8bb938b07cb65))
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#92](https://github.com/googleapis/google-cloud-python/issues/92)) ([e296120](https://github.com/googleapis/google-cloud-python/commit/e2961201f63e0e2a98f90ac9ccc6cdedf22ce624))
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#124](https://github.com/googleapis/google-cloud-python/issues/124)) ([ac7a473](https://github.com/googleapis/google-cloud-python/commit/ac7a473872fe17e5e96827db592ae32315334a01))
* **deps:** require proto-plus >= 1.22.0 ([1df994a](https://github.com/googleapis/google-cloud-python/commit/1df994a9d55c014a93b1ddd1ea2cf16c16493d12))
* **deps:** require protobuf >= 3.20.2 ([#148](https://github.com/googleapis/google-cloud-python/issues/148)) ([d97b88d](https://github.com/googleapis/google-cloud-python/commit/d97b88d1d4b0cbd7ae77ef858940f76bfb523eb6))
* **deps:** require protobuf <4.0.0dev ([#115](https://github.com/googleapis/google-cloud-python/issues/115)) ([580fae9](https://github.com/googleapis/google-cloud-python/commit/580fae94e199b899efd5ebd07b32a52e75edb7c3))
* require python 3.7+ ([#126](https://github.com/googleapis/google-cloud-python/issues/126)) ([d20ecfd](https://github.com/googleapis/google-cloud-python/commit/d20ecfd902999ccbc5d063edf26fbe1768966b07))
* resolve DuplicateCredentialArgs error when using credentials_file ([77a1733](https://github.com/googleapis/google-cloud-python/commit/77a1733d577a32078ba88c621e0b0339fe9d79c1))


### Documentation

* add autogenerated code snippets ([4363e03](https://github.com/googleapis/google-cloud-python/commit/4363e0380b7cf0847bc157507503a850baaf0c45))
* Add documentation for enums ([#171](https://github.com/googleapis/google-cloud-python/issues/171)) ([9e48540](https://github.com/googleapis/google-cloud-python/commit/9e48540509d205d905d223f1624ba2d129fc3669))
* fix changelog header to consistent size ([#116](https://github.com/googleapis/google-cloud-python/issues/116)) ([ccac790](https://github.com/googleapis/google-cloud-python/commit/ccac790262677098fc929f3a705a986d70e30179))

## [1.7.1](https://github.com/googleapis/python-apigee-connect/compare/v1.7.0...v1.7.1) (2023-01-20)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.7.1" # {x-release-please-version}
__version__ = "1.8.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.7.1" # {x-release-please-version}
__version__ = "1.8.0" # {x-release-please-version}