Skip to content

Conversation

@lbajolet-hashicorp
Copy link
Contributor

Since the SDK in v0.5.0 contains a release statement in its go.mod, this makes it impossible to go install packer-sdc from a plugin.

Since those plugins rely on their Makefile to do this, we cannot change them all at once, so we fixed the problem in the SDK code itself, and v0.5.0 is broken, so we retract it in this commit.

@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner August 1, 2023 18:26
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Please rebase to fix conflicts.

Since the SDK in v0.5.0 contains a release statement in its go.mod,
this makes it impossible to go install packer-sdc from a plugin.

Since those plugins rely on their Makefile to do this, we cannot change
them all at once, so we fixed the problem in the SDK code itself, and
v0.5.0 is broken, so we retract it in this commit.
Since the latest comment introduces a retract statement, with a comment
that contains `replace', the check failed, so we improve it to only
consider `replace' if they're the first thing on a line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants