diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 33edadf6fd1..d9bfc8f8c6b 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.3.1", "accesscontextmanager": "1.2.0", - "aiplatform": "1.23.0", + "aiplatform": "1.24.0", "analytics": "0.12.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", @@ -10,7 +10,7 @@ "appengine": "1.3.0", "area120": "0.6.0", "artifactregistry": "1.7.0", - "asset": "1.6.0", + "asset": "1.7.0", "assuredworkloads": "1.6.0", "automl": "1.6.0", "baremetalsolution": "0.2.0", @@ -33,11 +33,11 @@ "datafusion": "1.3.0", "datalabeling": "0.6.0", "dataplex": "1.1.0", - "dataproc": "1.5.0", + "dataproc": "1.6.0", "dataqna": "0.6.0", "datastream": "1.3.0", "deploy": "1.2.1", - "dialogflow": "1.16.0", + "dialogflow": "1.16.1", "dlp": "1.5.0", "documentai": "1.8.0", "domains": "0.7.0", @@ -53,12 +53,12 @@ "gkemulticloud": "0.2.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", - "iam": "0.4.0", + "iam": "0.5.0", "iap": "1.3.0", "ids": "1.0.0", "iot": "1.2.0", "kms": "1.4.0", - "language": "1.5.0", + "language": "1.6.0", "lifesciences": "0.6.0", "managedidentities": "1.2.0", "mediatranslation": "0.6.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 624c829ed7c..bbc90940c81 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,16 @@ # Changes +## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.23.0...aiplatform/v1.24.0) (2022-09-28) + + +### Features + +* **aiplatform:** add model_source_info to Model in aiplatform v1 model.proto ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) +* **aiplatform:** add model_source_info to Model in aiplatform v1beta1 model.proto ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) +* **aiplatform:** add timestamp_outside_retention_rows_count to ImportFeatureValuesResponse and ImportFeatureValuesOperationMetadata in aiplatform v1 featurestore_service.proto feat: add RemoveContextChildren rpc to aiplatform v1 metadata_service.proto feat: add order_by to ListArtifactsRequest, ListContextsRequest, and ListExecutionsRequest in aiplatform v1 metadata_service.proto ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) +* **aiplatform:** add timestamp_outside_retention_rows_count to ImportFeatureValuesResponse and ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto feat: add RemoveContextChildren rpc to aiplatform v1beta1 metadata_service.proto feat: add order_by to ListArtifactsRequest, ListContextsRequest, and ListExecutionsRequest in aiplatform v1beta1 metadata_service.proto feat: add InputArtifact to RuntimeConfig in aiplatform v1beta1 pipeline_job.proto feat: add read_mask to ListPipelineJobsRequest in aiplatform v1beta1 pipeline_service.proto feat: add TransferLearningConfig in aiplatform v1beta1 study.proto ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.22.0...aiplatform/v1.23.0) (2022-09-26) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 63955370032..291a237fe1c 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.23.0" +const Version = "1.24.0" diff --git a/asset/CHANGES.md b/asset/CHANGES.md index c70ce4d1f86..b6ddf70a843 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.6.0...asset/v1.7.0) (2022-09-28) + + +### Features + +* **asset:** Add client library support for AssetService v1 SavedQuery APIs Committer: jeffreyai@ ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.5.0...asset/v1.6.0) (2022-09-08) diff --git a/asset/internal/version.go b/asset/internal/version.go index 05d3396f100..7c251d99455 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.6.0" +const Version = "1.7.0" diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md index e36f1828e13..163444d239a 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.5.0...dataproc/v1.6.0) (2022-09-28) + + +### Features + +* **dataproc:** add support for Dataproc metric configuration ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.4.0...dataproc/v1.5.0) (2022-02-23) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index e93235c2032..05d3396f100 100644 --- a/dataproc/internal/version.go +++ b/dataproc/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 66f2b8f43ba..1841472138e 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.0...dialogflow/v1.16.1) (2022-09-28) + + +### Bug Fixes + +* **dialogflow/cx:** revert removal of LRO mixin ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.15.0...dialogflow/v1.16.0) (2022-09-21) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index b82e17a1938..7f65f679fbf 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.16.0" +const Version = "1.16.1" diff --git a/iam/CHANGES.md b/iam/CHANGES.md index a0fa663524c..6bea6935933 100644 --- a/iam/CHANGES.md +++ b/iam/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.4.0...iam/v0.5.0) (2022-09-28) + + +### Features + +* **iam:** remove ListApplicablePolicies ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/iam/v0.3.0...iam/v0.4.0) (2022-09-06) diff --git a/iam/internal/version.go b/iam/internal/version.go index 3f98e7de606..d0d3f79115b 100644 --- a/iam/internal/version.go +++ b/iam/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.0" +const Version = "0.5.0" diff --git a/language/CHANGES.md b/language/CHANGES.md index 88348b40cbd..24d5e3a2119 100644 --- a/language/CHANGES.md +++ b/language/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.5.0...language/v1.6.0) (2022-09-28) + + +### Features + +* **language:** Add support for V1 and V2 classification models for the V1 API ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) +* **language:** Add support for V1 and V2 classification models for the V1Beta2 API ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + + +### Documentation + +* **language:** fix docstring formatting ([52dddd1](https://github.com/googleapis/google-cloud-go/commit/52dddd1ed89fbe77e1859311c3b993a77a82bfc7)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.4.0...language/v1.5.0) (2022-09-21) diff --git a/language/internal/version.go b/language/internal/version.go index e93235c2032..05d3396f100 100644 --- a/language/internal/version.go +++ b/language/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0"