Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 16, 2023
1 parent ac48a67 commit 38ef49b
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions confidentialcomputing/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion confidentialcomputing/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions filestore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion filestore/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 38ef49b

Please sign in to comment.