-
Notifications
You must be signed in to change notification settings - Fork 643
allow setting gRPC metadata #1546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/common/src/grpc-service.js
Outdated
| grpc.credentials.createFromGoogleCredential(authClient) | ||
| ]; | ||
|
|
||
| callCredentialObjects = callCredentialObjects.concat(self.callCredentials); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/common/src/grpc-service.js
Outdated
|
|
||
| for (var prop in metadata) { | ||
| grpcMetadata.add(prop, metadata[prop]); | ||
| } |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
This is an unexpected use of call credentials, but it should work. Another option would be to add the metadata directly to the per call metadata when making a call, by doing something like this wherever you make grpc calls: for (prop in metadata) {
perCallMetadata.add(prop, metadata[prop]);
}
service.callMethod(argument, perCallMetadata, callback); |
|
Changes Unknown when pulling 975f506 on stephenplusplus:spp--1542 into * on GoogleCloudPlatform:master*. |
packages/common/src/grpc-service.js
Outdated
| var service = this.getService_(protoOpts); | ||
| var grpcOpts = {}; | ||
|
|
||
| var metadata = null; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
5be4355 to
e0ac517
Compare
packages/common/src/grpc-service.js
Outdated
| this.grpcCredentials = grpc.credentials.createInsecure(); | ||
| } | ||
|
|
||
| this.grpcMetadata = null; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
71470f9 to
9cf0c10
Compare
packages/common/test/grpc-service.js
Outdated
| @@ -241,11 +241,17 @@ describe('GrpcService', function() { | |||
| }); | |||
|
|
|||
| it('should default grpcMetadata to null', function() { | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
🤖 I have created a release *beep* *boop* --- ## [3.1.1](googleapis/nodejs-iot@v3.1.0...v3.1.1) (2022-09-22) ### Bug Fixes * Allow passing gax instance to client constructor ([#584](googleapis/nodejs-iot#584)) ([4bbcd42](googleapis/nodejs-iot@4bbcd42)) * Better support for fallback mode ([#580](googleapis/nodejs-iot#580)) ([8a387d0](googleapis/nodejs-iot@8a387d0)) * Change import long to require ([#581](googleapis/nodejs-iot#581)) ([2ad4aac](googleapis/nodejs-iot@2ad4aac)) * **deps:** Update dependency @google-cloud/iot to v3 ([#576](googleapis/nodejs-iot#576)) ([12bf4a7](googleapis/nodejs-iot@12bf4a7)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iot/issues/1553)) ([#583](googleapis/nodejs-iot#583)) ([24729a5](googleapis/nodejs-iot@24729a5)) * Preserve default values in x-goog-request-params header ([#586](googleapis/nodejs-iot#586)) ([cced8e7](googleapis/nodejs-iot@cced8e7)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iot/issues/1546)) ([#582](googleapis/nodejs-iot#582)) ([c6bb3f9](googleapis/nodejs-iot@c6bb3f9)) * use google-gax v3.3.0 ([24729a5](googleapis/nodejs-iot@24729a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/googleapis/nodejs-binary-authorization/compare/v2.0.0...v2.1.0) (2022-10-06) ### Features * Add new analysis status and cvss version fields ([#187](https://github.com/googleapis/nodejs-binary-authorization/issues/187)) ([d461de8](https://github.com/googleapis/nodejs-binary-authorization/commit/d461de86c3abc5db180ae32ea4e6063f3c00df25)) ### Bug Fixes * Allow passing gax instance to client constructor ([#177](https://github.com/googleapis/nodejs-binary-authorization/issues/177)) ([6ef4a52](https://github.com/googleapis/nodejs-binary-authorization/commit/6ef4a520c1bb49fca8159324dbf41af10931357e)) * Better support for fallback mode ([#170](https://github.com/googleapis/nodejs-binary-authorization/issues/170)) ([fa2e0b5](https://github.com/googleapis/nodejs-binary-authorization/commit/fa2e0b5991a80e912c65f896bdc0c2670b2a349d)) * Change import long to require ([#172](https://github.com/googleapis/nodejs-binary-authorization/issues/172)) ([6327374](https://github.com/googleapis/nodejs-binary-authorization/commit/6327374ea12b05cc4d752b059e4d9a098174f45b)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-binary-authorization/issues/1553)) ([#176](https://github.com/googleapis/nodejs-binary-authorization/issues/176)) ([1a53ab4](https://github.com/googleapis/nodejs-binary-authorization/commit/1a53ab4d1bb04f4759494973a3297c3dcf295833)) * Preserve default values in x-goog-request-params header ([#180](https://github.com/googleapis/nodejs-binary-authorization/issues/180)) ([80b0dcf](https://github.com/googleapis/nodejs-binary-authorization/commit/80b0dcf989b20f874e0912af641fdc12419887f2)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-binary-authorization/issues/1546)) ([#175](https://github.com/googleapis/nodejs-binary-authorization/issues/175)) ([f412b6e](https://github.com/googleapis/nodejs-binary-authorization/commit/f412b6e8349aab08d3d5d985cd38f91750c1f030)) * use google-gax v3.3.0 ([1a53ab4](https://github.com/googleapis/nodejs-binary-authorization/commit/1a53ab4d1bb04f4759494973a3297c3dcf295833)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.0.2](https://github.com/googleapis/nodejs-iam-credentials/compare/v2.0.1...v2.0.2) (2022-11-10) ### Bug Fixes * Allow passing gax instance to client constructor ([#145](https://github.com/googleapis/nodejs-iam-credentials/issues/145)) ([e3cfeba](https://github.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4)) * better support for fallback mode ([e3cfeba](https://github.com/googleapis/nodejs-iam-credentials/commit/e3cfebad3d72c4e844d95758d8571f8969c94ab4)) * Change import long to require ([#146](https://github.com/googleapis/nodejs-iam-credentials/issues/146)) ([cbd8f76](https://github.com/googleapis/nodejs-iam-credentials/commit/cbd8f76476b6ab2f37f47f1597375af2937f96e2)) * **deps:** Use google-gax v3.5.2 ([#156](https://github.com/googleapis/nodejs-iam-credentials/issues/156)) ([4bd9f8b](https://github.com/googleapis/nodejs-iam-credentials/commit/4bd9f8b60e50ee6e6a3da08ef6d07999d81b39d7)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-iam-credentials/issues/1553)) ([#149](https://github.com/googleapis/nodejs-iam-credentials/issues/149)) ([ecd43bd](https://github.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657)) * Preserve default values in x-goog-request-params header ([#150](https://github.com/googleapis/nodejs-iam-credentials/issues/150)) ([0cb6540](https://github.com/googleapis/nodejs-iam-credentials/commit/0cb6540ed6efcc905547845d71dd923ba5743d0e)) * Regenerated protos JS and TS definitions ([#159](https://github.com/googleapis/nodejs-iam-credentials/issues/159)) ([cece8c7](https://github.com/googleapis/nodejs-iam-credentials/commit/cece8c758df280204a4a1f4fd60b00c3161c1424)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-iam-credentials/issues/1546)) ([#148](https://github.com/googleapis/nodejs-iam-credentials/issues/148)) ([bc7ddbf](https://github.com/googleapis/nodejs-iam-credentials/commit/bc7ddbfbfb8151a6cdc6422bb345c6e993867539)) * use google-gax v3.3.0 ([ecd43bd](https://github.com/googleapis/nodejs-iam-credentials/commit/ecd43bdd58621e4d967d52d185fcda846b65e657)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.2.1](https://github.com/googleapis/nodejs-gke-backup/compare/v0.2.0...v0.2.1) (2022-10-06) ### Bug Fixes * Allow passing gax instance to client constructor ([#19](https://github.com/googleapis/nodejs-gke-backup/issues/19)) ([be50ca6](https://github.com/googleapis/nodejs-gke-backup/commit/be50ca6ffad150c2a01d278bed2a6c0b3c5bb25c)) * Better support for fallback mode ([#15](https://github.com/googleapis/nodejs-gke-backup/issues/15)) ([97bc598](https://github.com/googleapis/nodejs-gke-backup/commit/97bc5987b3273be24009cf2057208e602284e298)) * Change import long to require ([#16](https://github.com/googleapis/nodejs-gke-backup/issues/16)) ([954a348](https://github.com/googleapis/nodejs-gke-backup/commit/954a3488b822fb4f6f6eab0ac89a0dd12aa44b2c)) * **deps:** Update dependency google-gax to v3 ([#11](https://github.com/googleapis/nodejs-gke-backup/issues/11)) ([f4ac21d](https://github.com/googleapis/nodejs-gke-backup/commit/f4ac21d3ade5906714f971fa9c1de935995776e9)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-gke-backup/issues/1553)) ([#18](https://github.com/googleapis/nodejs-gke-backup/issues/18)) ([6c6b272](https://github.com/googleapis/nodejs-gke-backup/commit/6c6b272e2a7732ef73326beb40f44f84544a5362)) * Preserve default values in x-goog-request-params header ([#20](https://github.com/googleapis/nodejs-gke-backup/issues/20)) ([46e4b70](https://github.com/googleapis/nodejs-gke-backup/commit/46e4b70f6e6f5fa29d9c7351022d8ac936062c01)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-gke-backup/issues/1546)) ([#17](https://github.com/googleapis/nodejs-gke-backup/issues/17)) ([ccd066b](https://github.com/googleapis/nodejs-gke-backup/commit/ccd066b358ea6903af72016d3f0c65ecca2bba95)) * use google-gax v3.3.0 ([6c6b272](https://github.com/googleapis/nodejs-gke-backup/commit/6c6b272e2a7732ef73326beb40f44f84544a5362)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [3.1.1](googleapis/nodejs-dialogflow-cx@v3.1.0...v3.1.1) (2022-09-14) ### Bug Fixes * Allow passing gax instance to client constructor ([#310](googleapis/nodejs-dialogflow-cx#310)) ([5eb33cd](googleapis/nodejs-dialogflow-cx@5eb33cd)) * Better support for fallback mode ([#305](googleapis/nodejs-dialogflow-cx#305)) ([f63bcf2](googleapis/nodejs-dialogflow-cx@f63bcf2)) * Change import long to require ([#306](googleapis/nodejs-dialogflow-cx#306)) ([343bc0e](googleapis/nodejs-dialogflow-cx@343bc0e)) * **deps:** Update dependency uuid to v9 ([#311](googleapis/nodejs-dialogflow-cx#311)) ([f7ba638](googleapis/nodejs-dialogflow-cx@f7ba638)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dialogflow-cx/issues/1553)) ([#309](googleapis/nodejs-dialogflow-cx#309)) ([844c8f7](googleapis/nodejs-dialogflow-cx@844c8f7)) * Preserve default values in x-goog-request-params header ([#312](googleapis/nodejs-dialogflow-cx#312)) ([239d018](googleapis/nodejs-dialogflow-cx@239d018)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dialogflow-cx/issues/1546)) ([#308](googleapis/nodejs-dialogflow-cx#308)) ([7363dfe](googleapis/nodejs-dialogflow-cx@7363dfe)) * use google-gax v3.3.0 ([844c8f7](googleapis/nodejs-dialogflow-cx@844c8f7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.2.0](https://github.com/googleapis/nodejs-cloud-tpu/compare/v2.1.0...v2.2.0) (2022-11-10) ### Features * Add Secure Boot support to TPU v2alpha1 API ([#98](https://github.com/googleapis/nodejs-cloud-tpu/issues/98)) ([e4fc278](https://github.com/googleapis/nodejs-cloud-tpu/commit/e4fc27883278b8161bb7ad598dd83021e2467d99)) ### Bug Fixes * Allow passing gax instance to client constructor ([#96](https://github.com/googleapis/nodejs-cloud-tpu/issues/96)) ([d636ecf](https://github.com/googleapis/nodejs-cloud-tpu/commit/d636ecf4798258a71f289bd6a6add2cf45e6a2cb)) * Better support for fallback mode ([#91](https://github.com/googleapis/nodejs-cloud-tpu/issues/91)) ([a291abd](https://github.com/googleapis/nodejs-cloud-tpu/commit/a291abd4a0418eb375f9c4a27f19735afee4acca)) * Change import long to require ([#92](https://github.com/googleapis/nodejs-cloud-tpu/issues/92)) ([5de09bb](https://github.com/googleapis/nodejs-cloud-tpu/commit/5de09bb8786a790ff5a6d643f8493b6f6ea3c4ec)) * **deps:** Use google-gax v3.5.2 ([#104](https://github.com/googleapis/nodejs-cloud-tpu/issues/104)) ([86b8617](https://github.com/googleapis/nodejs-cloud-tpu/commit/86b86173fe7f8dd33e5cb6abb683f32d148670c6)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-cloud-tpu/issues/1553)) ([#95](https://github.com/googleapis/nodejs-cloud-tpu/issues/95)) ([e4289c1](https://github.com/googleapis/nodejs-cloud-tpu/commit/e4289c164ea2123947328ceddfb09cf083e50a19)) * Preserve default values in x-goog-request-params header ([#97](https://github.com/googleapis/nodejs-cloud-tpu/issues/97)) ([42310b7](https://github.com/googleapis/nodejs-cloud-tpu/commit/42310b7a99b51320e9924f8ecd1d75513b28b598)) * Regenerated protos JS and TS definitions ([#107](https://github.com/googleapis/nodejs-cloud-tpu/issues/107)) ([7e3cba5](https://github.com/googleapis/nodejs-cloud-tpu/commit/7e3cba5fd489373a7c460369d37f04c32e3cd9c3)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-cloud-tpu/issues/1546)) ([#94](https://github.com/googleapis/nodejs-cloud-tpu/issues/94)) ([7a26fe6](https://github.com/googleapis/nodejs-cloud-tpu/commit/7a26fe63b51c661bdd22bfafecc3d4291247dddf)) * use google-gax v3.3.0 ([e4289c1](https://github.com/googleapis/nodejs-cloud-tpu/commit/e4289c164ea2123947328ceddfb09cf083e50a19)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.2.0](googleapis/nodejs-bigquery-migration@v0.1.0...v0.2.0) (2022-09-14) ### Features * Add MySQL dialect to bigquerymigration v2 client library ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) ### Bug Fixes * Allow passing gax instance to client constructor ([#12](googleapis/nodejs-bigquery-migration#12)) ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) * better support for fallback mode ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) * Change import long to require ([#13](googleapis/nodejs-bigquery-migration#13)) ([b9c6786](googleapis/nodejs-bigquery-migration@b9c6786)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-migration/issues/1553)) ([#16](googleapis/nodejs-bigquery-migration#16)) ([c7ed184](googleapis/nodejs-bigquery-migration@c7ed184)) * Preserve default values in x-goog-request-params header ([#17](googleapis/nodejs-bigquery-migration#17)) ([64baf4b](googleapis/nodejs-bigquery-migration@64baf4b)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-migration/issues/1546)) ([#15](googleapis/nodejs-bigquery-migration#15)) ([a7e4f6e](googleapis/nodejs-bigquery-migration@a7e4f6e)) * use google-gax v3.3.0 ([c7ed184](googleapis/nodejs-bigquery-migration@c7ed184)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/cloud-profiler-nodejs@v5.0.2...v5.0.3) (2022-09-09) ### Bug Fixes * **deps:** Update dependency protobufjs to ~7.1.0 ([#854](googleapis/cloud-profiler-nodejs#854)) ([e8e725d](googleapis/cloud-profiler-nodejs@e8e725d)) * Remove pip install statements ([#1546](https://github.com/googleapis/cloud-profiler-nodejs/issues/1546)) ([#852](googleapis/cloud-profiler-nodejs#852)) ([85ddb0f](googleapis/cloud-profiler-nodejs@85ddb0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
* fix: add hashes to requirements.txt and update Docker images so they require hashes. * fix: add hashes to docker/owlbot/java/src * Squashed commit of the following: commit ab7384ea1c30df8ec2e175566ef2508e6c3a2acb Author: Jeffrey Rennie <[email protected]> Date: Tue Aug 23 11:38:48 2022 -0700 fix: remove pip install statements (#1546) because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 commit 302667c9ab7210da42cc337e8f39fe1ea99049ef Author: WhiteSource Renovate <[email protected]> Date: Tue Aug 23 19:50:28 2022 +0200 chore(deps): update dependency setuptools to v65.2.0 (#1541) Co-authored-by: Anthonios Partheniou <[email protected]> commit 6e9054fd91d1b500cae58ff72ee9aeb626077756 Author: WhiteSource Renovate <[email protected]> Date: Tue Aug 23 19:42:51 2022 +0200 chore(deps): update dependency nbconvert to v7 (#1543) Co-authored-by: Anthonios Partheniou <[email protected]> commit d229a1258999f599a90a9b674a1c5541e00db588 Author: Alexander Fenster <[email protected]> Date: Mon Aug 22 15:04:53 2022 -0700 fix: update google-gax and remove obsolete deps (#1545) commit 13ce62621e70059b2f5e3a7bade735f91c53339c Author: Jeffrey Rennie <[email protected]> Date: Mon Aug 22 11:08:21 2022 -0700 chore: remove release config and script (#1540) We don't release to pypi anymore. * chore: rollback java changes to move forward with other languages until Java's docker image is fixed Source-Link: googleapis/synthtool@4826337 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:7fefeb9e517db2dd8c8202d9239ff6788d6852bc92dd3aac57a46059679ac9de Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
because the tools are already installed in the docker image as of googleapis/testing-infra-docker#227 Source-Link: googleapis/synthtool@ab7384e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Co-authored-by: losalex <[email protected]>
RE: #1542
To Dos
@murgatroid99 -- could you take a look and let me know if this is the correct way to set metadata? Thanks!