Hi, I'm encountering an issue should have been res...
# general
b
Hi, I'm encountering an issue should have been resolved by https://github.com/pulumi/pulumi-docker/pull/863 and I am using
@pulumi/docker
version 4.5.1 but it keeps using the older version of the plugin. I explicitly installed 4.5.1 and removed 4.5.0 but it just reinstalls 4.5.0 when I try to deploy. How can I force pulumi to use version 4.5.1?
s
You may need to update your language-specific files (such as
package.json
and
package-lock.json
for TypeScript,
requirements.txt
for Python,
go.mod
for Go, etc.) to indicate what version you want to use.
b
I have installed version 4.5.1 of the NPM package but it still uses version 4.5.0 of the plugin
Could the issue be that awsx is somehow making it use 4.5.0?
s
Assuming your
package.json
and
package-lock.json
are updated appropriately, then yes, it could be a dependency pulled in via AWSX.
b
Do I have any option but to wait until the next release of awsx?
s
Unfortunately, no. Is this for a resource managed by AWSX, or a resource managed by a separate Docker provider? If the latter, you should be able to specify the version (via
package.json
and
package-lock.json
). If the former, then you’ll have to wait for an AWSX update.
b
It's the former, sadly. Do you have any idea when the next release of AWSX will be?
s
What version are you currently on? v2.5.0 is the latest release, cut last week.
b
2.5.0
s
Yeah, you’ll have to wait for the next release of AWSX. Let me see if I can get some insight on their release schedule (in the past it looks like they’ve been released about every 6 weeks or so, but I don’t know if that is their planned cadence).
@brainy-rainbow-11515 Apologies for the delay in getting back to you. If you'll file an issue on the AWSX repository explaining that you need the fix from Docker 4.5.1, they said they should be able to knock out a release within a couple days (possibly same day). Let me know if you have any questions or need any help!