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

Align the go.mod files #687

Closed
EronWright opened this issue Sep 25, 2024 · 1 comment
Closed

Align the go.mod files #687

EronWright opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels
kind/engineering Work that is not visible to an external user resolution/fixed This issue was fixed

Comments

@EronWright
Copy link
Contributor

Combine the go mods into a singular mod file at the root, using go 1.23, and using a mod name of github.com/pulumi/pulumi-kubernetes-operator/v2.

@EronWright EronWright converted this from a draft issue Sep 25, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Sep 25, 2024
@cleverguy25
Copy link

Added to epic #586

blampe added a commit that referenced this issue Sep 26, 2024
* Consolidate `{operator,agent}/go.mod` under a root `go.mod`.
* Rewrite imports to use v2 path.
* Remove `/test` -- these were still referring to v1 code and can be
revived in a followup if we want to keep any of them.
* Move Dockerfile to repo root and fix image build.

Fixes #687.

---------

Co-authored-by: Eron Wright <[email protected]>
@blampe blampe added resolution/fixed This issue was fixed kind/engineering Work that is not visible to an external user and removed needs-triage Needs attention from the triage team labels Sep 26, 2024
@blampe blampe closed this as completed Sep 26, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Pulumi Kubernetes Operator v2 Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user resolution/fixed This issue was fixed
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants