From 93d64f2c048c9257cd93ecc21c8be44d34fd9889 Mon Sep 17 00:00:00 2001 From: BeeJoe <124329396+BeeJoe@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:58:26 -0400 Subject: [PATCH 1/2] Update Docker tag for changedetection.io image --- startos/manifest/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startos/manifest/index.ts b/startos/manifest/index.ts index a60d815..94c1f3b 100644 --- a/startos/manifest/index.ts +++ b/startos/manifest/index.ts @@ -14,7 +14,7 @@ export const manifest = setupManifest({ images: { main: { source: { - dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls298', + dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls299', }, arch: ['x86_64', 'aarch64'], }, From 5e263cb2087ab33e5446d4b791573b9f8dfa4ebd Mon Sep 17 00:00:00 2001 From: BeeJoe <124329396+BeeJoe@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:59:34 -0400 Subject: [PATCH 2/2] Bump LinuxServer version to 0.55.7:4 Updated version number and release notes for LinuxServer image. --- startos/versions/current.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/startos/versions/current.ts b/startos/versions/current.ts index 4eaede4..27406f8 100644 --- a/startos/versions/current.ts +++ b/startos/versions/current.ts @@ -1,13 +1,13 @@ import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const current = VersionInfo.of({ - version: '0.55.7:3', + version: '0.55.7:4', releaseNotes: { - en_US: 'Updates the LinuxServer image to the 0.55.7-ls298 build.', - es_ES: 'Actualiza la imagen de LinuxServer a la compilación 0.55.7-ls298.', - de_DE: 'Aktualisiert das LinuxServer-Image auf den Build 0.55.7-ls298.', - pl_PL: 'Aktualizuje obraz LinuxServer do kompilacji 0.55.7-ls298.', - fr_FR: "Met à jour l'image LinuxServer vers la build 0.55.7-ls298.", + en_US: 'Updates the LinuxServer image to the 0.55.7-ls299 build.', + es_ES: 'Actualiza la imagen de LinuxServer a la compilación 0.55.7-ls299.', + de_DE: 'Aktualisiert das LinuxServer-Image auf den Build 0.55.7-ls299.', + pl_PL: 'Aktualizuje obraz LinuxServer do kompilacji 0.55.7-ls299.', + fr_FR: "Met à jour l'image LinuxServer vers la build 0.55.7-ls299.", }, migrations: { up: async ({ effects }) => {},