From 91b41c2071cebaba09ac931f95c0d1bbe058f90e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 Sep 2026 03:00:13 -0600 Subject: [PATCH] Update SoftwareUpdateService, clear nodeinfo on flushCache --- app/Services/Internal/SoftwareUpdateService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Internal/SoftwareUpdateService.php b/app/Services/Internal/SoftwareUpdateService.php index be2d1419e..fe8ba9255 100644 --- a/app/Services/Internal/SoftwareUpdateService.php +++ b/app/Services/Internal/SoftwareUpdateService.php @@ -22,6 +22,7 @@ class SoftwareUpdateService if ($flushCache) { Cache::forget(self::cacheKey()); + Cache::forget('api:nodeinfo'); } $versions = Cache::remember(self::cacheKey(), 1800, function () {