Show app version in UI with update-available check against Forgejo #27
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/WeatherBot#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Target release: v1.1.0
Surface the running WeatherBot version in the app, keep it accurate automatically across releases, and warn when a newer release exists.
Requirements
/diagnostics).git describe --tags/ the tag into the image as a build arg or generatedapp/_version.py, exposed via settings/health). Todayapp/main.pyhard-codesversion="1.0.0"; that should become the single source of truth fed from the tag.GET /api/v1/repos/rbrooks/WeatherBot/releases/latest) and compare to the running version; show an "update available → vX.Y.Z" indicator when behind.Notes / decisions
Source: user request.