v0.9.18
Patch release fixing the API access tab introduced in v0.9.17.
Fixed
- API access tab layout. The "Create key" button used the sticky action style and overlapped the scopes/keys list below it, making the panel look broken. It is now inline so the form, the one-time key reveal, and the existing-keys list flow cleanly.
- Each API scope now renders on its own full-width line (the global
.form-checkoverride is inline-block, which previously paired short scopes together inconsistently). - Restyled the Base URL hint into a subtle, self-contained box with light/dark variants.
Changed
- Added
?v=<app_version>cache-busting to the dashboard stylesheet and JS entry point so browsers and reverse proxies pick up new assets immediately after an update. This prevents a stale cachedcontext.jsfrom leaving the API access tab non-functional (form not wired, keys not listed) after upgrading.
Upgrade note: after updating, do a one-time hard refresh (Cmd/Ctrl+Shift+R) to drop any
context.jscached from v0.9.17.
Docker images
drakonis96/statainer:v0.9.18/:latestdrakonis96/dockerstats:v0.9.18/:latest
Both published for linux/amd64 and linux/arm64.