Hi flagging a possible bug in pulumi-aws package r...
# general
r
Hi flagging a possible bug in pulumi-aws package release v6.62.0 released today. All my deploys were suddenly failing with this error. Downgraded back to v.6.61 and working again.
Copy code
Diagnostics:
  pulumi:pulumi:Stack:
    panic: fatal: error An assertion has failed: Failed to read schema-embed.json. source error: read schema-embed.json/: is a directory
    goroutine 1 [running]:
    github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.failfast(...)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.140.0/go/common/util/contract/failfast.go:23
    github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.AssertNoErrorf({0x1e47a160, 0xc0037d60c0}, {0x1a4178a6?, 0x17aa45c0?}, {0x0?, 0x1a3f1387?, 0x1e?})
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.140.0/go/common/util/contract/assert.go:51 +0x12b
    main.main()
    	/home/runner/work/pulumi-aws/pulumi-aws/provider/cmd/pulumi-resource-aws/main.go:58 +0x1cb
 
  pulumi:providers:aws (default_6_62_0):
    error: could not read plugin [/home/runner/.pulumi/plugins/resource-aws-v6.62.0/pulumi-resource-aws] stdout: EOF
h
hi @refined-needle-44251, sorry for the disruption! we’re aware and working on it https://github.com/pulumi/pulumi-aws/issues/4863
downgrading to 6.61.0 is the right call for now. a patch release is on the way but will still take a while to bake.
r
No worries thank you for the update!
h
closing the loop — 6.62.1 was released yesterday and is safe to use. 6.62.0 was yanked from package managers to prevent folks from accidentally picking it up. again a huge apology for the inconvenience! we’re adding some safeguards to prevent this from happening again.