v6.0.0
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
- Cleanup repository @frenck (#15)
- Happy New Year @frenck (#16)
- Upgrade Code of Conduct @frenck (#17)
- Add new repository workflow @frenck (#18)
📚 Documentation
- Fix typo @ikifar2012 (#14)
- Update documentation @frenck (#22)