-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
outdated versions which don't get bumped by renovator, strange licenses #34574
Comments
I think there are some examples of dependencies listed on that table that are on the latest version, for example spf13/cobra latest version is v1.8.1 and this is the version we use. Could you trim it down to only the outdated dependencies?
I am not sure I understand what you posted, but assuming you are talking about https://github.com/alecthomas/kingpin, this dependency seems to have an MIT license (I would say this is a very common license, and it is OSI approved) and has at least monthly activity. Are you talking about a different dependency?
Again, making a guess here but it seems you are talking about github.com/golang/freetype. This one is interesting, the license is not OSI-approved, nothing on the license seems concerning to me but I am not a lawyer. If this is a concern, we can try and reach out to the CNCF so that they help us clarify this |
Cobra is a a lucky pick .. but i found a lot with have much newer version listed there . go_mod/go.opentelemetry.io/collector:otelcol/v0.106.1/gonum.org/v1/gonum:v0.15.0/git.sr.ht/~sbinet/gg:v0.5.0 go-restful v2.9.5 https://github.com/emicklei/go-restful |
Could you list those ones so we can investigate?
I think this is a MIT license, isn't it? https://git.sr.ht/~sbinet/gg/tree/main/item/LICENSE.md
Same here: https://github.com/emicklei/go-restful/blob/v3/LICENSE and we use the latest version
|
I will need more time to run again over it and i am leaving to vacaction soon
hard to say - its not clear i would say and therefore a risk
Is it really latest? Last commit on this version is 5 years old. |
You can compare with the go-restful one, the text is exactly the same (edit: save for the explicit mention to "MIT license" and the copyright header)
v2.9.5 is not the latest, but we are using v3.11.0 in all modules, not v2.9.5: https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-collector-contrib+go-restful&type=code&p=2 As you can see from this search https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-collector-contrib+go-restful%2Fv2&type=code we are not using v2 anywhere. |
i will close this and come up with a new one |
@mx-psi Is it intended to accept weak copy left licenses like https://github.com/hashicorp/go-version/blob/main/LICENSE. |
@cforce This is an OSI-approved license, the dependency was specifically allow-listed by the CNCF as you can see here |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
Component(s)
No response
What happened?
There are years old versions and currennt available
This Markdown list contains all the oudated Go packages and their corresponding versions in a table format.
Why are those not bumped by renovator?
Llicense violates strong copy left
Code is not maintained an license is "uncommon"
Collector version
0.106.1
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: