Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 23:33
· 116 commits to main since this release
f403a43

What’s changed

This is a major update of the base image.

The start-up of an add-on is now significantly faster, as fewer API call is done now. This is thanks to extended endpoints in the supervisor API and bug fixes with caching in Bashio.

The supervisor_api access for most add-ons can now be removed. The base image does no longer require this property. So, unless you need specific API features of the Supervisor in your add-on, this option should be removed from your add-on configuration.

Furthermore, the base images have moved to the GitHub Container Registry, saying goodbye to DockerHub, as they imposed limits now that can become problematic. All are built on a brand spanking new GitHub Actions workflow.

New base image locations:

  • aarch64: ghcr.io/hassio-addons/ubuntu-base/aarch64:6.0.0
  • amd64: ghcr.io/hassio-addons/ubuntu-base/amd64:6.0.0
  • armhf: ghcr.io/hassio-addons/ubuntu-base/armhf:6.0.0
  • armv7: ghcr.io/hassio-addons/ubuntu-base/armv7:6.0.0
  • i386: ghcr.io/hassio-addons/ubuntu-base/i386:6.0.0

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates