<@UB39JFCKC> Do you know when the other providers ...
# dotnet
f
@tall-librarian-49374 Do you know when the other providers will be released to be able to use 1.12.1? I tried upgrading to the newer Kubernetes version to test the fix but that broke all the other providers since they are not release with 1.12.1 support. The providers I am using are the VSphere, F5BigIP, Rancher2, and Vault.
Copy code
System.MissingMethodException: Method not found: 'Void Pulumi.CustomResource..ctor(System.String, System.String, Pulumi.ResourceArgs, Pulumi.ResourceOptions)'
Looks to be related to the change from ResourceOptions to ComponentResourceOptions. I wonder if this should have been a deprecation instead of a breaking change?
t
Yes, hoping to be the last major breaking change in the pipeline for GA, Kubernetes release is in progress now, can’t speak about other smaller providers just yet.
If you need them all, your best bet for now is to keep using an older Pulumi Nuget (1.9.1?)
f
The issue with specifying the pulumi version such as 1.9.1 I get the "Detected package downgrade" error, then if I ignore that I get a "System.IO.FileLoadException: Could not load file or assembly 'Pulumi, Version=1.12.1.0,..." error. It does not seem easy to downgrade the pulumi package while trying to use the newer provider versions.
I was able to test that the release works by creating a new project with just the kubernetes plugin. Unfortunately I am unable to mix the new kubernetes plugin with the others due to the decency issue which is causing my to split up my projects.