My apologies if this has already been reported, bu...
# general
c
My apologies if this has already been reported, but attempts to download Pulumi 1.13 for MacOS fail (URL https://get.pulumi.com/releases/sdk/pulumi-v1.13.0-darwin-x64.tar.gz):
Copy code
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>2607D7593AFB741F</RequestId>
<HostId>
lYM2+bELcS/KWDuxMZaB3gDjhVVyuimL2ga/rNwJYjkrXbtmkcAh5xiFnO322owuOBrazv+4LqA=
</HostId>
</Error>
g
Yep, we're working on it
b
on windows if i run
iex ((New-Object <http://System.Net|System.Net>.WebClient).DownloadString('<https://get.pulumi.com/install.ps1')>)
it just installs 1.12.1 again i assume this is related
g
Yes, I believe we reverted the "latest version" update check back to 1.12.1.
👍 1
b
its still prompting to install the new version tho
Copy code
warning: A new version of Pulumi is available. To upgrade from version '1.12.1' to '1.13.0',
w
@better-rainbow-14549 I believe that "up-to-date" check only refreshes once a day, so even though we've set it back to
1.12.1
, if the last time your CLI checked was
1.13.0
it won't "fix" itself for up to 24 hours.
b
ok cheers, just thought i'd let you know
👍 1