Why is my Supervisor stuck at supervisor-2022.04.0?

Looking at the latest releases for Supervisor, I see that it is at 2022.04.02, but my HA installation does not seem to pickup the latest releases, so I won’t be able to update to it. Does the Supervisor or the HA core control the Supervisor version to be pulled into an installation? Is there a way to manually install a specific version of the Supervisor (similar to ha cli)? Thanks.

Supervisor polls a version file and updates itself if it is available.

The current GitHub stable.json file for supervisor lists the active version as 2022.04.0. Are you sure you aren’t looking at a dev build?

{
  "channel": "stable",
  "supervisor": "2022.04.0",