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

go.mod: retract v0.5.0 #199

Merged
merged 2 commits into from
Aug 1, 2023
Merged

go.mod: retract v0.5.0 #199

merged 2 commits into from
Aug 1, 2023

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
Member

@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.
@lbajolet-hashicorp lbajolet-hashicorp merged commit b74d508 into main Aug 1, 2023
8 checks passed
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