https://pulumi.com logo
s

some-king-80791

04/02/2019, 12:13 AM
Hi, is there any plan to bump pulumi version for cloudflare provider?
s

stocky-spoon-28903

04/02/2019, 2:29 AM
Hi @some-king-80791! I believe we’re already tracking v1.12.0 of upstream, which is the latest version?
s

some-king-80791

04/02/2019, 2:32 AM
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

stocky-spoon-28903

04/02/2019, 2:33 AM
Ah I see
We could conceivably bump that to 0.18.0, yes
s

some-king-80791

04/02/2019, 2:45 AM
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

stocky-spoon-28903

04/02/2019, 2:59 AM
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

some-king-80791

04/02/2019, 3:08 AM
thanks