From 38ef49bbac9c3da6a1774edc225c93ed77e7da60 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:28:09 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 6 +++--- aiplatform/CHANGES.md | 12 ++++++++++++ aiplatform/internal/version.go | 2 +- confidentialcomputing/CHANGES.md | 7 +++++++ confidentialcomputing/internal/version.go | 2 +- filestore/CHANGES.md | 7 +++++++ filestore/internal/version.go | 2 +- 7 files changed, 32 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 671b1d46fdfe..50f2f80e3592 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,7 +3,7 @@ "accesscontextmanager": "1.8.4", "advisorynotifications": "1.2.3", "ai": "0.1.4", - "aiplatform": "1.53.0", + "aiplatform": "1.54.0", "alloydb": "1.7.0", "analytics": "0.21.6", "apigateway": "1.6.4", @@ -30,7 +30,7 @@ "commerce": "0.1.3", "compute": "1.23.3", "compute/metadata": "0.2.3", - "confidentialcomputing": "1.3.3", + "confidentialcomputing": "1.4.0", "config": "0.1.4", "contactcenterinsights": "1.12.0", "container": "1.28.0", @@ -54,7 +54,7 @@ "edgenetwork": "0.1.0", "essentialcontacts": "1.6.5", "eventarc": "1.13.3", - "filestore": "1.7.4", + "filestore": "1.8.0", "functions": "1.15.4", "gkebackup": "1.3.4", "gkeconnect": "0.8.4", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index ff5245eabc15..d19e289a885d 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.54.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.53.0...aiplatform/v1.54.0) (2023-11-16) + + +### Features + +* **aiplatform:** Add ComputeTokens and CountTokens API ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) +* **aiplatform:** Add ComputeTokens API ([#8999](https://github.com/googleapis/google-cloud-go/issues/8999)) ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) +* **aiplatform:** Add deployment_timeout to UploadModel ModelContainerSpec ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) +* **aiplatform:** Add deployment_timeout to UploadModel ModelContainerSpec ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) +* **aiplatform:** Add protected_artifact_location_id to CustomJob ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) +* **aiplatform:** Add protected_artifact_location_id to CustomJob ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) + ## [1.53.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.52.0...aiplatform/v1.53.0) (2023-11-09) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 215f04cde09f..63de91334f29 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.53.0" +const Version = "1.54.0" diff --git a/confidentialcomputing/CHANGES.md b/confidentialcomputing/CHANGES.md index 339f2f0392d2..a0f108d4bda2 100644 --- a/confidentialcomputing/CHANGES.md +++ b/confidentialcomputing/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/confidentialcomputing/v1.3.3...confidentialcomputing/v1.4.0) (2023-11-16) + + +### Features + +* **confidentialcomputing:** Add a new field `token_type` to `TokenOptions` message proto ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) + ## [1.3.3](https://github.com/googleapis/google-cloud-go/compare/confidentialcomputing/v1.3.2...confidentialcomputing/v1.3.3) (2023-11-01) diff --git a/confidentialcomputing/internal/version.go b/confidentialcomputing/internal/version.go index cdc75d9c37cb..976cf7e2813c 100644 --- a/confidentialcomputing/internal/version.go +++ b/confidentialcomputing/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.3" +const Version = "1.4.0" diff --git a/filestore/CHANGES.md b/filestore/CHANGES.md index 1184c1ffb19f..79bf550c3864 100644 --- a/filestore/CHANGES.md +++ b/filestore/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.7.4...filestore/v1.8.0) (2023-11-16) + + +### Features + +* **filestore:** Added REGIONAL tier support in the v1 API ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b)) + ## [1.7.4](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.7.3...filestore/v1.7.4) (2023-11-01) diff --git a/filestore/internal/version.go b/filestore/internal/version.go index 22f603a2cb07..0ad9373b3b59 100644 --- a/filestore/internal/version.go +++ b/filestore/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.4" +const Version = "1.8.0"