From 8444dd8f6f7abf2a2e3ab257bbcbf4178d9883e4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:49:31 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 14 +++++++------- aiplatform/CHANGES.md | 8 ++++++++ aiplatform/internal/version.go | 2 +- batch/CHANGES.md | 7 +++++++ batch/internal/version.go | 2 +- billing/CHANGES.md | 7 +++++++ billing/internal/version.go | 2 +- channel/CHANGES.md | 7 +++++++ channel/internal/version.go | 2 +- dialogflow/CHANGES.md | 8 ++++++++ dialogflow/internal/version.go | 2 +- discoveryengine/CHANGES.md | 7 +++++++ discoveryengine/internal/version.go | 2 +- documentai/CHANGES.md | 8 ++++++++ documentai/internal/version.go | 2 +- 15 files changed, 66 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index e21884b0b1b8..caec682cd371 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -2,7 +2,7 @@ "accessapproval": "1.7.0", "accesscontextmanager": "1.8.0", "advisorynotifications": "0.3.0", - "aiplatform": "1.44.0", + "aiplatform": "1.45.0", "alloydb": "1.2.0", "analytics": "0.21.0", "apigateway": "1.6.0", @@ -16,12 +16,12 @@ "assuredworkloads": "1.11.0", "automl": "1.13.0", "baremetalsolution": "1.1.0", - "batch": "1.2.0", + "batch": "1.3.0", "beyondcorp": "0.6.0", - "billing": "1.15.0", + "billing": "1.16.0", "binaryauthorization": "1.6.0", "certificatemanager": "1.7.0", - "channel": "1.15.0", + "channel": "1.16.0", "cloudbuild": "1.10.0", "clouddms": "1.6.0", "cloudtasks": "1.11.0", @@ -41,10 +41,10 @@ "dataqna": "0.8.0", "datastream": "1.9.0", "deploy": "1.10.0", - "dialogflow": "1.36.0", - "discoveryengine": "0.4.1", + "dialogflow": "1.37.0", + "discoveryengine": "0.5.0", "dlp": "1.10.0", - "documentai": "1.19.0", + "documentai": "1.20.0", "domains": "0.9.0", "edgecontainer": "1.1.0", "essentialcontacts": "1.6.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index b910c05007cf..b7867bdb0e8e 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.44.0...aiplatform/v1.45.0) (2023-06-20) + + +### Features + +* **aiplatform:** Add bias_configs to ModelEvaluation ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) +* **aiplatform:** Add UpdateExplanationDataset to aiplatform ([#8118](https://github.com/googleapis/google-cloud-go/issues/8118)) ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) + ## [1.44.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform-v1.43.0...aiplatform/v1.44.0) (2023-06-07) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index c07789c9be78..e3f747054984 100644 --- a/aiplatform/internal/version.go +++ b/aiplatform/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.44.0" +const Version = "1.45.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 1f9308ca201b..5aacc4c83bce 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.2.0...batch/v1.3.0) (2023-06-20) + + +### Features + +* **batch:** Add support for scheduling_policy ([3382ef8](https://github.com/googleapis/google-cloud-go/commit/3382ef81b6bcefe1c7bfc14aa5ff9bbf25850966)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.1.0...batch/v1.2.0) (2023-05-30) diff --git a/batch/internal/version.go b/batch/internal/version.go index 6508e4822b51..356226a83337 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/billing/CHANGES.md b/billing/CHANGES.md index cdf4681b282e..be762b7a92e5 100644 --- a/billing/CHANGES.md +++ b/billing/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.15.0...billing/v1.16.0) (2023-06-20) + + +### Features + +* **billing:** Added resource_reference for name in GetProjectBillingInfoRequest message ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.14.0...billing/v1.15.0) (2023-06-07) diff --git a/billing/internal/version.go b/billing/internal/version.go index 43a2a84ef8eb..b82e17a1938d 100644 --- a/billing/internal/version.go +++ b/billing/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.0" +const Version = "1.16.0" diff --git a/channel/CHANGES.md b/channel/CHANGES.md index 1b9750d1ca79..852bff9001f0 100644 --- a/channel/CHANGES.md +++ b/channel/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.15.0...channel/v1.16.0) (2023-06-20) + + +### Features + +* **channel:** Add support for ListSkuGroups and ListSkuGroupBillableSkus APIs in Cloud Channel APIs ([#8092](https://github.com/googleapis/google-cloud-go/issues/8092)) ([3382ef8](https://github.com/googleapis/google-cloud-go/commit/3382ef81b6bcefe1c7bfc14aa5ff9bbf25850966)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.14.0...channel/v1.15.0) (2023-05-30) diff --git a/channel/internal/version.go b/channel/internal/version.go index 43a2a84ef8eb..b82e17a1938d 100644 --- a/channel/internal/version.go +++ b/channel/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.0" +const Version = "1.16.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index e69e92de3e06..b7ba88d473da 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.36.0...dialogflow/v1.37.0) (2023-06-20) + + +### Features + +* **dialogflow/cx:** Added include_bigquery_export_settings to ExportAgentRequest ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) +* **dialogflow/cx:** Added include_bigquery_export_settings to ExportAgentRequest ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) + ## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.35.0...dialogflow/v1.36.0) (2023-06-13) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 2d5cf890e064..e49d8a532880 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.36.0" +const Version = "1.37.0" diff --git a/discoveryengine/CHANGES.md b/discoveryengine/CHANGES.md index c25ed0f7c597..a8a98a58ab4e 100644 --- a/discoveryengine/CHANGES.md +++ b/discoveryengine/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v0.4.1...discoveryengine/v0.5.0) (2023-06-20) + + +### Features + +* **discoveryengine:** Support extractive content in search ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) + ## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v0.4.0...discoveryengine/v0.4.1) (2023-06-07) diff --git a/discoveryengine/internal/version.go b/discoveryengine/internal/version.go index 120c8a4d3b18..594b0891566c 100644 --- a/discoveryengine/internal/version.go +++ b/discoveryengine/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.1" +const Version = "0.5.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index b9593657f3e9..3efcc1cff884 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,14 @@ # Changes +## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.19.0...documentai/v1.20.0) (2023-06-20) + + +### Features + +* **documentai:** Add StyleInfo to document.proto ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) +* **documentai:** Add StyleInfo to document.proto ([b726d41](https://github.com/googleapis/google-cloud-go/commit/b726d413166faa8c84c0a09c6019ff50f3249b9d)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.18.1...documentai/v1.19.0) (2023-05-30) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index ac02a3ce126f..0b0f0e914120 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.19.0" +const Version = "1.20.0"