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] committed Jul 12, 2023
1 parent 58a5209 commit 9f6e541
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"packages/google-container": "4.15.0",
"packages/google-dataflow": "2.1.2",
"packages/google-devtools-artifactregistry": "2.2.2",
"packages/google-devtools-cloudbuild": "3.9.0",
"packages/google-devtools-cloudbuild": "3.10.0",
"packages/google-devtools-containeranalysis": "4.7.0",
"packages/google-iam": "0.3.2",
"packages/google-iam-credentials": "2.0.4",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "58a520990dab3fdc00f5838a9b875a4fc72cf158",
"message": "[cloudbuild] Add routing information in Cloud Build GRPC clients",
"issues": [
"4410"
]
}
],
"version": "3.10.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/cloudbuild",
"id": "f9415119-ddea-42c4-96ce-628e942e2e32",
"createTime": "2023-07-12T20:12:34.844Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -11128,5 +11145,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-07-11T01:38:57.211Z"
"updateTime": "2023-07-12T20:12:34.844Z"
}
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

## [3.10.0](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.9.0...cloudbuild-v3.10.0) (2023-07-12)


### Features

* [cloudbuild] Add routing information in Cloud Build GRPC clients ([#4410](https://github.com/googleapis/google-cloud-node/issues/4410)) ([58a5209](https://github.com/googleapis/google-cloud-node/commit/58a520990dab3fdc00f5838a9b875a4fc72cf158))

## [3.9.0](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.8.0...cloudbuild-v3.9.0) (2023-07-11)


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": "3.9.0",
"version": "3.10.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": "^3.9.0"
"@google-cloud/cloudbuild": "^3.10.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 9f6e541

Please sign in to comment.