-
Test release — App Store v2 validation
released this
2026-05-15 15:16:51 -07:00 | 34 commits to master since this releaseThis is a no-op tag created to exercise the new App Store update flow
end-to-end. It points at the same commit that's already deployed, so
applying this update is a no-op at the code level — the only change is
the DB version field flipping from 1.0.0 to 1.1.0.If you're seeing this in the live App Store, the system works:
- Gitea API → reachable from inside the container.
- git fetch --tags → got this tag without auth prompts.
- Annotated tag message → parsed and rendered as release notes.
- Stable-channel filter → v1.1.0 has patch == 0, so it surfaces.
Roll back any time by setting dashboard_apps.version = '1.0.0' for
the unifi row directly in the database. The tag stays in Gitea
unless yougit push --delete origin v1.1.0.Downloads