Hi all, I have just released Pulumi `v2.0.0-beta....
# announcements
b
Hi all, I have just released Pulumi
v2.0.0-beta.3
. • https://www.npmjs.com/package/@pulumi/pulumi/v/2.0.0-beta.3https://pypi.org/project/pulumi/2.0.0b3/https://www.nuget.org/packages/Pulumi/2.0.0-beta.3 Hot on the heels of this release will be all of the providers being released as betas using the new functionality in Pulumi v2.0 Please do try it out if you are able to and let us know of any problems! Paul
🎉 9
b
Hi @broad-dog-22463, After my first test with pulumi 2.0, I encounter one blocking issue. Removing the `StackReference.requireOutputSync`has many impacts, because we didn’t get a
string
anymore but a
pulumi.Output<string>
. So I have to rework a lot of code to try to add asynchronism if possible, and I don’t know how to do that is some cases (In `ComponentResource`for example, and there is not documentation about these advanced cases) It’s just an early feedback as I have to work deeper to find out what’s really blocking or just annoying 🙂 I’ll try to open github issue as soon as possible. Manuel