update repo path to github.com/operator-framework/kpm#3
Merged
Conversation
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR updates all repository references to reflect a repository transfer from github.com/joelanford/kpm to github.com/operator-framework/kpm. This is a maintenance update required after the repository was transferred to a new organization.
- Updated Go module declaration in go.mod
- Updated all internal import paths across the codebase
- Updated installation instructions in README.md
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates module path to new repository location |
| main.go | Updates import path for internal CLI package |
| internal/pkg/spec/registryv1.go | Updates import paths for internal API and registry packages |
| internal/pkg/spec/builder.go | Updates import path for internal tar utility package |
| internal/pkg/bundle/registry/v1/metadata.go | Updates import path for internal registry package |
| internal/pkg/bundle/registry/v1/manifests_test.go | Updates import path for internal registry package |
| internal/pkg/bundle/registry/v1/manifests.go | Updates import path for internal registry package |
| internal/pkg/bundle/registry/v1/bundle.go | Updates import path for internal tar utility package |
| internal/cli/build.go | Updates import path for internal spec package |
| README.md | Updates installation command with new repository path |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
grokspawn
approved these changes
Sep 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-transfer, all repo references need to change to
github.com/operator-framework/kpm