pulumi / pulumi-policy

Pulumi's Policy as Code SDK, CrossGuard. Define infrastructure checks in code to enforce security, compliance, cost, and other practices, enforced at deployment time.
https://www.pulumi.com/docs/guides/crossguard/
Apache License 2.0
31 stars 4 forks source link

Upgrade to grpc-js 1.10.1 & remove calls to deprecated server.start #343

Closed justinvp closed 3 months ago

justinvp commented 3 months ago

This matches a recent change we made to @pulumi/pulumi, upgrading the minimum version of @grpc/grpc-js to 1.10.1 and removing the deprecated server.start() calls that cause deprecation warnings to be printed. These calls are no longer necessary as the server is started in server.bindAsync.

Fixes #342