Skip to content

Pin the Unraid template to 0.15.1 - #456

Merged
thcp merged 1 commit into
mainfrom
chore/unraid-pin-0.15.1
Aug 25, 2026
Merged

Pin the Unraid template to 0.15.1#456
thcp merged 1 commit into
mainfrom
chore/unraid-pin-0.15.1

Conversation

@thcp

@thcp thcp commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Closes #453

Moves Community Applications off edge and onto a specific published tag.

edge is rebuilt on every merge to main, so Unraid users have been running whatever landed most recently, before it was tagged or verified. Desktop users are only offered a build once a release has been promoted by hand, precisely so nothing reaches them inside the verification window. Unraid had no such window at all.

It also made bug reports hard to act on: edge from Tuesday and edge from Thursday are different software with the same name.

Why 0.15.1 and not 0.15.0

0.15.0's macOS build failed on the QuickJS arch mapping (#454). 0.15.1 is the first tag carrying that fix, so it is the first one worth pinning.

Do not merge before 0.15.1 is published

The image publishes on the release: published event, and the template on main is what Community Applications serves live. Merging this before 0.15.1 exists gives every Unraid user a pull failure.

Sequence: publish 0.15.1, confirm ghcr.io/stemdeckapp/stemdeck:0.15.1 exists, then merge this.

Moves Community Applications off edge and back onto a specific published tag.

edge is rebuilt on every merge to main, so Unraid users were running whatever
landed most recently, before it was tagged or verified. Desktop users are only
offered a build once a release has been promoted by hand, specifically so
nothing reaches them inside the verification window. Unraid had no such window.

It also made bug reports hard to act on: edge from Tuesday and edge from
Thursday are different software with the same name.

0.15.1 rather than 0.15.0 because 0.15.0's macOS build failed on the QuickJS
arch mapping (#454) and 0.15.1 is the first tag carrying that fix. The image
publishes on release: published, so this pin only becomes valid once 0.15.1 is
published, and the template on main is what Community Applications serves
live. Landing it earlier would give every Unraid user a pull failure.
@thcp
thcp merged commit 6ab7edc into main Aug 25, 2026
10 checks passed
@thcp
thcp deleted the chore/unraid-pin-0.15.1 branch August 26, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unraid template tracks edge, so Community Applications users run unreleased code

1 participant