diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index b085f0786ba4..4d5d0818a02c 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,7 +3,7 @@ "accesscontextmanager": "1.8.5", "advisorynotifications": "1.3.1", "ai": "0.3.2", - "aiplatform": "1.59.0", + "aiplatform": "1.60.0", "alloydb": "1.8.1", "analytics": "0.23.0", "apigateway": "1.6.5", @@ -14,7 +14,7 @@ "apps": "0.3.0", "area120": "0.8.5", "artifactregistry": "1.14.7", - "asset": "1.17.1", + "asset": "1.17.2", "assuredworkloads": "1.11.5", "automl": "1.13.5", "baremetalsolution": "1.2.4", @@ -30,12 +30,12 @@ "cloudquotas": "0.1.1", "cloudtasks": "1.12.6", "commerce": "0.1.4", - "compute": "1.23.4", + "compute": "1.24.0", "compute/metadata": "0.2.3", "confidentialcomputing": "1.4.1", "config": "0.2.1", "contactcenterinsights": "1.13.0", - "container": "1.30.1", + "container": "1.31.0", "containeranalysis": "0.11.4", "datacatalog": "1.19.3", "dataflow": "0.9.5", @@ -47,10 +47,10 @@ "dataqna": "0.8.5", "datastream": "1.10.4", "deploy": "1.17.1", - "dialogflow": "1.48.2", - "discoveryengine": "1.4.1", + "dialogflow": "1.49.0", + "discoveryengine": "1.5.0", "dlp": "1.11.2", - "documentai": "1.24.0", + "documentai": "1.25.0", "domains": "0.9.5", "edgecontainer": "1.1.5", "edgenetwork": "0.2.1", @@ -78,7 +78,7 @@ "memcache": "1.10.5", "metastore": "1.13.4", "migrationcenter": "0.2.4", - "monitoring": "1.17.1", + "monitoring": "1.18.0", "netapp": "0.2.4", "networkconnectivity": "1.14.4", "networkmanagement": "1.9.4", @@ -100,7 +100,7 @@ "redis": "1.14.2", "resourcemanager": "1.9.5", "resourcesettings": "1.6.5", - "retail": "1.15.1", + "retail": "1.16.0", "run": "1.3.4", "scheduler": "1.10.6", "secretmanager": "1.11.5", @@ -129,7 +129,7 @@ "translate": "1.10.1", "video": "1.20.4", "videointelligence": "1.11.5", - "vision": "2.7.6", + "vision": "2.8.0", "visionai": "0.1.0", "vmmigration": "1.7.5", "vmwareengine": "1.1.1", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index a6b584c6424c..0951731a3e1e 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.60.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.59.0...aiplatform/v1.60.0) (2024-02-09) + + +### Features + +* **aiplatform:** Add SearchNearestEntities rpc to FeatureOnlineStoreService in aiplatform v1 ([#9385](https://github.com/googleapis/google-cloud-go/issues/9385)) ([46a5050](https://github.com/googleapis/google-cloud-go/commit/46a50502f033ff0afe2f17b5f1e9812a956e190e)) + + +### Bug Fixes + +* **aiplatform:** Remove field `max_wait_duration` from message Scheduling ([#9387](https://github.com/googleapis/google-cloud-go/issues/9387)) ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.59.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.58.2...aiplatform/v1.59.0) (2024-02-06) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index b1e4a918c605..3f06213222e2 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.59.0" +const Version = "1.60.0" diff --git a/asset/CHANGES.md b/asset/CHANGES.md index 6e36556130f9..649a9d4d6fdc 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.17.2](https://github.com/googleapis/google-cloud-go/compare/asset/v1.17.1...asset/v1.17.2) (2024-02-09) + + +### Documentation + +* **asset:** Updated comments ([46a5050](https://github.com/googleapis/google-cloud-go/commit/46a50502f033ff0afe2f17b5f1e9812a956e190e)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.17.0...asset/v1.17.1) (2024-01-30) diff --git a/asset/internal/version.go b/asset/internal/version.go index 2d7d8774486c..9f74557a123c 100644 --- a/asset/internal/version.go +++ b/asset/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.17.2" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index df38308b82e0..c2d39135c3a2 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.23.4...compute/v1.24.0) (2024-02-09) + + +### Features + +* **compute:** Update Compute Engine API to revision 20240130 ([#881](https://github.com/googleapis/google-cloud-go/issues/881)) ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.23.4](https://github.com/googleapis/google-cloud-go/compare/compute/v1.23.3...compute/v1.23.4) (2024-01-30) diff --git a/compute/internal/version.go b/compute/internal/version.go index 27a1970b9d82..291a237fe1cd 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.23.4" +const Version = "1.24.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index 00abeb561eea..eda1d019f302 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.30.1...container/v1.31.0) (2024-02-09) + + +### Features + +* **container:** Added configuration for the StatefulHA addon to the AddonsConfig ([46a5050](https://github.com/googleapis/google-cloud-go/commit/46a50502f033ff0afe2f17b5f1e9812a956e190e)) + ## [1.30.1](https://github.com/googleapis/google-cloud-go/compare/container/v1.30.0...container/v1.30.1) (2024-01-30) diff --git a/container/internal/version.go b/container/internal/version.go index 783750d46da9..9c7380dc515f 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.30.1" +const Version = "1.31.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 55b57f7f95b1..8bd745e9d533 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.49.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.48.2...dialogflow/v1.49.0) (2024-02-09) + + +### Features + +* **dialogflow/cx:** A new field `opt_out_conformer_model_migration` is added to message `.google.cloud.dialogflow.cx.v3.InputAudioConfig` ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) +* **dialogflow/cx:** Public preview the Dialogflow LLM based agent ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.48.2](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.48.1...dialogflow/v1.48.2) (2024-01-30) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index aece684414e7..8e10894500bc 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.48.2" +const Version = "1.49.0" diff --git a/discoveryengine/CHANGES.md b/discoveryengine/CHANGES.md index 1819a822375f..9e436ca4c16e 100644 --- a/discoveryengine/CHANGES.md +++ b/discoveryengine/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.4.1...discoveryengine/v1.5.0) (2024-02-09) + + +### Features + +* **discoveryengine:** Add data store, engine and site search engine services ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) +* **discoveryengine:** Add data store, engine, serving config and site search engine services ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.4.0...discoveryengine/v1.4.1) (2024-01-30) diff --git a/discoveryengine/internal/version.go b/discoveryengine/internal/version.go index ed62044631a9..f348aca1a0be 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 = "1.4.1" +const Version = "1.5.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index be002cf2785b..a59c84dd3cdf 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.24.0...documentai/v1.25.0) (2024-02-09) + + +### Features + +* **documentai:** Expose model_type in v1 processor, so that user can see the model_type after get or list processor version ([2fcf55c](https://github.com/googleapis/google-cloud-go/commit/2fcf55ccb24749cf5387e707b0212bca722f2e96)) + ## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.23.8...documentai/v1.24.0) (2024-02-06) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 291a237fe1cd..f494e95b15d3 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.24.0" +const Version = "1.25.0" diff --git a/monitoring/CHANGES.md b/monitoring/CHANGES.md index 24d3ee716b8e..f877df1dcf93 100644 --- a/monitoring/CHANGES.md +++ b/monitoring/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.17.1...monitoring/v1.18.0) (2024-02-09) + + +### Features + +* **monitoring/dashboard:** Add support for pie charts, incident lists, dropdown groups, error reporting panels, section headers, and styling options on text widgets ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.17.0...monitoring/v1.17.1) (2024-01-30) diff --git a/monitoring/internal/version.go b/monitoring/internal/version.go index 2d7d8774486c..ddddbd21f21f 100644 --- a/monitoring/internal/version.go +++ b/monitoring/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.18.0" diff --git a/retail/CHANGES.md b/retail/CHANGES.md index 8306a8aa7640..071429f9bf1e 100644 --- a/retail/CHANGES.md +++ b/retail/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.15.1...retail/v1.16.0) (2024-02-09) + + +### Features + +* **retail:** Add analytics service ([f049c97](https://github.com/googleapis/google-cloud-go/commit/f049c9751415f9fc4c81c1839a8371782cfc016c)) + ## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/retail/v1.15.0...retail/v1.15.1) (2024-01-30) diff --git a/retail/internal/version.go b/retail/internal/version.go index 7dd6a0aa86f1..b82e17a1938d 100644 --- a/retail/internal/version.go +++ b/retail/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.1" +const Version = "1.16.0" diff --git a/vision/CHANGES.md b/vision/CHANGES.md index dea00fee83f6..8afbb12423d4 100644 --- a/vision/CHANGES.md +++ b/vision/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.8.0](https://github.com/googleapis/google-cloud-go/compare/vision/v2.7.6...vision/v2.8.0) (2024-02-09) + + +### Features + +* **vision:** Added option for user to set labels ([#9359](https://github.com/googleapis/google-cloud-go/issues/9359)) ([2fcf55c](https://github.com/googleapis/google-cloud-go/commit/2fcf55ccb24749cf5387e707b0212bca722f2e96)) + ## [2.7.6](https://github.com/googleapis/google-cloud-go/compare/vision/v2.7.5...vision/v2.7.6) (2024-01-30) diff --git a/vision/internal/version.go b/vision/internal/version.go index 55674b603a8b..1aa3de4d884e 100644 --- a/vision/internal/version.go +++ b/vision/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.7.6" +const Version = "2.8.0"