Skip to main content

Version 8.x

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


8.3.1 ยท July 31, 2026โ€‹

  • ๐Ÿš€ Add WUD_REGISTRY_HUB_PUBLIC_SUPPRESSDIGESTWATCHWARNING environment variable
  • ๐Ÿš€ GITLAB Add support for GitLab group access tokens
  • ๐Ÿ› DOCKER-COMPOSE Fix trigger failing to detect containers in compose file
  • ๐Ÿ› PROMETHEUS Reduce CPU usage
  • ๐Ÿ› OIDC Fix issues when WUD starts while OIDC provider is temporarily unavailable
  • ๐Ÿ› DOCKER Fix Docker container update when container is attached to multiple networks
  • ๐Ÿ› UI Fix card overflow on home page
  • ๐Ÿ”ง TELEGRAM Replace deprecated client with direct HTTP API calls

8.3.0 ยท July 14, 2026โ€‹

  • ๐Ÿš€ Add opt-in mode for trigger association
  • ๐Ÿš€ TELEGRAM Add SOCKS5/HTTP proxy support to Telegram trigger
  • ๐Ÿš€ Add runtime subpath proxy support with WUD_SERVER_BASEPATH
  • ๐Ÿš€ Add environment variable for default digest watching
  • ๐Ÿš€ MQTT Improve trigger performance and reliability
  • ๐Ÿš€ DISCORD Add avatar URL support
  • ๐Ÿ› Fix digest comparison for single-platform manifests resolved from a manifest list
  • ๐Ÿ› NTFY Fix basic authentication
  • ๐Ÿ› UI Fix container filters on mobile devices
  • ๐Ÿ› ECR Use link header for pagination
  • ๐Ÿ› Fix Passport authentication handling
  • ๐Ÿ› DOCKER-COMPOSE Fix handling of services defined without images
  • ๐Ÿ› Fix text log format output
  • ๐Ÿ”ง Update OIDC library dependencies
  • ๐Ÿ”ง Add multi-stage UI build to Dockerfile
  • ๐Ÿ”ง Add Playwright end-to-end tests

8.2.2 ยท February 26, 2026โ€‹

  • ๐Ÿš€ Add public Codeberg registry (codeberg.org) to default supported registries
  • ๐Ÿš€ Add public Forgejo registry (code.forgejo.org) to default supported registries
  • ๐Ÿ› Fix startup errors encountered on specific system configurations

8.2.1 ยท February 25, 2026โ€‹

  • ๐Ÿ› APPRISE Fix bad request error ("Payload lacks minimum requirements")
  • ๐Ÿ› DISCORD Fix bad request error ("Invalid URL")
  • ๐Ÿ› NTFY Fix token authentication
  • ๐Ÿ› Fix metrics-related errors when Prometheus is disabled
  • ๐Ÿ› Fix wud.watch.digest configuration not being respected
  • ๐Ÿ”ง Migrate backend codebase to TypeScript

8.2.0 ยท February 14, 2026โ€‹

  • ๐Ÿš€ Add TrueForge Container Registry support (oci.trueforge.org)
  • ๐Ÿš€ Add Codeberg registry support
  • ๐Ÿš€ Allow disabling Prometheus metrics
  • ๐Ÿš€ Enable digest watching by default (except for Docker Hub images)
  • ๐Ÿš€ Ensure candidate tags retain the same number of semver parts
  • ๐Ÿš€ Ensure candidate tags retain the same prefix
  • ๐Ÿš€ Add support for wud.compose.file label
  • ๐Ÿš€ Add Rocket.Chat trigger
  • ๐Ÿš€ SMTP Allow from address to include a display name
  • ๐Ÿ› Fix Docker Compose YAML parsing when multiple aliases are used
  • ๐Ÿ› Ignore .sig signature tags during candidate version resolution
  • ๐Ÿ”ง UI Migrate UI to Vue 3, Vuetify 3, and TypeScript
  • ๐Ÿ”ง Upgrade runtime to Node.js 24 and switch to Alpine Linux base image

8.1.1 ยท July 6, 2025โ€‹

  • ๐Ÿ› TELEGRAM Fix Markdown character escaping in notification messages

8.1.0 ยท July 4, 2025โ€‹

  • ๐Ÿš€ Add 60s default jitter to Docker watcher to prevent load spikes on Docker Hub
  • ๐Ÿš€ SMTP Add support for custom TLDs in SMTP trigger
  • ๐Ÿš€ TELEGRAM / SLACK Add custom title configuration to triggers
  • ๐Ÿš€ UI Add support for Homarr Labs icons
  • ๐Ÿš€ UI Add support for sorting containers by oldest creation date
  • ๐Ÿ› Fix ${prerelease} variable evaluation in link templates

8.0.1 ยท January 21, 2025โ€‹

  • ๐Ÿš€ Force watcher to check on startup only if store is empty (#570)
  • ๐Ÿ› Fix default healthcheck when HTTP server is disabled (#556)
  • ๐Ÿ› Fix missing Prometheus label (#562)
  • ๐Ÿ› DOCKER-COMPOSE Fix manual container update (#546)

8.0.0 ยท January 10, 2025โ€‹

Breaking changes!
  • ๐Ÿš€ COMMAND Add support for Command trigger
  • ๐Ÿš€ DOCKER Add default healthcheck to the wud Docker image
  • ๐Ÿš€ PUSHOVER Add support for optional message TTL
  • ๐Ÿš€ REGISTRY Add support for configuring multiple registries of the same type
  • ๐Ÿš€ TRIGGER Add support for automatic or manual trigger execution modes
  • ๐Ÿš€ TRIGGER Improve title, body, and link template variables
  • ๐Ÿš€ UI Add ability to group containers by label
  • ๐Ÿš€ Brand new WUD logo! ๐ŸŽ‰
  • ๐Ÿ› TRIGGER Fix association issue between specific triggers and containers
  • ๐Ÿ”ง Add Prettier code formatting and upgrade to Node.js 23