-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing jfrog/platform v1.8.2: checksum list has no SHA-256 #111
Comments
I just ran into the same issue. The SHA256SUM listed in the GitHub release is
But
|
@mgr110 @NiklasRosenstein We recently switched to the Terraform Registry Org beta program and I suspect it may be the issue. 1.8.2 is the first version to be published after migrating to the beta program. Nothing on our side with regards to the packaging or signing of the provider has changed. Looks like TF registry has not updated their copy of the checksum file due to file name parsing issue on their side. |
@mgr110 @NiklasRosenstein HashiCorp is aware of this issue. They've manually fixed the issue for Artifactory provider and will be working on the same for this provider. They have also identified the issue on their side and are working on a fix. |
HashiCorp has resolved the issue with this release. I've verified I can install 1.8.2 now. |
Describe the bug
When trying to upgrade the jfrog/platform provider from
1.8.1
to1.8.2
I get the error:Error while installing jfrog/platform v1.8.2: checksum list has no SHA-256
. The Artifactory version is7.77.11
and also fails on the Jfrog cloud platform.I am using Terraform version
1.9.2
. The bug can be reproduced by runningterraform init
with the following configuration:Requirements for and issue
curl
it at$host/artifactory/api/system/version
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: