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-COMPOSEAdd dry-run mode (pull new images only) - ๐
DOCKERAdd ability to listen for Docker daemon events - ๐
ECRAdd support forpublic.ecr.awsgallery - ๐
MQTTAddupdatedevice class for Home Assistant and send MQTT messages on container status changes - ๐
MQTTAdd support for TLS and mTLS - ๐
SMTPAdd ability to skip TLS certificate verification - ๐
UIAdd Progressive Web App (PWA) support for mobile devices - ๐
UIRedesigned 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.nameandwud.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.ioin addition to Docker Hub - ๐ Support
TZenvironment variable for local timezone configuration - ๐ง Upgrade to Node.js 16 and watch individual containers instead of images