Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

What’s Up Docker 9.0 introduces a SQLite-based persistence layer, role-based access control, personal API tokens, expanded OIDC support, and several authentication and API changes.
A major release for container update monitoring, persistence, authentication and API access.
What’s Up Docker (WUD) is a container update monitoring tool designed to watch running container images, check registries for available updates, and provide mechanisms for notifications or updates. The official project is maintained in the getwud/wud GitHub repository.
WUD 9.0 was released on September 24, 2026, with changes focused on persistence, authentication, authorization and API access. The project’s GitHub releases page lists 9.0.0 and subsequent 9.0.x releases. WUD releases.
One of the central WUD 9.0 changes is the move from LokiJS to SQLite. The new persistence layer uses Drizzle ORM, and automatic database schema migrations are included.
WUD 9.0 introduces three user roles:
| Role | Purpose |
|---|---|
| Administrator | Administrative access including user management. |
| Read/Write | User access with read and write capabilities. |
| Read-Only | Access intended for users who only need to view information. |
Users can be managed from the web interface, where administrators can assign roles and reset passwords.
WUD 9.0 adds personal API tokens for programmatic access to its REST API. The release report says tokens can be created with read or write scopes and can optionally have an expiration date.
OpenID Connect support has been expanded so WUD can automatically create users and synchronize roles based on group claims from the configured identity provider. User profiles also gain password changes, API-token management, and synchronization of light or dark theme preferences between sessions.
WUD 9.0 replaces the no-longer-maintained Bunyan logger with Pino. A live log viewer uses Server-Sent Events to display logs directly in the interface.
Developers and administrators receive interactive OpenAPI documentation with a built-in request explorer, schema information and code examples. Docker Compose project names are displayed in the interface and can be used to filter containers.
The release report also notes fixes involving Docker watchers, registry providers, semantic-version comparisons, SMTP TLS handling, UI settings, and compatibility with Docker 29.8.0 and newer.
The official WUD repository provides a Docker quick-start example:
For production deployments, replace example credentials with strong secrets and follow the project’s current documentation for authentication, storage and Docker-socket security. View WUD on GitHub.
| Area | WUD 9.0 change |
|---|---|
| Persistence | LokiJS → SQLite with Drizzle ORM |
| Authorization | Administrator, Read/Write, Read-Only roles |
| API access | Personal API tokens with read/write scopes and optional expiration |
| Authentication | Expanded OIDC; anonymous access removed |
| Logging | Bunyan replaced by Pino |
| Live logs | Server-Sent Events log viewer |
| API documentation | Interactive OpenAPI documentation |
| Compose | Project names displayed and filterable |
WUD 9.0 places more of the application’s administrative and integration functions behind explicit authentication and authorization. The combination of SQLite persistence, role-based access control, API tokens and expanded OIDC support gives administrators more built-in mechanisms for managing users and programmatic access.
For existing deployments, the authentication changes and REST API behavior deserve particular attention before an upgrade.
What’s Up Docker 9.0 is a substantial release focused on the application’s data layer, authentication, authorization and API experience. SQLite replaces LokiJS, RBAC introduces three user roles, personal API tokens add scoped programmatic access, and OIDC receives deeper integration.
Because authentication and API behavior have changed, existing users should review the release information and test the upgrade before applying it to a production deployment.
Editorial note: VMoreCloud is an independent technology publication.
We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.