-
Notifications
You must be signed in to change notification settings - Fork 98
feat(troubleshoot): support for distribution kind #4539
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
feat(troubleshoot): support for distribution kind #4539
Conversation
ab9b00d
to
7837ec1
Compare
95833aa
to
c671bbd
Compare
go.mod
Outdated
// This is the only way I could get these two to play nice together | ||
replace ( | ||
github.com/replicatedhq/troubleshoot => github.com/replicatedhq/troubleshoot v0.86.0 | ||
github.com/vmware-tanzu/velero => github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20240408090904-54462c4f7bb5 | ||
) |
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.
this was weird
@@ -11,8 +11,8 @@ import ( | |||
|
|||
"github.com/containers/image/v5/pkg/docker/config" | |||
"github.com/containers/image/v5/types" | |||
"github.com/distribution/distribution/v3/registry/client/auth/challenge" |
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.
this package is now internal
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.
what's the reason behind needing to make this one internal?
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.
github.com/distribution/distribution has made it internal so we can no longer import it
What this PR does / why we need it:
Upgrades the troubleshoot package with kind support for distribution analyzer to better support all CMX distros.
Which issue(s) this PR fixes:
Fixes #
[sc-102282]
Special notes for your reviewer:
Steps to reproduce
Does this PR introduce a user-facing change?
Does this PR require documentation?