You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not download asset and checksum for the terragrunt alpha2025030401 release
Steps to reproduce
Step to reproduce
Make sure you use latest in .terragrunt-version
Trigger the terrateam plan action
Expected behavior
It should resolve the correct version, and the asset and checksum should be downloaded.
Actual behavior
Currently the latest terragrunt is resolving to alpha2025030401, a wrong link is being used to download the asset and checksum.
No compatible version found locally, search a remote one...
Fetching all releases information from https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases
Found compatible version remotely : 2025030401
Installing Terragrunt 2025030401
Downloading https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/v2025030401/terragrunt_linux_amd64
Downloading https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/v2025030401/SHA256SUMS
Failed to detect a version allowing to call terragrunt : file sha256 checksum not found for current platform
@django-wong This seems to be an issue with hour terragrunt is managing its github releases. I recommend pinning your Terragrunt version via the version attribute of engine to ensure you get a consistent terragrunt version.
Describe the bug
Can not download asset and checksum for the terragrunt alpha2025030401 release
Steps to reproduce
Step to reproduce
Make sure you use
latest
in .terragrunt-versionTrigger the terrateam plan action
Expected behavior
It should resolve the correct version, and the asset and checksum should be downloaded.
Actual behavior
Currently the
latest
terragrunt is resolving to alpha2025030401, a wrong link is being used to download the asset and checksum.The correct link should be https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/alpha2025030401/SHA256SUMS
Terrateam version & environment details
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: