Skip to content

Commit

Permalink
chore: release main (#11413)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 20, 2023
1 parent c037834 commit e7e7bf7
Show file tree
Hide file tree
Showing 39 changed files with 97 additions and 38 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"packages/google-cloud-beyondcorp-appgateways": "0.4.2",
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.4.2",
"packages/google-cloud-beyondcorp-clientgateways": "0.4.1",
"packages/google-cloud-bigquery-analyticshub": "0.3.2",
"packages/google-cloud-bigquery-biglake": "0.3.0",
"packages/google-cloud-bigquery-analyticshub": "0.4.0",
"packages/google-cloud-bigquery-biglake": "0.4.0",
"packages/google-cloud-bigquery-data-exchange": "0.5.3",
"packages/google-cloud-bigquery-datapolicies": "0.4.0",
"packages/google-cloud-bigquery-datapolicies": "0.5.0",
"packages/google-cloud-bigquery-logging": "1.2.1",
"packages/google-cloud-billing": "1.10.1",
"packages/google-cloud-billing": "1.11.0",
"packages/google-cloud-billing-budgets": "1.11.0",
"packages/google-cloud-certificate-manager": "1.4.2",
"packages/google-cloud-channel": "1.14.0",
"packages/google-cloud-channel": "1.15.0",
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-cloud-contact-center-insights": "1.11.0",
"packages/google-cloud-contentwarehouse": "0.5.0",
Expand All @@ -39,9 +39,9 @@
"packages/google-cloud-dataproc-metastore": "1.11.0",
"packages/google-cloud-datastream": "1.6.0",
"packages/google-cloud-deploy": "1.9.0",
"packages/google-cloud-discoveryengine": "0.8.1",
"packages/google-cloud-discoveryengine": "0.9.0",
"packages/google-cloud-dms": "1.7.0",
"packages/google-cloud-documentai": "2.15.0",
"packages/google-cloud-documentai": "2.16.0",
"packages/google-cloud-domains": "1.5.1",
"packages/google-cloud-edgecontainer": "0.5.1",
"packages/google-cloud-enterpriseknowledgegraph": "0.3.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-analyticshub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-analyticshub-v0.3.2...google-cloud-bigquery-analyticshub-v0.4.0) (2023-06-19)


### Bug Fixes

* Use `google.cloud.bigquery_analyticshub` to avoid conflict with `google.cloud.bigquery` ([fe65e8b](https://github.com/googleapis/google-cloud-python/commit/fe65e8b71b187b0825afcd6a7697280302b7d2fe))

## [0.3.2](https://github.com/googleapis/python-bigquery-analyticshub/compare/v0.3.1...v0.3.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.1.0" # {x-release-please-version}
__version__ = "0.4.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.1.0" # {x-release-please-version}
__version__ = "0.4.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-analyticshub",
"version": "0.1.0"
"version": "0.4.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-biglake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-biglake-v0.3.0...google-cloud-bigquery-biglake-v0.4.0) (2023-06-19)


### Bug Fixes

* Use `google.cloud.bigquery_biglake` to avoid conflict with `google.cloud.bigquery` ([20f83e0](https://github.com/googleapis/google-cloud-python/commit/20f83e0e374d8cb6bb315336c928aa9a964e3f15))

## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-biglake-v0.2.0...google-cloud-bigquery-biglake-v0.3.0) (2023-04-12)


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.1.0" # {x-release-please-version}
__version__ = "0.4.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.1.0" # {x-release-please-version}
__version__ = "0.4.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.1.0" # {x-release-please-version}
__version__ = "0.4.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-biglake",
"version": "0.1.0"
"version": "0.4.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-biglake",
"version": "0.1.0"
"version": "0.4.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-datapolicies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-datapolicies-v0.4.0...google-cloud-bigquery-datapolicies-v0.5.0) (2023-06-19)


### Bug Fixes

* Use `google.cloud.bigquery_datapolicies` to avoid conflict with `google.cloud.bigquery` ([87c64c1](https://github.com/googleapis/google-cloud-python/commit/87c64c1ecc29d981a170e4690db4b20021c5c999))

## [0.4.0](https://github.com/googleapis/python-bigquery-datapolicies/compare/v0.3.2...v0.4.0) (2023-04-15)


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.1.0" # {x-release-please-version}
__version__ = "0.5.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.1.0" # {x-release-please-version}
__version__ = "0.5.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.1.0" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-datapolicies",
"version": "0.1.0"
"version": "0.5.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-datapolicies",
"version": "0.1.0"
"version": "0.5.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-billing-v1.10.1...google-cloud-billing-v1.11.0) (2023-06-19)


### Features

* added resource_reference for name in GetProjectBillingInfoRequest message ([#11409](https://github.com/googleapis/google-cloud-python/issues/11409)) ([1ec86ce](https://github.com/googleapis/google-cloud-python/commit/1ec86ce40ad760d2229acfefc85b2c8a0c1ddd05))

## [1.10.1](https://github.com/googleapis/python-billing/compare/v1.10.0...v1.10.1) (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.1.0" # {x-release-please-version}
__version__ = "1.11.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.1.0" # {x-release-please-version}
__version__ = "1.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-billing",
"version": "0.1.0"
"version": "1.11.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-channel-v1.14.0...google-cloud-channel-v1.15.0) (2023-06-19)


### Features

* Add support for ListSkuGroups and ListSkuGroupBillableSkus APIs in Cloud Channel APIs ([#11406](https://github.com/googleapis/google-cloud-python/issues/11406)) ([7f6b607](https://github.com/googleapis/google-cloud-python/commit/7f6b60708e9c7c8ac4df9ab6d7ce292cde01ad9b))

## [1.14.0](https://github.com/googleapis/python-channel/compare/v1.13.0...v1.14.0) (2023-05-25)


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.1.0" # {x-release-please-version}
__version__ = "1.15.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.1.0" # {x-release-please-version}
__version__ = "1.15.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-channel",
"version": "0.1.0"
"version": "1.15.0"
},
"snippets": [
{
Expand Down
14 changes: 14 additions & 0 deletions packages/google-cloud-discoveryengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.8.1...google-cloud-discoveryengine-v0.9.0) (2023-06-19)


### Features

* add `redirect_uri` in search response ([7c48e6a](https://github.com/googleapis/google-cloud-python/commit/7c48e6aabe63630b3bc23e5168a99df7757bd2a5))
* support docx/pptx/txt/csv in allowed data format ([7c48e6a](https://github.com/googleapis/google-cloud-python/commit/7c48e6aabe63630b3bc23e5168a99df7757bd2a5))
* support extractive content in search ([7c48e6a](https://github.com/googleapis/google-cloud-python/commit/7c48e6aabe63630b3bc23e5168a99df7757bd2a5))


### Documentation

* keep the API doc up-to-date with recent changes ([7c48e6a](https://github.com/googleapis/google-cloud-python/commit/7c48e6aabe63630b3bc23e5168a99df7757bd2a5))

## [0.8.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.8.0...google-cloud-discoveryengine-v0.8.1) (2023-06-07)


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.1.0" # {x-release-please-version}
__version__ = "0.9.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.1.0" # {x-release-please-version}
__version__ = "0.9.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.1.0" # {x-release-please-version}
__version__ = "0.9.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-discoveryengine",
"version": "0.1.0"
"version": "0.9.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-discoveryengine",
"version": "0.1.0"
"version": "0.9.0"
},
"snippets": [
{
Expand Down
10 changes: 10 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.16.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.15.0...google-cloud-documentai-v2.16.0) (2023-06-19)


### Features

* add IMPORTING enum to State in processor.proto ([d402fd5](https://github.com/googleapis/google-cloud-python/commit/d402fd5781e4acfce6b5656d4c2012c732d01ba8))
* add PropertyMetadata and EntityTypeMetadata to document_schema.proto ([d402fd5](https://github.com/googleapis/google-cloud-python/commit/d402fd5781e4acfce6b5656d4c2012c732d01ba8))
* add REPLACE enum to OperationType in document.proto ([d402fd5](https://github.com/googleapis/google-cloud-python/commit/d402fd5781e4acfce6b5656d4c2012c732d01ba8))
* add StyleInfo to document.proto ([d402fd5](https://github.com/googleapis/google-cloud-python/commit/d402fd5781e4acfce6b5656d4c2012c732d01ba8))

## [2.15.0](https://github.com/googleapis/python-documentai/compare/v2.14.0...v2.15.0) (2023-03-24)


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.1.0" # {x-release-please-version}
__version__ = "2.16.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.1.0" # {x-release-please-version}
__version__ = "2.16.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.1.0" # {x-release-please-version}
__version__ = "2.16.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.1.0" # {x-release-please-version}
__version__ = "2.16.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down

0 comments on commit e7e7bf7

Please sign in to comment.