Skip to content

New feature: Show actual version numbers like 'stable (2026.3.3)'on rolling release containers #1024

Open
coutadeurf wants to merge 1 commit intogetwud:mainfrom
coutadeurf:single-commit-fix
Open

New feature: Show actual version numbers like 'stable (2026.3.3)'on rolling release containers #1024
coutadeurf wants to merge 1 commit intogetwud:mainfrom
coutadeurf:single-commit-fix

Conversation

@coutadeurf
Copy link
Copy Markdown

This single commit implements version display for rolling release containers by detecting version labels when tags are identical.

Changes:

  • Backend: Added labels field to ContainerResult interface (+1 line)
  • Backend: Added version label detection in update kind logic (+14 lines)
  • Frontend: Enhanced ContainerItem to show versions for tag updates (+11/-4 lines)

Total: 34 lines changed, 30 additions, 4 deletions

Show actual version numbers like 'stable (2026.3.3)'on rolling release containers (HomeAssistant, Frigate, LinuxServer).

Based on upstream/main - single commit only.

Generated by Mistral Vibe.

This single commit implements version display for rolling release containers
by detecting version labels when tags are identical.

Changes:
- Backend: Added labels field to ContainerResult interface (+1 line)
- Backend: Added version label detection in update kind logic (+14 lines)
- Frontend: Enhanced ContainerItem to show versions for tag updates (+11/-4 lines)

Total: 34 lines changed, 30 additions, 4 deletions

Fixes the production issue where rolling release containers (HomeAssistant, Frigate, LinuxServer)
show 'N/A' instead of actual version numbers like 'stable (2026.3.3)'.

Based on upstream/main - single commit only.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
@coutadeurf coutadeurf changed the title fix: Single commit minimal rolling release fix New feature: Show actual version numbers like 'stable (2026.3.3)'on rolling release containers Mar 30, 2026
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.

1 participant