diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index fd540454b82b..4806ec4875f8 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.6.0", "accesscontextmanager": "1.6.0", - "aiplatform": "1.29.0", + "aiplatform": "1.30.0", "analytics": "0.13.0", "apigateway": "1.5.0", "apigeeconnect": "1.5.0", @@ -10,7 +10,7 @@ "appengine": "1.6.0", "area120": "0.7.0", "artifactregistry": "1.10.0", - "asset": "1.11.0", + "asset": "1.11.1", "assuredworkloads": "1.10.0", "automl": "1.9.0", "baremetalsolution": "0.5.0", @@ -28,7 +28,7 @@ "contactcenterinsights": "1.5.0", "container": "1.10.0", "containeranalysis": "0.7.0", - "datacatalog": "1.9.0", + "datacatalog": "1.10.0", "dataflow": "0.8.0", "dataform": "0.6.0", "datafusion": "1.6.0", @@ -38,7 +38,7 @@ "dataqna": "0.7.0", "datastream": "1.6.0", "deploy": "1.6.0", - "dialogflow": "1.22.0", + "dialogflow": "1.23.0", "dlp": "1.9.0", "documentai": "1.14.0", "domains": "0.8.0", @@ -67,7 +67,7 @@ "mediatranslation": "0.7.0", "memcache": "1.9.0", "metastore": "1.10.0", - "monitoring": "1.11.0", + "monitoring": "1.12.0", "networkconnectivity": "1.9.0", "networkmanagement": "1.6.0", "networksecurity": "0.7.0", @@ -91,7 +91,7 @@ "scheduler": "1.8.0", "secretmanager": "1.10.0", "security": "1.11.0", - "securitycenter": "1.18.0", + "securitycenter": "1.18.1", "servicecontrol": "1.6.0", "servicedirectory": "1.8.0", "servicemanagement": "1.6.0", @@ -107,8 +107,8 @@ "video": "1.12.0", "videointelligence": "1.10.0", "vision/v2": "2.6.0", - "vmmigration": "1.4.0", - "vmwareengine": "0.2.0", + "vmmigration": "1.5.0", + "vmwareengine": "0.2.1", "vpcaccess": "1.6.0", "webrisk": "1.8.0", "websecurityscanner": "1.5.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index e97f6f8c1319..badb8b4ad306 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,15 @@ # Changes +## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.29.0...aiplatform/v1.30.0) (2023-01-18) + + +### Features + +* **aiplatform:** Add instance_config to BatchPredictionJob in aiplatform v1 batch_prediction_job.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211)) +* **aiplatform:** Add saved_queries to Dataset in aiplatform v1 dataset.proto feat: add order_by to ListModelVersionRequest in aiplatform v1 model_service.proto feat: add update_all_stopped_trials to ConvexAutomatedStoppingSpec in aiplatform v1 study.proto feat: add ReadTensorboardUsage rpc in aiplatform v1 tensorboard_service.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211)) +* **aiplatform:** Add saved_queries to Dataset in aiplatform v1beta1 dataset.proto feat: add order_by to ListModelVersionRequest in aiplatform v1beta1 model_service.proto feat: add update_all_stopped_trials to ConvexAutomatedStoppingSpec in aiplatform v1beta1 study.proto feat: add ReadTensorboardUsage rpc in aiplatform v1beta1 tensorboard_service.proto ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211)) + ## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.28.0...aiplatform/v1.29.0) (2023-01-04) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index a08cb7cabc62..5856ebbb47c5 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.29.0" +const Version = "1.30.0" diff --git a/asset/CHANGES.md b/asset/CHANGES.md index 3227ff21c551..7f5a2b271c01 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/asset/v1.11.0...asset/v1.11.1) (2023-01-18) + + +### Documentation + +* **asset:** Brand and typo fixes feat: Policy Analyzer for Organization Policy is publicly available ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.10.1...asset/v1.11.0) (2023-01-04) diff --git a/asset/internal/version.go b/asset/internal/version.go index 77cefca24d54..1179e0bb2639 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.11.0" +const Version = "1.11.1" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index c492e4b662c1..1c9cd22a09e9 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.9.0...datacatalog/v1.10.0) (2023-01-18) + + +### Features + +* **datacatalog/lineage:** Start generating apiv1 ([#7245](https://github.com/googleapis/google-cloud-go/issues/7245)) ([d7a53c3](https://github.com/googleapis/google-cloud-go/commit/d7a53c3a8ca8f8434d7f41f7a55effa9366e0461)) +* **datacatalog:** Start generating REST transport for apiv1 ([#7246](https://github.com/googleapis/google-cloud-go/issues/7246)) ([1b90131](https://github.com/googleapis/google-cloud-go/commit/1b9013192c1e82c7ef4a5e42273bcc1ac2a57223)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.8.1...datacatalog/v1.9.0) (2023-01-04) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index 37e23cdd396f..1850527884a3 100644 --- a/datacatalog/internal/version.go +++ b/datacatalog/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.9.0" +const Version = "1.10.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 45d05d2af508..fdbcb0200832 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.22.0...dialogflow/v1.23.0) (2023-01-18) + + +### Features + +* **dialogflow/cx:** ResponseMessage proto contains channel information docs: updated go library package ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773)) +* **dialogflow/cx:** ResponseMessage proto contains channel information docs: updated go library package ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295)) + ## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.21.0...dialogflow/v1.22.0) (2023-01-04) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index eddfee04b0b3..639553700322 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.22.0" +const Version = "1.23.0" diff --git a/monitoring/CHANGES.md b/monitoring/CHANGES.md index 1dd809b2f66c..34639f570b34 100644 --- a/monitoring/CHANGES.md +++ b/monitoring/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.11.0...monitoring/v1.12.0) (2023-01-18) + + +### Features + +* **monitoring/dashboard:** Added support for horizontal bar rendering and column settings on time series tables ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.10.0...monitoring/v1.11.0) (2023-01-10) diff --git a/monitoring/internal/version.go b/monitoring/internal/version.go index 77cefca24d54..4518b5fb4070 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.11.0" +const Version = "1.12.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index 9ed8eda480c0..39e33e31a014 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.1](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.18.0...securitycenter/v1.18.1) (2023-01-18) + + +### Documentation + +* **securitycenter:** Update documentation for Security Command Center *.assets.list "parent" parameter ([8b3b76d](https://github.com/googleapis/google-cloud-go/commit/8b3b76d4c896e3f3338ccd357a5b2b7a6155c773)) + ## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.17.0...securitycenter/v1.18.0) (2023-01-04) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index ddddbd21f21f..893623152e24 100644 --- a/securitycenter/internal/version.go +++ b/securitycenter/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.18.0" +const Version = "1.18.1" diff --git a/vmmigration/CHANGES.md b/vmmigration/CHANGES.md index e8f630841810..a81debd47f9c 100644 --- a/vmmigration/CHANGES.md +++ b/vmmigration/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/vmmigration/v1.4.0...vmmigration/v1.5.0) (2023-01-18) + + +### Features + +* **vmmigration:** AWS as a source feat: Cycles history feat: Cycle\Clone\Cutover steps ([ee41485](https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/vmmigration/v1.3.0...vmmigration/v1.4.0) (2023-01-04) diff --git a/vmmigration/internal/version.go b/vmmigration/internal/version.go index 9fa087b74c6b..e93235c20322 100644 --- a/vmmigration/internal/version.go +++ b/vmmigration/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.5.0" diff --git a/vmwareengine/CHANGES.md b/vmwareengine/CHANGES.md index db0a8ee0a271..7d72e567e8b1 100644 --- a/vmwareengine/CHANGES.md +++ b/vmwareengine/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/vmwareengine/v0.2.0...vmwareengine/v0.2.1) (2023-01-18) + + +### Documentation + +* **vmwareengine:** Update location in docstrings to use `us-central1` ([1fb0c5e](https://github.com/googleapis/google-cloud-go/commit/1fb0c5e105dcae3a30b2e5b10ee47b84cbef8295)) + ## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/vmwareengine/v0.1.0...vmwareengine/v0.2.0) (2023-01-04) diff --git a/vmwareengine/internal/version.go b/vmwareengine/internal/version.go index 8ed44effcd0f..6469702c6a64 100644 --- a/vmwareengine/internal/version.go +++ b/vmwareengine/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.0" +const Version = "0.2.1"