-
Notifications
You must be signed in to change notification settings - Fork 30
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
Transitive dependencies on github.com/hashicorp/go-retryablehttp required to build #197
Comments
Yeah, this needs to be changed in rekor / cosign. Probably a bump to cosign v2 may already fix that problem. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Looks like we still have this transitive dependency. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I still see this dep, which gets pulled transitively into other repos by way of dependency on release-sdk. We should consider splitting out cosign or something, if we can't resolve this on their end. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
We still use this dependency |
What happened:
Cannot build release-sdk commands without pulling in MPL-licensed projects not in the CNCF allowlist.
go mod why github.com/hashicorp/go-retryablehttp
shows this path to github.com/hashicorp/go-retryablehttp which is MPL-licensed and not included in the CNCF allowlist:https://github.com/cncf/foundation/blob/main/license-exceptions/
https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md#cncf-allowlist-license-policy
cncf/foundation#138
What you expected to happen:
No dependencies on MPL-licensed projects not explicitly allowlisted
How to reproduce it (as minimally and precisely as possible):
run
go mod vendor
to see code actually used/linked by release-sdk and observe go-retryablehttp code is required to build.The text was updated successfully, but these errors were encountered: