Is there an existing issue for this?
Current Behavior
There have been a few releases of changedetection.io within the last week, but the linuxserver image hasn't been updated.
It looks like CI is failing, possibly because the tag_name can't be found on this page:
# curl -L https://api.github.com/repos/dgtlmoon/changedetection.io/releases/latest/
{
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest",
"status": "404"
# curl --silent -L https://api.github.com/repos/dgtlmoon/changedetection.io/releases/latest/ | jq .tag_name
null
Not sure why that's giving a 404.
I see it works for other repos. For example:
# curl --silent -L https://api.github.com/repos/sonarr/sonarr/releases/latest | jq .tag_name
"v4.0.16.2944"
Expected Behavior
I'd expect the version of changedetection:latest to be 0.53.3
Steps To Reproduce
See version of 0.52.9 below:
# docker run --rm lscr.io/linuxserver/changedetection.io:latest
[migrations] started
[migrations] no migrations found
^Cusermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
Linuxserver.io version: 0.52.9-ls264
Build-date: 2026-02-11T11:40:32+00:00
───────────────────────────────────────
Environment
- OS: Unraid
- How docker service was installed: included in Unraid
CPU architecture
x86-64
Docker creation
docker run --rm lscr.io/linuxserver/changedetection.io:latest
Container logs
[migrations] started
[migrations] no migrations found
^Cusermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
Linuxserver.io version: 0.52.9-ls264
Build-date: 2026-02-11T11:40:32+00:00
───────────────────────────────────────
Is there an existing issue for this?
Current Behavior
There have been a few releases of changedetection.io within the last week, but the linuxserver image hasn't been updated.
It looks like CI is failing, possibly because the
tag_namecan't be found on this page:Not sure why that's giving a 404.
I see it works for other repos. For example:
Expected Behavior
I'd expect the version of changedetection:latest to be 0.53.3
Steps To Reproduce
See version of 0.52.9 below:
Environment
CPU architecture
x86-64
Docker creation
Container logs
[migrations] started [migrations] no migrations found ^Cusermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 911 User GID: 911 ─────────────────────────────────────── Linuxserver.io version: 0.52.9-ls264 Build-date: 2026-02-11T11:40:32+00:00 ───────────────────────────────────────