Pending change: rename go package to github.com/k3s-io/k3s #4799
Locked
luthermonson
started this conversation in
General
Replies: 3 comments 3 replies
-
SGTM; we should probably do this along with a minor release bump (1.24?) |
Beta Was this translation helpful? Give feedback.
3 replies
-
As of June 27, 2022, all active release branches have changed over to the new packaging name: master, release-1.23, release-1.22. I am closing this discussion chain as a result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to propose cleaning up the repo a little bit and moving the official package name of the k3s project from
github.com/rancher/k3s
togithub.com/k3s-io/k3s
. This would be a change here: https://github.com/k3s-io/k3s/blob/master/go.mod#L1 and find/replacing all the imports throughout the project.The impact on anyone importing k3s into other projects is that they would need to rename and/or do a replace in their go mod if they want updates after this change is implemented.
Here is the link to the gh generated dependents of the github.com/rancher/k3s project https://github.com/k3s-io/k3s/network/dependents?package_id=UGFja2FnZS0yMjY0OTI2MDgz and the list is basically rancher repos or rancher forks which we have control over to update.
Beta Was this translation helpful? Give feedback.
All reactions