Skip to main content

Version 6.x

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


6.6.1 ยท October 5, 2024โ€‹

Breaking changes!

Home Assistant Update Sensors: Home Assistant sensors are now created as update entities instead of binary sensors.

  • Existing Home Assistant entities must be manually cleaned up.
  • Remember to update your Home Assistant automations and dashboards accordingly.
  • ๐Ÿš€ API / UI Add option to allow/disallow delete operations (WUD_SERVER_FEATURE_DELETE)
  • ๐Ÿš€ APPRISE Add support for Apprise persistent YAML configuration
  • ๐Ÿš€ DISCORD Add Discord trigger
  • ๐Ÿš€ DOCKER / DOCKER-COMPOSE Allow pruning old image versions (except current and candidate versions)
  • ๐Ÿš€ FORGEJO Add support for Forgejo registries
  • ๐Ÿš€ GCR Allow anonymous access for public images
  • ๐Ÿš€ GITEA Add support for Gitea registries
  • ๐Ÿš€ HTTP Add support for Basic and Bearer authentication
  • ๐Ÿš€ HTTP Add HTTP proxy support
  • ๐Ÿš€ MQTT / HOME ASSISTANT Replace binary sensors with update sensors
  • ๐Ÿš€ MQTT Add Home Assistant global sensors (total containers, pending updates, etc.)
  • ๐Ÿš€ MQTT Prefix client ID with wud_ instead of generic mqttjs_
  • ๐Ÿš€ TELEGRAM Add Telegram trigger
  • ๐Ÿš€ UI Add dark mode support and filter dropdown for update types
  • ๐Ÿš€ UI Auto-focus login input field and make filter values bookmarkable via URL
  • ๐Ÿš€ UI Make watcher and registry names visible when container cards are collapsed
  • ๐Ÿš€ Add watcher variable to trigger notification templates
  • ๐Ÿ”ง Optimize Docker image footprint, update dependencies, and upgrade to Node.js 18