You can see the `runtimePlatform` defined here, <h...
# typescript
b
@fast-island-38778 that’s for the 1.0x version of awsx, you need to update for that
npm install @pulumi/awsx@v1.0.0-beta.11
note: there are breaking changes between
awsx@0.40
and
awsx@1.x
m
Is the resource coverage much lower in 1.0?
f
That’s a lot of breaking changes ser 😅
m
f
All the errors that’s in my code
b
yep, semver change 🙂
m
I didn't see anything called out in the CHANGELOG, is there a list anywhere? https://github.com/pulumi/pulumi-awsx/blob/v1.0.0-beta.11/CHANGELOG.md
Or is it a "everything is broken, read how to use the new resources and rewrite your declarations"?
b
I don’t know if we’ve defined a migration strategy yet
m
Is it worth moving towards 1.0.0 sooner than later as a consumer?
b
we will maintain awsx 0.40.x as
awsx-classic
but it won’t receive any functionality updates
m
Alright, thank you
h
If you want to keep components working using the pre V1 code, all the old components live in
/classic
. These won't receive updates to functionality going forward though. But that should let you upgrade individual resources when you're ready
f
@happy-parrot-60128 live safer!
I noticed pulumi has to download a couple of plugins when running the
pulumi up
command against the
v1.0.x
version of
awsx
Would the pulumi GitHub workflow be compatible with the latest version
awsx
?
b
yes it works fine