This message was deleted.
# general
s
This message was deleted.
i
Copy code
"dependencies": {
        "@pulumi/azure": "^3.0.0",
        "@pulumi/azuread": "^2.3.0",
        "@pulumi/kubernetes": "^2.3.0",
        "@pulumi/pulumi": "^2.0.0",
        "@pulumi/random": "^2.1.2",
        "@pulumi/tls": "^2.1.2"
    }
=> Found β€œ@pulumi/azure@3.9.2”
Upgraded to latest:
Copy code
"dependencies": {
        "@pulumi/azure": "^3.9.2",
        "@pulumi/azuread": "^2.3.0",
        "@pulumi/kubernetes": "^2.3.0",
        "@pulumi/pulumi": "^2.4.0",
        "@pulumi/random": "^2.1.3",
        "@pulumi/tls": "^2.1.3"
    }
same issue
b
Looking right now @icy-jordan-58549
Found the issue - will look at trggering a v3.9.3 release shortly
sorry about this!
i
np, thanks @broad-dog-22463
b
my fault, thanks for alerting on this @icy-jordan-58549
πŸ‘ 1
i
@broad-dog-22463 could you please update me whenever npm will be updated? Thanks
b
@icy-jordan-58549 I just pushed the tag - 20mins and we should have a new npm package!
i
Sounds great!
Thanks!
@pulumi/kubernetes ^2.3.0 β†’ ^2.3.1
warning: resource plugin azure is expected to have version >=3.9.2, but has ; the wrong version may be on your path, or this may be a bug in the plugin
oh, hold on πŸ™‚ we are waiting for azure package πŸ™‚
b
Looks like it has been released @icy-jordan-58549
3.9.3
Sorry again :)
i
reinstalled from scratch, still getting it πŸ™‚
Copy code
warning: resource plugin azure is expected to have version >=3.9.2, but has ; the wrong version may be on your path, or this may be a bug in the plugin
yarn why @pulumi/azure => Found β€œ@pulumi/azure@3.9.3”
pulumi up, get same issue πŸ™‚
b
@icy-jordan-58549 can you check the version of the binary installed
Copy code
~/.pulumi/plugins/resource-azure-v3.9.3/pulumi-resource-azure -version
v3.9.3
also double check there isn't another provider binary in your
$PATH
by doing
which pulumi-resource-azure
i
pulumi-resource-azure not found
Copy code
~/.pulumi/plugins/resource-azure-v3.9.3/pulumi-resource-azure -version                                                                                                                                                                 v3.9.3
b
can you remove resource-azure-v3.9.2 from
~/.pulumi/plugins
to be sure
i
yep, I did that!
@billowy-army-68599 but
pulumi
downloaded it again
Copy code
pulumi up                                                                                                                                                                                                       
Previewing update (test4):
[resource plugin azure-3.9.2] installin
I think the problem here, you need to upgrade
pulumi
bin also, correct? πŸ™‚
/usr/local/bin/pulumi
pulumi version v2.4.0
b
hmm no, it sjould be grabbing plugin version
3.9.3
- can you remove your
node_modules
and the
~/.pulumi/plugins/*azure*
and redo
npm install
and then
pulumi up
oh, wait. that's why!
@pulumi/azure": "^3.9.2",
can you up it to
3.9.3
just to be sure?
here I’ve validated, that I have 3.9.3
rimraf the plugin folder
node_modules
checking again
it’s downloading old version πŸ™‚
and then fails:
Copy code
error: no resource plugin 'azure-v3.9.3' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v3.9.3``
b
@icy-jordan-58549 can you open an issue with the azure repo for this?