Description
Description
We are using the Debian package of djl-serving in one of our services. The current version that we found in the installation instructions is 0.30.0-1 which can be found here https://publish.djl.ai/djl-serving/djl-serving_0.30.0-1_all.deb
We also enabled dependency updates with Renovate and that's where things get interesting. We ask ourselves:
What is the latest release?
- In the releases section the most recent is called "DJLServing v0.29.0 Release".
- In the aforementioned README in the current
main
branch we readdjl-serving_0.30.0-1_all.deb
- On the publish server there is even 0.33.0-1 available: https://publish.djl.ai/djl-serving/djl-serving_0.33.0-1_all.deb
Coming back to the automatic dependency updates the question is now: Where to find a list about available releases as well as the most recent?
Our favorite would be via Github Releases because it is hard to guess when a new release is available be just blindly querying https://publish.djl.ai/djl-serving/…
So what is your opinion on this topic and what is right now your latest (stable) release? 0.29.0-1, 0.30.0-1 or 0.33.0-1?