pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

upgrade pulumi/pulumi dependencies #1536

Closed tgummerer closed 6 months ago

tgummerer commented 6 months ago

This repo is currently using old pulumi/pkg and pulumi/sdk dependencies. These depend on the no longer existing appdash-data package, so the tests are currently broken in CI.

Update the dependencies to unbreak CI.

tgummerer commented 6 months ago

pulumi-trace-tool also need its dependencies updated, so I'm converting this to a draft for now.

tgummerer commented 6 months ago

Turns out we still need to wait for the pulumi 3.100 release, as 3.99 still has a dependency on pulumi-java that has an older dependency on pulumi/pulumi.

cnunciato commented 6 months ago

@tgummerer I went ahead and addressed this with #1538 to unblock the tests, so I think we can close this for now. Thanks for submitting though!

tgummerer commented 6 months ago

Great, thanks!