After updating WUD from 8.3.0 to 8.3.1, the container Heimdall is not recognized anymore. It is missing in the WUD web UI and also not provided via API anymore as a Home Assistant sensor confirms:
Applying
--label wud.watch.digest=true \
--label wud.watch=true \
to the heimdall container docker run command made no difference.
Full docker run command:
sudo docker run -d \
--name=heimdall \
--restart=always \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Berlin \
-p xxx.xxx.xxx.xx:80:80 \
-v /opt/heimdall/config:/config \
--label wud.watch.digest=true \
--label wud.watch=true \
lscr.io/linuxserver/heimdall:2.8.1
I checked https://github.com/getwud/wud/releases/tag/8.3.1 but could not spot anything directly related to this as a root cause.
Once I downgrade WUD to v8.3.0, Heimdall shows up again:

What about this?

After updating WUD from 8.3.0 to 8.3.1, the container Heimdall is not recognized anymore. It is missing in the WUD web UI and also not provided via API anymore as a Home Assistant sensor confirms:
Applying
to the heimdall container docker run command made no difference.
Full docker run command:
I checked https://github.com/getwud/wud/releases/tag/8.3.1 but could not spot anything directly related to this as a root cause.
Once I downgrade WUD to v8.3.0, Heimdall shows up again:

What about this?