-
Notifications
You must be signed in to change notification settings - Fork 23
Update README to reflect crane repository migration from konveyor to migtools #169
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
base: main
Are you sure you want to change the base?
Conversation
|
@kaovilai 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: kaovilai <[email protected]>
kaovilai
left a comment
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.
@copilot crane is no longer part of konveyor and moved to migtools. See kubev2v/forklift-console-plugin#27 for similar contexts
…ols organization Co-authored-by: kaovilai <[email protected]>
Updated all crane-related repository references throughout the README from konveyor to migtools organization to reflect the repository move. This includes crane, crane-lib, crane-plugins, crane-plugin-openshift, crane-runner, crane-ui-plugin, and mtrho-operator. The Konveyor community reference remains intact as crane is still part of the Konveyor ecosystem. Commit: 782ab13 |
README.md
Outdated
|
|
||
| ## Intro | ||
| [Crane](https://konveyor.github.io/crane/overview/) is a migration tool under the [Konveyor](https://www.konveyor.io/) community that helps application owners migrate Kubernetes workloads and their state between clusters. | ||
| [Crane](https://github.com/migtools/crane) is a migration tool under the [Konveyor](https://www.konveyor.io/) community that helps application owners migrate Kubernetes workloads and their state between clusters. |
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.
@copilot substitute konveyor mentions around crane to migtools community
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.
Updated Konveyor community references to migtools community in the README. Changed both the intro section and crane-plugins description to reflect that crane is now under the migtools community.
Commit: 1792965
…project Co-authored-by: kaovilai <[email protected]>
README.md
Outdated
| * [konveyor/mtrho-operator](https://github.com/konveyor/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications | ||
| * [migtools/crane-runner](https://github.com/migtools/crane-runner): A collection of resources showing how to leverage Tekton to build migration workflows with Crane | ||
| * [migtools/crane-ui-plugin](https://github.com/migtools/crane-ui-plugin): A dynamic UI plugin for the [openshift/console](https://github.com/openshift/console) | ||
| * [migtools/mtrho-operator](https://github.com/migtools/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications |
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.
@copilot mtrho-operator been moved to https://github.com/migtools/crane-operator
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.
Updated mtrho-operator reference to crane-operator to reflect the repository move. Commit: ef57bf5
Co-authored-by: kaovilai <[email protected]>
The README file contained multiple outdated references to the
konveyororganization and community after the crane project migrated tomigtools. This was causing broken links and confusion for users trying to access crane-related repositories.Issues addressed:
https://konveyor.github.io/crane/overview/(404 error)Changes made:
https://konveyor.github.io/crane/overview/withhttps://github.com/migtools/cranekonveyortomigtoolsorganization:konveyor/crane→migtools/cranekonveyor/crane-lib→migtools/crane-libkonveyor/crane-plugins→migtools/crane-pluginskonveyor/crane-plugin-openshift→migtools/crane-plugin-openshiftkonveyor/crane-runner→migtools/crane-runnerkonveyor/crane-ui-plugin→migtools/crane-ui-pluginkonveyor/mtrho-operator→migtools/crane-operatorThis ensures all repository links are functional and accurately reflect the current project structure after the migration to migtools.
Fixes #165.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.