Replies: 13 comments 1 reply
-
|
This overlaps with an existing roadmap item — Phase 4.8 ("Release Notes in UI & Notifications") already plans to map container images to their source repositories (GHCR → GitHub repo via OCI metadata, Docker Hub source URL, etc.) and surface release notes inline in the container detail panel. A shortcut link to the repo — and a direct link to the changelog for supported hosts — falls out naturally once that mapping exists. Tracked under v1.6.0's Notifications & Release Intel work. Coming. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @begunfx — shipping in rc.10. Two pieces:
Both surface in the grouped list card and the container detail panels (side tab + full-page overview/tabs). Curious what you think once rc.10 drops — does the per-release notes expander scratch the "see what changed before I update" itch you described, or would a link to the project's top-level CHANGELOG.md still be useful alongside it? |
Beta Was this translation helpful? Give feedback.
-
|
Not seeing either one of the new additions. Either they are there but hard to find or missing. See attached screenshot: |
Beta Was this translation helpful? Give feedback.
-
|
You're right, and good catch — the rc.10 wire-up landed in the cards view and the detail panels, but I missed the list accordion view, which is what your screenshot is showing on the left. You can actually see the feature working in the same screenshot: the detail panel on the right for FixAdded the same What you'll see on the next RC
Still table-viewThe table view's kind column is icon-density-constrained — stuffing text links in there without a dedicated column would crowd the row at narrow widths. The detail panel already has both links, so table-view users can still reach them with a single click. If you'd rather have an inline-in-the-row option in table view, I can add a dedicated "Links" column as a follow-up — just let me know. Ships in the next RC. Thanks for the screenshot, the detail-panel-shows-it-but-list-doesn't gap was immediately obvious from it. |
Beta Was this translation helpful? Give feedback.
-
|
You're right — that's the compact table view that appears when the detail panel is open (or the viewport is narrow), not the list accordion. My first pass only covered the list view, so the squished rows in your screenshot still weren't getting the links. Thanks for catching it. What shipped in this follow-up
What you'll see on the next RC
On the bigger pictureThe Ships in the next RC. |
Beta Was this translation helpful? Give feedback.
-
|
Small correction on my last reply — after another pass over the compact row, we moved the icons out of the cell-name badge cluster and the ⋯ overflow menu and landed them as icon-style actions in the actions column itself, so they sit next to the existing Update / Stop / Restart / More icons, share the same 44×44 tap target, and pick up the same muted/hover treatment as the other row actions. Under the hood, Net effect in the table on the next RC:
Cards view and the slide-in detail panel still use the original text links. The list accordion view also has the text links. All three affordances line up to the same "v1.6.0 Design polish" UI pass in the roadmap, where we'll pick one standardized iconography across all four surfaces. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still not seeing any project changelogs for containers. Maybe I'm missing where they are supposed to live but don't see them in rc.14.
|
Beta Was this translation helpful? Give feedback.
-
|
@begunfx — apologies for the runaround. Looking at this fresh in rc.14, you're correct: most of your containers have no changelog visible. Two real bugs in what shipped, plus a design gap I should have caught: Design gap (the main one). Release notes only enriched when Bug 1: legacy containers never picked up source labels. Source repo detection ran once at watcher time, then never again unless the image identity changed. Containers persisted before rc.10 stayed empty forever — including most of your linuxserver.io rows. Bug 2: fallback re-resolution dropped image labels. When the watcher path didn't populate What's in rc.15:
Tested at 100% coverage across the watcher, enrichment, mapper, and component layers. Tagged You should see changelog panels on prowlarr, qbittorrent, radarr, calibre, and tdarr_node out of the box. Some lscr.io images publish releases on the |
Beta Was this translation helpful? Give feedback.
-
|
The bugs fixed in rc.15 (source-label backfill not running for legacy containers, image labels not flowing through the fallback enricher path) are both still in v1.5.0-rc.19 — the current release. If you're on rc.19 and still not seeing project links or release notes on your linuxserver.io containers (prowlarr, qbittorrent, radarr, etc.), the most likely cause is that the containers predate rc.10 and haven't gone through a watch cycle yet on rc.15+. The backfill runs on the next watcher poll — either wait for the scheduled cron tick or restart Drydock once to trigger an immediate scan. What to expect after that:
The remaining work — standardizing the icon placement consistently across cards/list/table — is queued for the v1.6.0 Design polish pass. The feature is fully functional; that pass is about visual consistency, not new capability. Can you confirm whether project links show up after a scan cycle on rc.19? Happy to mark this answered once confirmed. Release: https://github.com/CodesWhat/drydock/releases/tag/v1.5.0-rc.19 |
Beta Was this translation helpful? Give feedback.
-
|
on rc.19. I can see the release notes link on the right but still do not see any expander in the container view. See screenshot below: |
Beta Was this translation helpful? Give feedback.
-
|
Hey @begunfx — the asymmetry is by design and clearly isn't obvious enough. The container table view uses an icon button + popover (the file-text icon in the actions column) to keep dense rows compact, while the security view uses an always-inline expander since its rows have less competing for space. Clicking the file-text icon opens a popover with the same expander you see inline in the security view — same content, same chevrons, same body preview, just gated behind a click in the table view. If you'd prefer always-visible inline expanders, the Cards and List view modes (the toggle in the top-right of the Containers page) both render the expander directly in the row — switching to either gives you the same UX as the security view. If clicking the icon does nothing on rc.19, that's a different bug and I'd want to dig in — let me know. |
Beta Was this translation helpful? Give feedback.
-
|
🚀 Shipped in v1.5.0-rc.21 — the file-text icon in the container table now opens the same popover whether the container has structured release notes or just an external |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Add shortcut link in containers to their github projects. If possible, maybe even better if the link goes directly to the project changelog. Would be nice to quickly see the details of the changes to a container with the update available for visibility before deciding to execute the update.
Beta Was this translation helpful? Give feedback.
All reactions