Skip to content

Releases: getwud/wud

8.3.1

Choose a tag to compare

@fmartinou fmartinou released this 31 Jul 12:51
  • ⭐ Add WUD_REGISTRY_HUB_PUBLIC_SUPPRESSDIGESTWATCHWARNING env var
  • ⭐ [GITLAB] - Add support for GitLab group access tokens
  • πŸ”₯ [DOCKER-COMPOSE] - Fix trigger fails 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 by direct HTTP API use

8.3.0

Choose a tag to compare

@fmartinou fmartinou released this 14 Jul 09:54
  • ⭐ Add opt-in mode for trigger association
  • ⭐ Add SOCKS5/HTTP proxy support to Telegram trigger
  • ⭐ Add runtime subpath proxy support with WUD_SERVER_BASEPATH
  • ⭐ Add ENV option for watch digest default
  • ⭐ [MQTT] - Improve trigger
  • ⭐ [DISCORD] - Add avatar URL support
  • ⭐ [DOCKER-COMPOSE] - Use com.docker.compose.project.config_files label by default
  • πŸ”₯ Fix digest comparison for single-platform manifests resolved from a manifest list
  • πŸ”₯ [NTFY] - Fix basic auth
  • πŸ”₯ [UI] - Fix container filters on mobile
  • πŸ”₯ [ECR] - Use link header for pagination
  • πŸ”₯ Fix Passport auth
  • πŸ”₯ [DOCKER-COMPOSE] - Fix services without images
  • πŸ”₯ Fix txt log format
  • πŸ”’ Update OIDC library
  • πŸ”§ Add multi-stage UI build to Dockerfile
  • πŸ”§ Add Playwright e2e tests

8.2.2

Choose a tag to compare

@fmartinou fmartinou released this 26 Feb 14:38
  • ⭐ Add public Codeberg registry (codeberg.org) to the list of default supported registries
  • ⭐ Add public Forgejo registry (code.forgejo.org) to the list of default supported registries
  • πŸ”₯ Fix startup errors for some users

8.2.1

Choose a tag to compare

@fmartinou fmartinou released this 25 Feb 18:05
  • πŸ”’ Migrate backend to typescript
  • πŸ”₯ [APPRISE] - Fix bad request error ("Payload lacks minimum requirements")
  • πŸ”₯ [DISCORD] - Fix bad request error ("Invalid URL")
  • πŸ”₯ [NTFY] - Fix token auth
  • πŸ”₯ Fix metrics related errors when Prometheus is disabled
  • πŸ”₯ Fix wud.watch.digest not respected

8.2.0

Choose a tag to compare

@fmartinou fmartinou released this 14 Feb 15:04
  • ⭐ Add TrueForge Container Registry support (oci.trueforge.org)
  • ⭐ Add Codeberge registry
  • ⭐ Allow disabling Prometheus metrics
  • ⭐ Enable digest watching by default (except for Docker hub images)
  • ⭐ Ensure tag candidates keep same number of semver parts
  • ⭐ Ensure tag candidates keep same prefix
  • ⭐ Add wud.compose.file supported label
  • ⭐ Add Rocket.chat trigger
  • ⭐ [SMTP] - Allow from address to take a display name
  • πŸ”’ [UI] - Migrate to Vue 3
  • πŸ”’ [UI] - Migrate to Vuetify 3
  • πŸ”’ [UI] - Migrate to typescript
  • πŸ”’ Upgrade to node.js 24
  • πŸ”’ Switch to Alpine docker image
  • πŸ”₯ Fix docker-compose yaml when many aliases
  • πŸ”₯ Ignore sig tags

8.1.1

Choose a tag to compare

@fmartinou fmartinou released this 06 Jul 11:31
  • πŸ”₯ [TELEGRAM] - Fix markdown character escape

8.1.0

Choose a tag to compare

@fmartinou fmartinou released this 04 Jul 17:15
  • ⭐ Add 60s default jitter in docker watcher to avoid load spike on Docker Hub
  • ⭐ Add support for custom TLDs in SMTP trigger
  • ⭐ Add title to telegram and slack triggers
  • ⭐ [UI] - Add support for Homarr Labs icons
  • ⭐ [UI] - Add support for sorting containers by oldest creation date
  • πŸ”₯ Fix prerelase variable in link template

8.0.1

Choose a tag to compare

@fmartinou fmartinou released this 21 Jan 17:00
  • :start: Force watcher to watch at startup only if store is empty (#570)
  • πŸ”₯ Fix default healthcheck when http server is disabled (#562)
  • πŸ”₯ Fix missing Prometheus label (#562)
  • πŸ”₯ [DOCKER-COMPOSE] - Fix manual update (#546)

8.0.0

Choose a tag to compare

@fmartinou fmartinou released this 10 Jan 18:02
  • ⭐ [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 multiple registries of the same type
  • ⭐ [TRIGGER] - Add support for automatic or manual triggers
  • ⭐ [TRIGGER] - Improve title, body and link templates
  • ⭐ [UI] - Add ability to group containers by label
  • ⭐ New logo! πŸ˜„
  • πŸ”₯ [TRIGGER] - Fix specific triggers to specific containers association issue
  • πŸ”’ Add prettier
  • πŸ”’ Upgrade to node.js 23

Breaking changes!
Registry configuration has changed; please adapt your environment variables
Internal ids has changed; your existing state will be reset

7.2.0

Choose a tag to compare

@fmartinou fmartinou released this 19 Dec 17:42
  • ⭐ [TRIGGER] - Add support for associating specific triggers to specific containers
  • ⭐ [UI] - Some ux improvements
  • ⭐ [UI/API] - Add support for manually running triggers to help with configuration