Skip to content
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

Impossible to install version 1.0.4 #36

Closed
SkypLabs opened this issue May 29, 2022 · 2 comments
Closed

Impossible to install version 1.0.4 #36

SkypLabs opened this issue May 29, 2022 · 2 comments
Assignees
Labels

Comments

@SkypLabs
Copy link

Overview of the Issue

When trying to install the latest version of the Packer plug-in for Scaleway, I get the following error:

$ packer init build.pkr.hcl
Failed getting the "github.com/hashicorp/scaleway" plugin:
1 error occurred:
        * could not get sha256 checksum file for github.com/hashicorp/scaleway version 1.0.4. Is the file present on the release and correctly named ? GET https://github.com
/scaleway/packer-plugin-scaleway/releases/download/v1.0.4/packer-plugin-scaleway_v1.0.4_SHA256SUMS: 404  []

It turns out Git tag 1.0.4 exists but not the GitHub release which is supposed to come with it, hence the missing checksum file.

Reproduction Steps

Here is my packer configuration block:

packer {                                                                                                                                                                     
  required_plugins {
    scaleway = {
      source  = "github.com/hashicorp/scaleway"
      version = ">= 1.0.0"
    }
  }
}

Then just run packer init <filename> to get the error mentioned in the "Overview of the Issue" section.

Plugin and Packer version

Packer v1.8.1.

Simplified Packer Buildfile

See "Reproduction Steps" section.

Operating system and Environment details

Not relevant.

Log Fragments and crash.log files

N/A

@SkypLabs SkypLabs added the bug label May 29, 2022
@oleastre
Copy link

I got the same error and my current workaround is to specify the version as

      version = "= 1.0.3"

But this is definitely not efficient if there is a new release.
Can a maintainer push the prebuild versions ?

@Monitob Monitob self-assigned this Jun 30, 2022
@Codelax
Copy link
Member

Codelax commented Jul 19, 2022

This is fixed with 1.0.5, our publishing pipeline is fixed

@Codelax Codelax closed this as completed Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants