diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 4b31b014e44f..200777eb98cf 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,16 +1,16 @@ { "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.16.0", + "aiplatform": "1.17.0", "analytics": "0.9.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", "apigeeregistry": "0.1.0", - "apikeys": "0.0.0", + "apikeys": "0.1.0", "appengine": "1.3.0", "area120": "0.4.0", "artifactregistry": "1.4.0", - "asset": "1.3.0", + "asset": "1.4.0", "assuredworkloads": "1.2.0", "automl": "1.4.0", "baremetalsolution": "0.2.0", @@ -23,7 +23,7 @@ "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.4.0", - "compute": "1.8.0", + "compute": "1.9.0", "contactcenterinsights": "1.2.2", "container": "1.3.1", "containeranalysis": "0.4.0", @@ -39,7 +39,7 @@ "deploy": "1.2.1", "dialogflow": "1.12.1", "dlp": "1.4.0", - "documentai": "1.4.0", + "documentai": "1.5.0", "domains": "0.5.0", "essentialcontacts": "1.2.0", "eventarc": "1.6.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index b849fd57bf26..e69c7e0a401f 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.16.0...aiplatform/v1.17.0) (2022-08-18) + + +### Features + +* **aiplatform:** add WriteFeatureValues in aiplatform v1beta1 featurestore_online_service.proto ([370e23e](https://github.com/googleapis/google-cloud-go/commit/370e23eaa342a7055a8d8b6f8fe9420f83afe43e)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.15.0...aiplatform/v1.16.0) (2022-08-02) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index b82e17a1938d..6607c695d5cb 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.16.0" +const Version = "1.17.0" diff --git a/apikeys/CHANGES.md b/apikeys/CHANGES.md index b671f0bbcdd2..239fec8a748d 100644 --- a/apikeys/CHANGES.md +++ b/apikeys/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-08-18) + + +### Features + +* **apikeys:** start generating apiv2 ([#6524](https://github.com/googleapis/google-cloud-go/issues/6524)) ([8b140fa](https://github.com/googleapis/google-cloud-go/commit/8b140fa8a490d7f2e038ca8a776a1dfd46b74b4f)) diff --git a/apikeys/internal/version.go b/apikeys/internal/version.go index 76e34d06e610..9e90a014f79f 100644 --- a/apikeys/internal/version.go +++ b/apikeys/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/asset/CHANGES.md b/asset/CHANGES.md index bef73da3377a..9bdd2b0c318d 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.3.0...asset/v1.4.0) (2022-08-18) + + +### Features + +* **asset:** Add client library support for AssetService v1 BatchGetEffectiveIamPolicies API Committer: haochunzhang@ ([370e23e](https://github.com/googleapis/google-cloud-go/commit/370e23eaa342a7055a8d8b6f8fe9420f83afe43e)) +* **asset:** Release of query system Committer: lvv@ ([370e23e](https://github.com/googleapis/google-cloud-go/commit/370e23eaa342a7055a8d8b6f8fe9420f83afe43e)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.2.0...asset/v1.3.0) (2022-06-29) diff --git a/asset/internal/version.go b/asset/internal/version.go index bb0feadfd279..9fa087b74c6b 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.3.0" +const Version = "1.4.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 3fdc62f5bebd..930f4960a382 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.8.0...compute/v1.9.0) (2022-08-18) + + +### Features + +* **compute/metadata:** add http timeout to metadata client ([#6499](https://github.com/googleapis/google-cloud-go/issues/6499)) ([37d49f7](https://github.com/googleapis/google-cloud-go/commit/37d49f7a6a004baf55d880f6aa9e42e2e2d1e27e)), refs [#6498](https://github.com/googleapis/google-cloud-go/issues/6498) + ## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.7.0...compute/v1.8.0) (2022-08-09) diff --git a/compute/internal/version.go b/compute/internal/version.go index 0ad9373b3b59..37e23cdd396f 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.8.0" +const Version = "1.9.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index 6a3d234fbdf5..cc9b5b90b4f6 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,27 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.4.0...documentai/v1.5.0) (2022-08-18) + + +### ⚠ BREAKING CHANGES + +* **documentai:** Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion. + +### Features + +* **documentai:** Added field_mask to ProcessRequest object in document_processor_service.proto feat: Added parent_ids to Revision object in document.proto feat: Added integer_values, float_values and non_present to Entity object in document.proto feat: Added corrected_key_text, correct_value_text to FormField object in document.proto feat: Added OperationMetadata resource feat!: Added Processor Management and Processor Version support to v1 library ([370e23e](https://github.com/googleapis/google-cloud-go/commit/370e23eaa342a7055a8d8b6f8fe9420f83afe43e)) + + +### Documentation + +* **documentai:** fix minor docstring formatting ([370e23e](https://github.com/googleapis/google-cloud-go/commit/370e23eaa342a7055a8d8b6f8fe9420f83afe43e)) + + +### Miscellaneous Chores + +* **documentai:** release v1.5.0 ([#6522](https://github.com/googleapis/google-cloud-go/issues/6522)) ([4169a66](https://github.com/googleapis/google-cloud-go/commit/4169a66d15e99a14d3a59fd5d0e9a8f4509f0643)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.3.0...documentai/v1.4.0) (2022-02-23) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 9fa087b74c6b..e93235c20322 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.4.0" +const Version = "1.5.0"