adorable-action-51248
01/11/2023, 10:27 AMresource plugin docker-3.7.0-alpha.1668812666] downloading from : failed to download plugin: docker-3.7.0-alpha.1668812666
it just happened. the pulumi deployments now are failing. while they work last week.
tried pulumi 3.40.2
and 3.42.0
.
brew upgrade pulumi
does not upgrade to 3.51.0
pulumi-docker>=3.4.1<4.0.0
which pulled in pulumi-docker-3.5.0a1660680787
which is an alpha version i assume.
fixed the issue by pinning the version to ==3.6.1
and then had to delete the provider reference in the state.
would it be possible to release alpha pip packages such that they are not installed when providing a range version in pip ?echoing-dinner-19531
01/11/2023, 10:48 AMadorable-action-51248
01/11/2023, 10:49 AMpulumi-docker-3.5.0a1660680787
-> pulumi-docker-3.5.0.a1660680787
echoing-dinner-19531
01/11/2023, 10:52 AMadorable-action-51248
01/11/2023, 10:56 AMpip 19.0.3
echoing-dinner-19531
01/11/2023, 10:58 AMdry-keyboard-94795
01/11/2023, 11:07 AMechoing-dinner-19531
01/11/2023, 11:07 AMpython -m pip install 'pulumi-docker>=3.4.1,<4.0.0'
Collecting pulumi-docker<4.0.0,>=3.4.1
Downloading pulumi_docker-3.6.1.tar.gz (86 kB)
dry-keyboard-94795
01/11/2023, 11:08 AMadorable-action-51248
01/11/2023, 11:09 AM,
fixes the issue