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 Sep 4, 2024
1 parent 75e89ab commit 353ec20
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/google-area120-tables": "3.3.0",
"packages/google-cloud-accessapproval": "3.3.0",
"packages/google-cloud-advisorynotifications": "1.4.0",
"packages/google-cloud-aiplatform": "3.28.0",
"packages/google-cloud-aiplatform": "3.29.0",
"packages/google-cloud-alloydb": "1.9.0",
"packages/google-cloud-apigateway": "3.3.0",
"packages/google-cloud-apigeeconnect": "3.3.0",
Expand All @@ -20,7 +20,7 @@
"packages/google-cloud-assuredworkloads": "4.3.0",
"packages/google-cloud-automl": "4.3.0",
"packages/google-cloud-baremetalsolution": "1.4.0",
"packages/google-cloud-batch": "1.13.0",
"packages/google-cloud-batch": "1.14.0",
"packages/google-cloud-beyondcorp-appconnections": "1.3.0",
"packages/google-cloud-beyondcorp-appconnectors": "1.3.0",
"packages/google-cloud-beyondcorp-appgateways": "1.3.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"packages/google-cloud-datafusion": "3.2.0",
"packages/google-cloud-datalabeling": "4.2.0",
"packages/google-cloud-dataplex": "3.11.0",
"packages/google-cloud-dataproc": "5.7.0",
"packages/google-cloud-dataproc": "5.8.0",
"packages/google-cloud-dataqna": "3.2.0",
"packages/google-cloud-datastream": "3.2.0",
"packages/google-cloud-deploy": "4.0.0",
Expand Down
54 changes: 53 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "2d1df0fe8ba212573550b7046db7f6688d7ee036",
"message": "[dataproc]add optional parameters (tarball-access) in DiagnoseClusterRequest",
"issues": [
"5652"
]
}
],
"version": "5.8.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataproc",
"id": "61886ed3-b521-44ba-b964-ff60428b104b",
"createTime": "2024-09-04T18:54:20.552Z"
},
{
"changes": [
{
"type": "feat",
"sha": "de5b8c0911b0a4f6e1cd7dfc96602a2c22dee40f",
"message": "[batch] promote block_project_ssh_keys support to batch v1 API",
"issues": [
"5653"
],
"scope": "v1"
}
],
"version": "1.14.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/batch",
"id": "cf095acc-8a72-4171-b29e-0a5e9c5d3e12",
"createTime": "2024-09-04T18:54:20.537Z"
},
{
"changes": [
{
"type": "feat",
"sha": "d62f18a7e7b0800e44604216f3c9a7477dc8551e",
"message": "Add Vector DB config for Vertex RAG (Weaviate + FeatureStore)",
"issues": [
"5648"
]
}
],
"version": "3.29.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/aiplatform",
"id": "99a4057c-4a1f-4585-97c0-dff95ed3d1be",
"createTime": "2024-09-04T18:54:20.521Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -36215,5 +36267,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-08-29T21:45:48.411Z"
"updateTime": "2024-09-04T18:54:20.552Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.29.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.28.0...aiplatform-v3.29.0) (2024-09-04)


### Features

* Add Vector DB config for Vertex RAG (Weaviate + FeatureStore) ([#5648](https://github.com/googleapis/google-cloud-node/issues/5648)) ([d62f18a](https://github.com/googleapis/google-cloud-node/commit/d62f18a7e7b0800e44604216f3c9a7477dc8551e))

## [3.28.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.27.0...aiplatform-v3.28.0) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/aiplatform",
"version": "3.28.0",
"version": "3.29.0",
"description": "Vertex AI client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^3.28.0"
"@google-cloud/aiplatform": "^3.29.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.14.0](https://github.com/googleapis/google-cloud-node/compare/batch-v1.13.0...batch-v1.14.0) (2024-09-04)


### Features

* **v1:** [batch] promote block_project_ssh_keys support to batch v1 API ([#5653](https://github.com/googleapis/google-cloud-node/issues/5653)) ([de5b8c0](https://github.com/googleapis/google-cloud-node/commit/de5b8c0911b0a4f6e1cd7dfc96602a2c22dee40f))

## [1.13.0](https://github.com/googleapis/google-cloud-node/compare/batch-v1.12.0...batch-v1.13.0) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/batch",
"version": "1.13.0",
"version": "1.14.0",
"description": "Batch client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-batch/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/batch": "^1.13.0"
"@google-cloud/batch": "^1.14.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/dataproc?activeTab=versions

## [5.8.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.7.0...dataproc-v5.8.0) (2024-09-04)


### Features

* [dataproc]add optional parameters (tarball-access) in DiagnoseClusterRequest ([#5652](https://github.com/googleapis/google-cloud-node/issues/5652)) ([2d1df0f](https://github.com/googleapis/google-cloud-node/commit/2d1df0fe8ba212573550b7046db7f6688d7ee036))

## [5.7.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.6.0...dataproc-v5.7.0) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dataproc",
"description": "Google Cloud Dataproc API client for Node.js",
"version": "5.7.0",
"version": "5.8.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^5.7.0",
"@google-cloud/dataproc": "^5.8.0",
"@google-cloud/storage": "^7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 353ec20

Please sign in to comment.