Home Assistant 112.3 broken?

Yesterday i upgraded my H.A. from version 112.2 to version 112.3
as of today the logbook (on the side panel) isnt working anymore.

buienradar isn’t working.
hacs isn’t starting and all the integrations with it don’t work
I see the following error in the supervisor log:

20-07-08 10:49:20 WARNING (MainThread) [supervisor.homeassistant] Don't wait anymore of Home Assistant startup!
20-07-08 10:49:20 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<process_lock.<locals>.wrap_api() done, defined at /usr/src/supervisor/supervisor/utils/__init__.py:22> exception=HomeAssistantError()>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/utils/__init__.py", line 31, in wrap_api
    return await method(api, *args, **kwargs)
  File "/usr/src/supervisor/supervisor/homeassistant.py", line 421, in restart
    await self._block_till_run()
  File "/usr/src/supervisor/supervisor/homeassistant.py", line 638, in _block_till_run
    raise HomeAssistantError()
supervisor.exceptions.HomeAssistantError

What is wrong?
if you need more info i will be happy to supply it.