Skip to content

os-info: add Ubuntu 26.04 (resolute)#134

Merged
SuperKali merged 2 commits intomainfrom
os-info-add-ubuntu-resolute
May 2, 2026
Merged

os-info: add Ubuntu 26.04 (resolute)#134
SuperKali merged 2 commits intomainfrom
os-info-add-ubuntu-resolute

Conversation

@igorpecovnik
Copy link
Copy Markdown
Member

@igorpecovnik igorpecovnik commented Apr 26, 2026

Summary

armbian.github.io is publishing 26.2.5 resolute images (Ubuntu 26.04 LTS base), but OS_INFO had no entry for the resolute codename. getOsInfo('resolute') returned null and the Imager UI fell back to a generic placeholder box icon, dropping the friendly "Ubuntu 26.04" label too.

Visible symptom (from the website screenshot that surfaced this):

Armbian 26.2.5 resolute — CLI / Vendor 6.1.115 → generic gray box icon
Armbian 26.2.5 resolute — CLI / Current 6.18.24 → generic gray box icon
Armbian 26.2.1 trixie — CLI / Vendor 6.1.115 → Debian swirl icon ✓

Change

One-line addition to src/config/os-info.ts OS_INFO:

'resolute': { name: 'Ubuntu 26.04', color: 'transparent', logo: ubuntuLogo },

Inserted between jammy and plucky to keep the existing top-to-bottom ordering rough-chronological within the Ubuntu group.

image

armbian.github.io is now publishing 26.2.5 resolute images
(Ubuntu 25.10 base) but `OS_INFO` had no `resolute` entry, so
`getOsInfo('resolute')` returned null — the Imager UI fell back
to the generic placeholder box icon and dropped the friendly
"Ubuntu 25.10" name.

Add it inline with the other Ubuntu codename → version mappings.
Inserted in chronological-version order between noble (24.04) /
jammy (22.04) and plucky (25.04) so the file reads top-to-bottom
new-to-old within the LTS / interim mix already there.
@igorpecovnik igorpecovnik added the status: ready for review Ready to be reviewed label Apr 26, 2026
@igorpecovnik igorpecovnik self-assigned this Apr 26, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 26, 2026

🧪 Test Builds

Version: 0.0.0-pr.134 | PR: #134 | Status: ready for testing

Platform Download
Linux x64 📦 .deb / .AppImage
Windows x64 📦 .exe
macOS ARM64 📦 .dmg
ℹ️ About these builds
  • 🔓 Public downloads via nightly.link (no GitHub login required)
  • ⚠️ Unsigned builds for testing purposes only
  • Expires in 7 days
  • 🔄 Updated on every push to this PR

Copy link
Copy Markdown
Member

@SuperKali SuperKali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Comment thread src/config/os-info.ts Outdated
@SuperKali SuperKali merged commit 4929294 into main May 2, 2026
9 checks passed
SuperKali pushed a commit that referenced this pull request May 2, 2026
armbian.github.io is now publishing 26.2.5 resolute images
(Ubuntu 26.04 LTS base) but `OS_INFO` had no `resolute` entry,
so `getOsInfo('resolute')` returned null and the Imager UI fell
back to the generic placeholder icon, dropping the friendly
"Ubuntu 26.04" name.

Add it inline with the other Ubuntu codename → version mappings.
@SuperKali SuperKali changed the title os-info: add Ubuntu 25.10 (resolute) os-info: add Ubuntu 26.04 (resolute) May 2, 2026
@SuperKali SuperKali deleted the os-info-add-ubuntu-resolute branch May 2, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: ready for review Ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants