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 11, 2022
1 parent f846c34 commit 557379b
Show file tree
Hide file tree
Showing 22 changed files with 143 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"packages/google-cloud-certificatemanager": "0.6.2",
"packages/google-cloud-contentwarehouse": "0.1.2",
"packages/google-cloud-dataplex": "2.2.2",
"packages/google-cloud-dataproc": "4.1.1",
"packages/google-cloud-dataproc": "4.2.0",
"packages/google-cloud-deploy": "2.2.2",
"packages/google-cloud-dialogflow": "5.3.0",
"packages/google-cloud-dialogflow": "5.4.0",
"packages/google-cloud-discoveryengine": "0.2.0",
"packages/google-cloud-gkeconnect-gateway": "2.0.5",
"packages/google-cloud-gkemulticloud": "0.1.4",
"packages/google-cloud-language": "5.1.2",
"packages/google-cloud-memcache": "2.1.4",
"packages/google-cloud-monitoring": "3.0.3",
"packages/google-cloud-monitoring": "3.0.4",
"packages/google-cloud-oslogin": "4.0.4",
"packages/google-cloud-phishingprotection": "3.0.6",
"packages/google-cloud-policytroubleshooter": "2.0.6",
Expand All @@ -32,10 +32,10 @@
"packages/google-cloud-resourcemanager": "4.1.3",
"packages/google-cloud-security-publicca": "0.1.3",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-texttospeech": "4.0.4",
"packages/google-cloud-translate": "7.0.4",
"packages/google-cloud-videointelligence": "4.1.1",
"packages/google-container": "4.4.0",
"packages/google-cloud-texttospeech": "4.0.5",
"packages/google-cloud-translate": "7.0.5",
"packages/google-cloud-videointelligence": "4.2.0",
"packages/google-container": "4.5.0",
"packages/google-devtools-artifactregistry": "2.0.2",
"packages/google-iam": "0.2.2",
"packages/google-maps-addressvalidation": "0.1.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [4.2.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v4.1.1...dataproc-v4.2.0) (2022-11-11)


### Features

* Add support for Dataproc metric configuration ([#626](https://github.com/googleapis/google-cloud-node/issues/626)) ([5f3b3f3](https://github.com/googleapis/google-cloud-node/commit/5f3b3f35c8f27fec11a7dc5ba8c54a8faeb642a6))


### Bug Fixes

* Allow passing gax instance to client constructor ([#612](https://github.com/googleapis/google-cloud-node/issues/612)) ([5c7bc28](https://github.com/googleapis/google-cloud-node/commit/5c7bc281d322b57b2e32f51aaa67d1047022125f))
* **deps:** Do not depend on protobufjs ([#607](https://github.com/googleapis/google-cloud-node/issues/607)) ([16cd19e](https://github.com/googleapis/google-cloud-node/commit/16cd19e1f966e834dc10d5ee4449a6b43fc0d6d0))
* **deps:** Roll back dependency @google-cloud/dataproc to ^4.0.0 ([#627](https://github.com/googleapis/google-cloud-node/issues/627)) ([0387b16](https://github.com/googleapis/google-cloud-node/commit/0387b161da2e442bab3504d12b27832f7e6ad151))
* **deps:** Use google-gax v3.5.2 ([#631](https://github.com/googleapis/google-cloud-node/issues/631)) ([500c4bc](https://github.com/googleapis/google-cloud-node/commit/500c4bcdbe6d96db32ff21e7e5ef8066450b0ad0))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#617](https://github.com/googleapis/google-cloud-node/issues/617)) ([4588d7d](https://github.com/googleapis/google-cloud-node/commit/4588d7d3203abdf074d4efda1fa2c05fda14c24f))
* Preserve default values in x-goog-request-params header ([#620](https://github.com/googleapis/google-cloud-node/issues/620)) ([1e43d85](https://github.com/googleapis/google-cloud-node/commit/1e43d85d98aca5272bb73f1edd55ea2e0f93bded))
* update JS and TS protos ([60eec08](https://github.com/googleapis/google-cloud-node/commit/60eec08d96de0268bae289f09e83cb3f693a69d5))
* Update JS and TS protos ([#635](https://github.com/googleapis/google-cloud-node/issues/635)) ([60eec08](https://github.com/googleapis/google-cloud-node/commit/60eec08d96de0268bae289f09e83cb3f693a69d5))

## [4.1.1](https://github.com/googleapis/nodejs-dataproc/compare/v4.1.0...v4.1.1) (2022-11-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": "4.1.1",
"version": "4.2.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": "^4.1.1",
"@google-cloud/dataproc": "^4.2.0",
"@google-cloud/storage": "^6.0.0"
},
"devDependencies": {
Expand Down
26 changes: 26 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

[1]: https://www.npmjs.com/package/dialogflow?activeTab=versions

## [5.4.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-v5.3.0...dialogflow-v5.4.0) (2022-11-11)


### Features

* Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) ([#1002](https://github.com/googleapis/google-cloud-node/issues/1002)) ([eb5830e](https://github.com/googleapis/google-cloud-node/commit/eb5830e486647ed04ba56dc159c4e0add50d4e96))
* Added obfuscated_external_user_id to Participant ([fc0b2d1](https://github.com/googleapis/google-cloud-node/commit/fc0b2d128b83cbeb1ae19f620feed3cf44e5ad45))
* Added StreamingAnalyzeContent API ([#1004](https://github.com/googleapis/google-cloud-node/issues/1004)) ([fc0b2d1](https://github.com/googleapis/google-cloud-node/commit/fc0b2d128b83cbeb1ae19f620feed3cf44e5ad45))
* Can directly set Cloud Speech model on the SpeechToTextConfig ([fc0b2d1](https://github.com/googleapis/google-cloud-node/commit/fc0b2d128b83cbeb1ae19f620feed3cf44e5ad45))
* Can directly set Cloud Speech model on the SpeechToTextConfig ([fc0b2d1](https://github.com/googleapis/google-cloud-node/commit/fc0b2d128b83cbeb1ae19f620feed3cf44e5ad45))
* Include conversation dataset name to be created with dataset creation metadata ([#1003](https://github.com/googleapis/google-cloud-node/issues/1003)) ([854485b](https://github.com/googleapis/google-cloud-node/commit/854485bff1cd850fcbe370f416abb1cd24966ea2))


### Bug Fixes

* Allow passing gax instance to client constructor ([#971](https://github.com/googleapis/google-cloud-node/issues/971)) ([538fd9f](https://github.com/googleapis/google-cloud-node/commit/538fd9f7ce980d9a196e8ca3d7d928a49f0f1e0f))
* better support for fallback mode ([538fd9f](https://github.com/googleapis/google-cloud-node/commit/538fd9f7ce980d9a196e8ca3d7d928a49f0f1e0f))
* Change import long to require ([#972](https://github.com/googleapis/google-cloud-node/issues/972)) ([c17839c](https://github.com/googleapis/google-cloud-node/commit/c17839cdfa84ea692b33cef642a8a72571af95fd))
* **deps:** Update dependency uuid to v9 ([#977](https://github.com/googleapis/google-cloud-node/issues/977)) ([639a2ad](https://github.com/googleapis/google-cloud-node/commit/639a2add7449d985cfea780157b734afac46d3a8))
* **deps:** Use google-gax v3.5.2 ([#1007](https://github.com/googleapis/google-cloud-node/issues/1007)) ([0026b77](https://github.com/googleapis/google-cloud-node/commit/0026b77472438c6d98a8e9d9dab7a9059b225ce3))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#976](https://github.com/googleapis/google-cloud-node/issues/976)) ([59c8b1b](https://github.com/googleapis/google-cloud-node/commit/59c8b1b1994e37673726ae72bbef4958e55c9b12))
* Preserve default values in x-goog-request-params header ([#979](https://github.com/googleapis/google-cloud-node/issues/979)) ([0cbc26c](https://github.com/googleapis/google-cloud-node/commit/0cbc26c91406899c19796143bc63c68cad3b1644))
* update proto definitions ([f71d7c5](https://github.com/googleapis/google-cloud-node/commit/f71d7c5d1bc5ea6c8a9c98779586d590e85a7cb4))
* Update proto definitions ([#1010](https://github.com/googleapis/google-cloud-node/issues/1010)) ([f71d7c5](https://github.com/googleapis/google-cloud-node/commit/f71d7c5d1bc5ea6c8a9c98779586d590e85a7cb4))
* use google-gax v3.3.0 ([59c8b1b](https://github.com/googleapis/google-cloud-node/commit/59c8b1b1994e37673726ae72bbef4958e55c9b12))

## [5.3.0](https://github.com/googleapis/nodejs-dialogflow/compare/v5.2.1...v5.3.0) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dialogflow",
"description": "Dialogflow API client for Node.js",
"version": "5.3.0",
"version": "5.4.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test --timeout=600000"
},
"dependencies": {
"@google-cloud/dialogflow": "^5.3.0",
"@google-cloud/dialogflow": "^5.4.0",
"pb-util": "^1.0.0",
"uuid": "^9.0.0",
"yargs": "^16.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.0.4](https://github.com/googleapis/google-cloud-node/compare/monitoring-v3.0.3...monitoring-v3.0.4) (2022-11-11)


### Bug Fixes

* Change import long to require ([#624](https://github.com/googleapis/google-cloud-node/issues/624)) ([b8519c2](https://github.com/googleapis/google-cloud-node/commit/b8519c2320f0cc260b9531e9b6cd7b01ff55b732))
* **deps:** Use google-gax v3.5.2 ([#647](https://github.com/googleapis/google-cloud-node/issues/647)) ([c70cfd7](https://github.com/googleapis/google-cloud-node/commit/c70cfd7e723f3ac646d74fff057ecb721da6652a))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#627](https://github.com/googleapis/google-cloud-node/issues/627)) ([676cf86](https://github.com/googleapis/google-cloud-node/commit/676cf86190b0924c586c2033aaa1d21cfd764ec3))
* update proto definitions ([c059598](https://github.com/googleapis/google-cloud-node/commit/c05959800498ac6c8967627aa50dd6c91cfe2f39))
* Update proto definitions([#651](https://github.com/googleapis/google-cloud-node/issues/651)) ([c059598](https://github.com/googleapis/google-cloud-node/commit/c05959800498ac6c8967627aa50dd6c91cfe2f39))
* use google-gax v3.3.0 ([676cf86](https://github.com/googleapis/google-cloud-node/commit/676cf86190b0924c586c2033aaa1d21cfd764ec3))

## [3.0.3](https://github.com/googleapis/nodejs-monitoring/compare/v3.0.2...v3.0.3) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "3.0.3",
"version": "3.0.4",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/monitoring": "^3.0.3",
"@google-cloud/monitoring": "^3.0.4",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/google-cloud-texttospeech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [4.0.5](https://github.com/googleapis/google-cloud-node/compare/text-to-speech-v4.0.4...text-to-speech-v4.0.5) (2022-11-11)


### Bug Fixes

* Allow passing gax instance to client constructor ([#625](https://github.com/googleapis/google-cloud-node/issues/625)) ([eb51cfc](https://github.com/googleapis/google-cloud-node/commit/eb51cfcfffab957caffadf99c068fc0a2b3a06b1))
* Change import long to require ([#620](https://github.com/googleapis/google-cloud-node/issues/620)) ([ff76e43](https://github.com/googleapis/google-cloud-node/commit/ff76e436584e716e573720cc52ad6e53995d0a63))
* **deps:** Use google-gax v3.5.2 ([#641](https://github.com/googleapis/google-cloud-node/issues/641)) ([0de1851](https://github.com/googleapis/google-cloud-node/commit/0de185164b42c05bc4a9ddbc440600c5aeef1f93))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#624](https://github.com/googleapis/google-cloud-node/issues/624)) ([f8135b7](https://github.com/googleapis/google-cloud-node/commit/f8135b7d0b9fb99d432b4a86486b854da2e73990))
* Preserve default values in x-goog-request-params header ([#627](https://github.com/googleapis/google-cloud-node/issues/627)) ([608cdbd](https://github.com/googleapis/google-cloud-node/commit/608cdbdefdb6ef4ee3fdeba160eead1ca72356b8))
* update proto definitions ([6f489ab](https://github.com/googleapis/google-cloud-node/commit/6f489abc2c039b9e316f318d93748bb102cd0c51))
* Update proto definitions ([#645](https://github.com/googleapis/google-cloud-node/issues/645)) ([6f489ab](https://github.com/googleapis/google-cloud-node/commit/6f489abc2c039b9e316f318d93748bb102cd0c51))
* use google-gax v3.3.0 ([f8135b7](https://github.com/googleapis/google-cloud-node/commit/f8135b7d0b9fb99d432b4a86486b854da2e73990))

## [4.0.4](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.3...v4.0.4) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/text-to-speech",
"description": "Cloud Text-to-Speech API client for Node.js",
"version": "4.0.4",
"version": "4.0.5",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=60000"
},
"dependencies": {
"@google-cloud/text-to-speech": "^4.0.4",
"@google-cloud/text-to-speech": "^4.0.5",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/google-cloud-translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

[1]: https://www.npmjs.com/package/nodejs-translate?activeTab=versions

## [7.0.5](https://github.com/googleapis/google-cloud-node/compare/translate-v7.0.4...translate-v7.0.5) (2022-11-11)


### Bug Fixes

* Allow passing gax instance to client constructor ([#814](https://github.com/googleapis/google-cloud-node/issues/814)) ([a8fcf6a](https://github.com/googleapis/google-cloud-node/commit/a8fcf6abc1dfcda436ffcac8571e87f9d1330a23))
* Better support for fallback mode ([#809](https://github.com/googleapis/google-cloud-node/issues/809)) ([ec38559](https://github.com/googleapis/google-cloud-node/commit/ec38559dc593d1220f51f257d34c9167b46485eb))
* Change import long to require ([#810](https://github.com/googleapis/google-cloud-node/issues/810)) ([fb30e78](https://github.com/googleapis/google-cloud-node/commit/fb30e78110ec72721964d36e29837b53674af745))
* **deps:** Update dependency @google-cloud/vision to v3 ([#816](https://github.com/googleapis/google-cloud-node/issues/816)) ([f9c8985](https://github.com/googleapis/google-cloud-node/commit/f9c89856f75ba09fb83e7017de4fa07abb732d04))
* **deps:** Use google-gax v3.5.2 ([#879](https://github.com/googleapis/google-cloud-node/issues/879)) ([cd7f55f](https://github.com/googleapis/google-cloud-node/commit/cd7f55f5d4a48c84e232994106208147828294b2))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#813](https://github.com/googleapis/google-cloud-node/issues/813)) ([a246e53](https://github.com/googleapis/google-cloud-node/commit/a246e53a70949ce90a4214dc586d2d63da598ace))
* Preserve default values in x-goog-request-params header ([#820](https://github.com/googleapis/google-cloud-node/issues/820)) ([4950dff](https://github.com/googleapis/google-cloud-node/commit/4950dfff358f4dea60fd2c17b1b2a012f95dcdd8))
* update proto definitions ([7dcf347](https://github.com/googleapis/google-cloud-node/commit/7dcf3474db020ec631aad4152c48ed6013ec9428))
* Update proto definitions ([#883](https://github.com/googleapis/google-cloud-node/issues/883)) ([7dcf347](https://github.com/googleapis/google-cloud-node/commit/7dcf3474db020ec631aad4152c48ed6013ec9428))
* use google-gax v3.3.0 ([a246e53](https://github.com/googleapis/google-cloud-node/commit/a246e53a70949ce90a4214dc586d2d63da598ace))

## [7.0.4](https://github.com/googleapis/nodejs-translate/compare/v7.0.3...v7.0.4) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/translate",
"description": "Cloud Translation API Client Library for Node.js",
"version": "7.0.4",
"version": "7.0.5",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@google-cloud/automl": "^3.0.0",
"@google-cloud/text-to-speech": "^4.0.0",
"@google-cloud/translate": "^7.0.4",
"@google-cloud/translate": "^7.0.5",
"@google-cloud/vision": "^3.0.0",
"yargs": "^16.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [4.2.0](https://github.com/googleapis/google-cloud-node/compare/video-intelligence-v4.1.1...video-intelligence-v4.2.0) (2022-11-11)


### Features

* Accept google-gax instance as a parameter ([#743](https://github.com/googleapis/google-cloud-node/issues/743)) ([a7b4664](https://github.com/googleapis/google-cloud-node/commit/a7b4664ab8467441f22def9bd98a999b27bf01c5))


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#761](https://github.com/googleapis/google-cloud-node/issues/761)) ([91d9355](https://github.com/googleapis/google-cloud-node/commit/91d9355cdd8cc07ece07816360660d06070a6313))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#747](https://github.com/googleapis/google-cloud-node/issues/747)) ([1e9f27c](https://github.com/googleapis/google-cloud-node/commit/1e9f27cbadf60725ab6a0af8720b6510bd57871d))

## [4.1.1](https://github.com/googleapis/nodejs-video-intelligence/compare/v4.1.0...v4.1.1) (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/video-intelligence",
"description": "Google Cloud Video Intelligence API client for Node.js",
"version": "4.1.1",
"version": "4.2.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test --timeout=800000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^4.1.1",
"@google-cloud/video-intelligence": "^4.2.0",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 557379b

Please sign in to comment.