Overview of the Issue
We started getting CI issues today on building our images. Noticing:
Failed getting the "github.com/hashicorp/amazon" plugin:
2 errors occurred:
* could not get sha256 checksum file for github.com/hashicorp/amazon version 1.8.1. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-amazon/releases/download/v1.8.1/packer-plugin-amazon_v1.8.1_SHA256SUMS: 404 []
* could not install any compatible version of plugin "github.com/hashicorp/amazon"
Looks like all SHA256SUMS are gone from github.com and packer still installs plugin from github, even after this announcement [1].
Reproduction Steps
packer {
required_plugins {
amazon = {
version = "= 1.8.1"
source = "github.com/hashicorp/amazon"
}
}
}
Packer version
Packer v1.15.4
[1] https://discuss.hashicorp.com/t/important-update-official-packer-plugin-distribution-moving-to-releases-hashicorp-com/75972
Overview of the Issue
We started getting CI issues today on building our images. Noticing:
Looks like all SHA256SUMS are gone from github.com and packer still installs plugin from github, even after this announcement [1].
Reproduction Steps
Packer version
Packer v1.15.4
[1] https://discuss.hashicorp.com/t/important-update-official-packer-plugin-distribution-moving-to-releases-hashicorp-com/75972