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
👋 Fellow Packer maintainer here, reaching out to inform you about an upcoming breaking change that will affect your goreleaser release pipeline. In Packer 1.8.0 we will remove the packer-plugin-check command in Packer core in favor of the packer-sdc plugin-check command from the Packer Plugin SDK. So calling go install github.com/hashicorp/packer/cmd/packer-plugins-check@latest will result in an error.
To avoid potential issues I recommend either pinning the packer-plugins-check command to the current version of Packer until you can move to the packer-sdc command
go install github.com/hashicorp/packer/cmd/packer-plugins-check@v1.7.10
Or you can update your release configuration to use the packer-sdc command, which is the preferred long-term solution.
I'v provided a link to the updates that were made to the Packer Plugin Scaffolding for using the packer-sdc command here
Please let me know if you have any questions.
The text was updated successfully, but these errors were encountered:
👋 Fellow Packer maintainer here, reaching out to inform you about an upcoming breaking change that will affect your goreleaser release pipeline. In Packer 1.8.0 we will remove the
packer-plugin-check
command in Packer core in favor of thepacker-sdc plugin-check
command from the Packer Plugin SDK. So callinggo install github.com/hashicorp/packer/cmd/packer-plugins-check@latest
will result in an error.To avoid potential issues I recommend either pinning the
packer-plugins-check
command to the current version of Packer until you can move to thepacker-sdc
commandgo install github.com/hashicorp/packer/cmd/packer-plugins-check@v1.7.10
Or you can update your release configuration to use the
packer-sdc
command, which is the preferred long-term solution.I'v provided a link to the updates that were made to the Packer Plugin Scaffolding for using the
packer-sdc
command herePlease let me know if you have any questions.
The text was updated successfully, but these errors were encountered: