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 27, 2024
1 parent fe95238 commit 8cea18a
Show file tree
Hide file tree
Showing 11 changed files with 87 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 @@ -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.10.0",
"packages/google-cloud-dataproc": "5.11.0",
"packages/google-cloud-dataqna": "3.2.0",
"packages/google-cloud-datastream": "3.2.0",
"packages/google-cloud-deploy": "4.0.0",
Expand Down Expand Up @@ -140,7 +140,7 @@
"packages/google-container": "5.17.0",
"packages/google-dataflow": "3.3.0",
"packages/google-devtools-artifactregistry": "3.4.0",
"packages/google-devtools-cloudbuild": "4.5.0",
"packages/google-devtools-cloudbuild": "4.6.0",
"packages/google-devtools-cloudprofiler": "0.6.0",
"packages/google-devtools-containeranalysis": "5.6.0",
"packages/google-iam": "1.3.0",
Expand Down Expand Up @@ -187,7 +187,7 @@
"packages/google-cloud-developerconnect": "0.1.0",
"packages/google-cloud-privilegedaccessmanager": "0.1.0",
"packages/google-shopping-merchant-products": "0.1.0",
"packages/google-shopping-merchant-accounts": "0.1.0",
"packages/google-shopping-merchant-accounts": "1.0.0",
"packages/google-cloud-gdchardwaremanagement": "0.2.0",
"packages/google-cloud-apihub": "0.1.0"
}
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": "fix",
"sha": "8928489a31a942397429023dca61da026522856a",
"message": "[merchantapi] The type of an existing field `time_zone` is changed from `message` to `string` in message `.google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest`",
"issues": [
"5714"
],
"breakingChangeNote": "[merchantapi] The type of an existing field `time_zone` is changed from `message` to `string` in message `.google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest` ([#5714](https://github.com/googleapis/google-cloud-node/issues/5714))"
}
],
"version": "1.0.0",
"language": "JAVASCRIPT",
"artifactName": "@google-shopping/accounts",
"id": "4c7fd919-88ed-4d42-85f9-3e422a629713",
"createTime": "2024-09-27T01:24:46.382Z"
},
{
"changes": [
{
"type": "feat",
"sha": "7cbf6b20d0e4944779ba71aaa3388abbf3840ed5",
"message": "[cloudbuild] Add LEGACY_BUCKET option to DefaultLogsBucketBehavior",
"issues": [
"5700"
]
}
],
"version": "4.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/cloudbuild",
"id": "50b849c2-1bf4-49e2-834c-054358597057",
"createTime": "2024-09-27T01:24:46.365Z"
},
{
"changes": [
{
"type": "feat",
"sha": "fe95238882e9c30570e025d11dc3a8ef5d4614a8",
"message": "[dataproc] add support for Spark Connect sessions in Dataproc Serverless for Spark",
"issues": [
"5709"
]
}
],
"version": "5.11.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataproc",
"id": "869ba85a-42ef-4fc2-b090-33aa2c38fdbf",
"createTime": "2024-09-27T01:24:46.348Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -36640,5 +36692,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-09-24T17:54:23.620Z"
"updateTime": "2024-09-27T01:24:46.382Z"
}
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.11.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.10.0...dataproc-v5.11.0) (2024-09-27)


### Features

* [dataproc] add support for Spark Connect sessions in Dataproc Serverless for Spark ([#5709](https://github.com/googleapis/google-cloud-node/issues/5709)) ([fe95238](https://github.com/googleapis/google-cloud-node/commit/fe95238882e9c30570e025d11dc3a8ef5d4614a8))

## [5.10.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.9.0...dataproc-v5.10.0) (2024-09-24)


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.10.0",
"version": "5.11.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.10.0",
"@google-cloud/dataproc": "^5.11.0",
"@google-cloud/storage": "^7.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/google-devtools-cloudbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.6.0](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v4.5.0...cloudbuild-v4.6.0) (2024-09-27)


### Features

* [cloudbuild] Add LEGACY_BUCKET option to DefaultLogsBucketBehavior ([#5700](https://github.com/googleapis/google-cloud-node/issues/5700)) ([7cbf6b2](https://github.com/googleapis/google-cloud-node/commit/7cbf6b20d0e4944779ba71aaa3388abbf3840ed5))

## [4.5.0](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v4.4.0...cloudbuild-v4.5.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"name": "@google-cloud/cloudbuild",
"version": "4.5.0",
"version": "4.6.0",
"author": "Google LLC",
"description": "Cloud Build API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-cloudbuild/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha test --timeout=800000"
},
"dependencies": {
"@google-cloud/cloudbuild": "^4.5.0"
"@google-cloud/cloudbuild": "^4.6.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/google-shopping-merchant-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/googleapis/google-cloud-node/compare/accounts-v0.1.0...accounts-v1.0.0) (2024-09-27)


### ⚠ BREAKING CHANGES

* [merchantapi] The type of an existing field `time_zone` is changed from `message` to `string` in message `.google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest` ([#5714](https://github.com/googleapis/google-cloud-node/issues/5714))

### Bug Fixes

* [merchantapi] The type of an existing field `time_zone` is changed from `message` to `string` in message `.google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest` ([#5714](https://github.com/googleapis/google-cloud-node/issues/5714)) ([8928489](https://github.com/googleapis/google-cloud-node/commit/8928489a31a942397429023dca61da026522856a))

## 0.1.0 (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-shopping-merchant-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-shopping/accounts",
"version": "0.1.0",
"version": "1.0.0",
"description": "Merchant API client for Node.js",
"repository": {
"type": "git",
Expand Down
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-shopping/accounts": "^0.1.0"
"@google-shopping/accounts": "^1.0.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 8cea18a

Please sign in to comment.