-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: Fixing pulumi-equinix/sdk version update #140
Conversation
Does the PR have any schema changes?Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Do we know how "dirty" got there? I see in the release action that there was some uncommitted diff in provider/cmd/pulumi-resource-equinix/schema.json that resulted in that action failing, marking the repo as dirty. Could that have triggered the dirty in the SDK go.mod?
|
Since this is to address problems in the v0.15.0 release, should we be updating to v0.15.0? (or v0.15.1 since that is the next release). |
We can update it to 0.15.1 |
@@ -5,7 +5,7 @@ go 1.21 | |||
toolchain go1.22.6 | |||
|
|||
require ( | |||
github.com/equinix/pulumi-equinix/sdk 0.14.0+dirty | |||
github.com/equinix/pulumi-equinix/sdk 0.14.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will come back in the next release. There's something missing in the release process that is causing it to have a dirty work tree, so we'll need to find & fix that in order to fix this.
Closed in favor of #165 |
This PR removes dirty from pulumi-equinix/sdk 0.14.0 version.