I’d like to keep my monitoning system up to date, therefore I’m using a few cues about relevant software being updated / released. I usually use RSS from gitlab releases page, periodically check certain repo URLs and whatnot, to upgrade my chef recipes when a new version comes out. Sometimes, RSS is not sufficient, when the code itself has not been updated, yet package contents did.
I’ve done the latter with Grafana, until Packagecloud repo has been moved to S3. Now we have more architectures in the repos (yay!), but suddenly, browseability became an issue to me (nay!).
Is there an alternative way to either look at the contents of the repos, or learn about new releases while not using apt / yum directly?