Addon update not proposed

I am currently using an outdated version of the AppDaemon add-on (0.16.7) (intentionally), because I was waiting for 0.17.6 to be released.

As far as I can tell, it was released, and I even can install that on another HomeAssistant instance that I have in a VM.
However, on my main instance (aarch64), it keeps proposing only the update to 0.17.4:

but not the update to the “fixed” 0.17.6 version, and that despite me explicitly refreshing the add-on store:

I do not get any logs in HA logs.
I have tried restarting the instance as well.

Is that expected behavior, or should I open a bug report?

Do you run the newest version of HA core?
Updates can be bound to certain min. Versions of HA core and other dependencies.

Yes I run the latest version. :confused:
Also it seems the commit does not add version restrictions: 🎉 Release of add-on AppDaemon 0.17.6 · hassio-addons/repository@f83433a · GitHub

Try a supervisor restart or even a supervisor rebuild.

As I mentioned in my original message, I have already restarted the instance.

It’s unclear to me what “rebuild” means in that context.

Ah actually I found some logs in the supervisor:

2025-07-03 21:51:23.196 WARNING (MainThread) [supervisor.jobs] 'GitRepo.pull' blocked from execution, no supervisor internet connection

I have no idea why the supervisor would be missing internet connection though.
Also, that seems new, because I’ve never had issues updating addons before.

Ok the nth reboot and forcing the refresh of the repositories right after boot worked. I don’t know what’s going on but it doesn’t seem very reliable :frowning: