Hi, I noticed the pulumi checksum & release do...
# general
a
Hi, I noticed the pulumi checksum & release do not match. Downloading from: https://github.com/pulumi/pulumi/releases/download/v3.29.1/pulumi-v3.29.1-linux-arm64.tar.gz I get a file with the checksum:
5f360484020169eea3e14bdb22be7acb29829c9082913b0c302e70ffff7aa0de
which does not match the provided checksum. However downloading from: https://get.pulumi.com/releases/sdk/pulumi-v3.29.1-linux-x64.tar.gz I get a file with the checksum:
54920bbba46613aef7b61769f477a3b8c9a667929001743ae827b29d959f1d32
which does match the provided checksum. I had this problem already in the past: https://github.com/pulumi/pulumi/issues/9063 Where it probably was due to the release process running twice and the cloudfront cache not being invalidated in between. As I refer to a specific pulumi version and checksum in my build system for the purpose of reproducible builds, this does block the update for me when it happens.
@elegant-dress-88912 created an issue for it: https://github.com/pulumi/pulumi/issues/9416