Skip to main content

Version 5.x

Release history and details for the WUD 5.x series.


5.22.1 ยท November 27, 2022โ€‹

Breaking changes!

Container-Centric Architecture: WUD transitioned from an image-centric model to a container-centric model.

  • The internal data model, REST API, and certain integrations were refactored.
  • Please review the documentation before upgrading to evaluate any impacts on your setup.
  • ๐Ÿš€ DOCKER / DOCKER-COMPOSE Add dry-run mode (pull new images only)
  • ๐Ÿš€ DOCKER Add ability to listen for Docker daemon events
  • ๐Ÿš€ ECR Add support for public.ecr.aws gallery
  • ๐Ÿš€ MQTT Add update device class for Home Assistant and send MQTT messages on container status changes
  • ๐Ÿš€ MQTT Add support for TLS and mTLS
  • ๐Ÿš€ SMTP Add ability to skip TLS certificate verification
  • ๐Ÿš€ UI Add Progressive Web App (PWA) support for mobile devices
  • ๐Ÿš€ UI Redesigned user interface
  • ๐Ÿš€ Add Apprise trigger
  • ๐Ÿš€ Add CORS support
  • ๐Ÿš€ Add Font Awesome and Simple Icons support
  • ๐Ÿš€ Add GitLab Registry support
  • ๐Ÿš€ Add HTTPS/TLS support
  • ๐Ÿš€ Add ability to customize container display names and icons (see wud.display.name and wud.display.icon)
  • ๐Ÿš€ Add ability to link container versions to release notes or changelogs (see documentation)
  • ๐Ÿš€ Add watcher-level option to watch all container digests
  • ๐Ÿš€ Add authentication system (see documentation)
  • ๐Ÿš€ Add Authentik configuration guide
  • ๐Ÿš€ Track container status (running, stopped, etc.)
  • ๐Ÿš€ Add custom timeout option for OIDC authentication providers
  • ๐Ÿš€ Add Docker Compose examples to documentation
  • ๐Ÿš€ Add Docker Compose and Docker triggers
  • ๐Ÿš€ Add GitHub Container Registry, Hotio, and LinuxServer (lscr.io) registry support
  • ๐Ÿš€ Add OIDC automatic redirect capability and OpenID Connect authentication
  • ๐Ÿš€ Add Quay registry support (quay.io) and support for custom registries
  • ๐Ÿš€ Add support for ${prerelease} variable in link templates
  • ๐Ÿš€ Add configurable trigger thresholds (see documentation)
  • ๐Ÿš€ Add tag transform rules before update analysis (see documentation)
  • ๐Ÿš€ Add customizable title and body templates for triggers
  • ๐Ÿš€ Add option to trigger notifications individually or in batches
  • ๐Ÿš€ Add option to ignore or repeat previous update notifications
  • ๐Ÿš€ Allow excluding specific containers from being monitored
  • ๐Ÿš€ Allow storing secrets in external files
  • ๐Ÿš€ Automatically enable digest watching for non-semver tags
  • ๐Ÿš€ Digest management performance optimizations
  • ๐Ÿš€ Embed Material Design icons and Google Fonts in UI for offline access
  • ๐Ÿš€ Enable anonymous access by default for public registries (Docker Hub, GHCR, Quay)
  • ๐Ÿš€ Highlight containers with new digests in the UI
  • ๐Ÿš€ Improve test code coverage and log output
  • ๐Ÿš€ Publish WUD image to ghcr.io in addition to Docker Hub
  • ๐Ÿš€ Support TZ environment variable for local timezone configuration
  • ๐Ÿ”ง Upgrade to Node.js 16 and watch individual containers instead of images