Hi, is there any plan to bump pulumi version for c...
# general
s
Hi, is there any plan to bump pulumi version for cloudflare provider?
s
Hi @some-king-80791! I believe we’re already tracking v1.12.0 of upstream, which is the latest version?
s
Sorry, I was not clear. I meant the version of pulumi SDK for NodeJS. https://github.com/pulumi/pulumi-cloudflare/blob/master/sdk/nodejs/package.json#L16
s
Ah I see
We could conceivably bump that to 0.18.0, yes
s
cool. I wanted to use cloudflare provider with the latest SDK.
This is because I also use other providers like gcp and kubernetes, and they work with the latest SDK.
But, should I create stack per provider at the first place? Is it how I supposed to manage Pulumi stacks?
s
No, you can absolutely use multiple providers in the same program and stack
I’ll open a ticket to expand the version range allowed
s
thanks