Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulumi up fails when upgrading from version 0.59.2 to 0.62.7 #529

Open
ajgassner opened this issue Dec 21, 2024 · 0 comments
Open

pulumi up fails when upgrading from version 0.59.2 to 0.62.7 #529

ajgassner opened this issue Dec 21, 2024 · 0 comments

Comments

@ajgassner
Copy link

ajgassner commented Dec 21, 2024

panic: schemaOnlyProvider does not implement runtime operation InitLogging

using Pulumi with TypeScript

versions:
"@pulumi/aws": "6.65.0",
"@pulumi/kubernetes": "4.19.0",
"@pulumi/kubernetes-cert-manager": "0.0.7",
"@pulumi/pulumi": "3.144.1",

➜ pulumi up
Previewing update (default):
     Type                          Name                                                               Plan       Info
     pulumi:pulumi:Stack           pulumi-infra-default                                                          
     └─ pulumi:providers:exoscale  default_0_62_7_github_/api.github.com/pulumiverse/pulumi-exoscale             1 error

Diagnostics:
  pulumi:providers:exoscale (default_0_62_7_github_/api.github.com/pulumiverse/pulumi-exoscale):
    error: could not read plugin [/Users/xxx/.pulumi/plugins/resource-exoscale-v0.62.7/pulumi-resource-exoscale] stdout: EOF

  pulumi:pulumi:Stack (pulumi-infra-default):
    panic: schemaOnlyProvider does not implement runtime operation InitLogging
    goroutine 1 [running]:
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/internal/schemashim.(*SchemaOnlyProvider).InitLogging(...)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/pf/internal/schemashim/provider.go:157
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.Main({_, _}, {_, _}, {{0x104c2a540, 0x14000f51950}, {0x104041704, 0x8}, {0x0, 0x0}, ...}, ...)
    	/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/tfbridge/main.go:71 +0x34c
    main.main()
    	/home/runner/work/pulumi-exoscale/pulumi-exoscale/provider/cmd/pulumi-resource-exoscale/main.go:31 +0xa4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant