At SAP are running security checks on the Log Cache's codebase and we (me and @ZPascal) have seen that the used Prometheus package is pinned to a really old version. The pinned version is 2.13 from October 2019 and the current version is 2.44.
I've went through the code today and I've seen that the only place where the Prometheus package is used is in promql.go.
Why is the Prometheus package pinned to an old version? What kind of incompatibilities are there with the newer versions?
As the the Prometheus package is used only in one file I guess it won't be hard to refactor it, so that the newest stable version can be used...
At SAP are running security checks on the Log Cache's codebase and we (me and @ZPascal) have seen that the used Prometheus package is pinned to a really old version. The pinned version is 2.13 from October 2019 and the current version is 2.44.
I've went through the code today and I've seen that the only place where the Prometheus package is used is in promql.go.
Why is the Prometheus package pinned to an old version? What kind of incompatibilities are there with the newer versions?
As the the Prometheus package is used only in one file I guess it won't be hard to refactor it, so that the newest stable version can be used...