Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion startos/manifest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const manifest = setupManifest({
images: {
main: {
source: {
dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls296',
dockerTag: 'lscr.io/linuxserver/changedetection.io:0.55.7-ls297',
},
arch: ['x86_64', 'aarch64'],
},
Expand Down
12 changes: 6 additions & 6 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'

export const current = VersionInfo.of({
version: '0.55.7:1',
version: '0.55.7:2',
releaseNotes: {
en_US:
'Updates the LinuxServer image and capitalizes the StartOS display name.',
'Updates the LinuxServer image to the latest 0.55.7 build.',
es_ES:
'Actualiza la imagen de LinuxServer y pone en mayúsculas el nombre mostrado en StartOS.',
'Actualiza la imagen de LinuxServer a la compilación 0.55.7 más reciente.',
de_DE:
'Aktualisiert das LinuxServer-Image und schreibt den StartOS-Anzeigenamen groß.',
'Aktualisiert das LinuxServer-Image auf den neuesten 0.55.7-Build.',
pl_PL:
'Aktualizuje obraz LinuxServer i kapitalizuje nazwę wyświetlaną w StartOS.',
'Aktualizuje obraz LinuxServer do najnowszej kompilacji 0.55.7.',
fr_FR:
"Met à jour l'image LinuxServer et met en majuscule le nom affiché dans StartOS.",
"Met à jour l'image LinuxServer vers la dernière build 0.55.7.",
},
migrations: {
up: async ({ effects }) => {},
Expand Down