What are you using to keep informed of new software versions? Most of what I’m looking to track is open source and on GitHub but some isn’t. Getting alerts via Google chat or slack or email would be cool.
Not sure if this is even something that exists at the moment.
A self hosted containerised https://changedetection.io/ pointed at the public github api release endpoint for each repo.
Duin for my docker containers (the few I don’t build from scratch myself)
We use renovate mostly for container images and nuget/npm/maven dependencies.
Same here. Works great self hosted and the regex manager solves most of everything that is not sorted out of the box
I subscribe to the releases notifications for repos on GitHub since they include changlog information so I can know if I need to run a full backup and verify or just update the patch release.
Otherwise I just do weekly system/container updates for Linux and then unraid.
I guess I never really thought about this until now. It seems there are 3 kind of softwares I use: softwares installed from package manager (the package manager pops up a notification in the desktop when there’s an update), softwares installed from 3rd party sources (they usually show any available updates in the app’s UI), and softwares installed from docker (no update notifications at all. I just check for update semi-regularly every months or so).