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

Update go sdk v3 #1399

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Update go sdk v3 #1399

merged 3 commits into from
Sep 26, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Sep 26, 2024

Go SDK must be versioned as v3 otherwise Go refuses to use this.

sdk/go.mod Outdated Show resolved Hide resolved
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

sdk/go.mod Outdated Show resolved Hide resolved
@t0yv0 t0yv0 added the needs-release/major Marking a PR to compute the next major version label Sep 26, 2024
@t0yv0
Copy link
Member Author

t0yv0 commented Sep 26, 2024

Version computation is not right per pulumi/provider-version-action#13

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 26, 2024

Tagging this PR as needs-release/major has resulted in PROVIDER_VERSION: 3.0.0-alpha.1727387122+135269b being computed which should pass the previously failing check I think.

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 26, 2024

A tad better but tests need to be updated to point to V3 now.

)

replace github.com/pulumi/pulumi-eks/sdk/v3 => ../../../sdk
Copy link
Member Author

Choose a reason for hiding this comment

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

It would be good to avoid keeping the replaces but I can't seem to be able to run go mod tidy since there is no valid v3 SDK published yet. Trying replaces temporarily.

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 26, 2024

Go tests actually passed against the V3 SDK, that's good.

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 26, 2024

I'm going to merge and cut another alpha.

@t0yv0 t0yv0 merged commit b9342be into release-3.x.x Sep 26, 2024
34 checks passed
@t0yv0 t0yv0 deleted the t0yv0/udpate-go-sdk-v3 branch September 26, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-release/major Marking a PR to compute the next major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants