From 65746fc1949ca1864c3b3fce3c56ef087d563f3c Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 21 Apr 2024 23:30:24 -0400 Subject: [PATCH] New post --- .../blog/tracking-software-releases-rss.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/blog/tracking-software-releases-rss.md diff --git a/content/blog/tracking-software-releases-rss.md b/content/blog/tracking-software-releases-rss.md new file mode 100644 index 0000000..e7b30c2 --- /dev/null +++ b/content/blog/tracking-software-releases-rss.md @@ -0,0 +1,23 @@ +--- +title: "Tracking Software Releases via RSS" +date: 2024-04-21T23:18:47-04:00 +draft: false +tags: [] +math: false +medium_enabled: false +--- + +I have [automatic updates](https://docs.fedoraproject.org/en-US/quick-docs/autoupdates/) set up on most of my machines. It's great for the majority of software packages that don't require manual intervention. + +On the other hand some of my self-hosted services (and even my OPNsense router), require me to be slightly more diligent. That is to say, I have enough scars from letting my databases auto-update. I now make sure to check the migration notes. + +However promptness-wise, I was not great. Usually a few months would go by before the thought of software updates came to mind. From there, I would manually check the current software version of each software service I was currently running. + +Nowadays, that is no more! I am a completely changed person. Thanks to the power of RSS. + +GitHub automatically generates RSS feeds for the releases page (as well as tags) for all of their hosted repositories. Plop that into your favorite RSS reader, and you can get notified whenever a new version is released! + +Ex: https://github.com/nextcloud/server/releases + + +