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 Oct 16, 2024
1 parent 312ba7f commit 2d45d05
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 7 deletions.
4 changes: 2 additions & 2 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.11.0",
"packages/google-cloud-dataproc": "5.12.0",
"packages/google-cloud-dataqna": "3.2.0",
"packages/google-cloud-datastream": "3.2.0",
"packages/google-cloud-deploy": "4.1.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"packages/google-cloud-monitoring": "4.1.0",
"packages/google-cloud-netapp": "0.6.0",
"packages/google-cloud-networkconnectivity": "3.5.0",
"packages/google-cloud-networkmanagement": "3.7.0",
"packages/google-cloud-networkmanagement": "3.8.0",
"packages/google-cloud-networksecurity": "2.3.0",
"packages/google-cloud-networkservices": "0.7.0",
"packages/google-cloud-notebooks": "3.4.0",
Expand Down
96 changes: 95 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,100 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "[networkmanagement] add messages and fields related to Redis Instances",
"issues": [
"5755"
]
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add messages and fields related to Redis Clusters",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add PSC network attachment URI to the InstanceInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add subnet URI and region name to the NetworkInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add firewall policy URI to the FirewallInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add fields related to advertised routes to the RouteInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add region name field to the RouteInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add region name to the ForwardingRuleInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add load balancer name to the ForwardingRuleInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add PSC target fields to the ForwardingRuleInfo proto",
"issues": []
},
{
"type": "feat",
"sha": "312ba7fa3330b19e20f32ff6a7e6703185623a26",
"message": "Add more detailed abort and drop causes to corresponding enums",
"issues": []
}
],
"version": "3.8.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/network-management",
"id": "cc2ec5cb-a285-45ca-b347-6b92ae33e846",
"createTime": "2024-10-16T00:35:34.154Z"
},
{
"changes": [
{
"type": "feat",
"sha": "9639bc9a253ccf94a4318210d638b29a42a5ee72",
"message": "[dataproc] Add `ProvisioningModelMix` to support mixing of spot and standard instances for secondary workers",
"issues": [
"5753"
]
}
],
"version": "5.12.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataproc",
"id": "a2c14c8a-e30f-4130-993d-3c54cd461910",
"createTime": "2024-10-16T00:35:34.136Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -37098,5 +37192,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-10-10T19:23:48.665Z"
"updateTime": "2024-10-16T00:35:34.154Z"
}
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.12.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.11.0...dataproc-v5.12.0) (2024-10-16)


### Features

* [dataproc] Add `ProvisioningModelMix` to support mixing of spot and standard instances for secondary workers ([#5753](https://github.com/googleapis/google-cloud-node/issues/5753)) ([9639bc9](https://github.com/googleapis/google-cloud-node/commit/9639bc9a253ccf94a4318210d638b29a42a5ee72))

## [5.11.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.10.0...dataproc-v5.11.0) (2024-10-10)


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.11.0",
"version": "5.12.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.11.0",
"@google-cloud/dataproc": "^5.12.0",
"@google-cloud/storage": "^7.0.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/google-cloud-networkmanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.8.0](https://github.com/googleapis/google-cloud-node/compare/network-management-v3.7.0...network-management-v3.8.0) (2024-10-16)


### Features

* [networkmanagement] add messages and fields related to Redis Instances ([#5755](https://github.com/googleapis/google-cloud-node/issues/5755)) ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add fields related to advertised routes to the RouteInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add firewall policy URI to the FirewallInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add load balancer name to the ForwardingRuleInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add messages and fields related to Redis Clusters ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add more detailed abort and drop causes to corresponding enums ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add PSC network attachment URI to the InstanceInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add PSC target fields to the ForwardingRuleInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add region name field to the RouteInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add region name to the ForwardingRuleInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))
* Add subnet URI and region name to the NetworkInfo proto ([312ba7f](https://github.com/googleapis/google-cloud-node/commit/312ba7fa3330b19e20f32ff6a7e6703185623a26))

## [3.7.0](https://github.com/googleapis/google-cloud-node/compare/network-management-v3.6.0...network-management-v3.7.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-networkmanagement/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/network-management",
"version": "3.7.0",
"version": "3.8.0",
"description": "networkmanagement client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/network-management": "^3.7.0"
"@google-cloud/network-management": "^3.8.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 2d45d05

Please sign in to comment.