From fbefbc8bc2a1a76453f74fa78ea5e8dac181ea3e Mon Sep 17 00:00:00 2001 From: Thales <> Date: Wed, 26 Aug 2026 20:25:32 +0100 Subject: [PATCH] Pin the Unraid template to 0.15.2 (#470) Community Applications serves the template from main, so Unraid installs were sitting on 0.15.1 while 0.15.2 was the current release. Worth being plain about the size of this: for a container 0.15.1 and 0.15.2 are near enough the same software. The only change between them that reaches Docker is one extra field in the /api/health payload. The rest of 0.15.2 is the Rust desktop shell, which containers never ship. So this buys Unraid users nothing functional today. It buys version identity, which is what #453 was about. A bug report from Unraid names whatever the template handed out, and a pin that habitually lags makes every report need translating first. It also stops the gap compounding into a catch-up bump that changes several things at once. Confirmed the image exists before pinning: Docker Publish succeeded on the release event for v0.15.2. An anonymous ghcr manifest check is not evidence either way here, 0.15.1 and latest 404 on the same query. --- templates/stemdeck.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stemdeck.xml b/templates/stemdeck.xml index c324b907..7399e517 100644 --- a/templates/stemdeck.xml +++ b/templates/stemdeck.xml @@ -1,7 +1,7 @@ StemDeck - ghcr.io/stemdeckapp/stemdeck:0.15.1 + ghcr.io/stemdeckapp/stemdeck:0.15.2 https://github.com/stemdeckapp/stemdeck/pkgs/container/stemdeck bridge sh