🎉 Release of add-on Homebridge 2.8.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-15 19:32:43 +00:00
parent f7e57234f1
commit 4f7b855786
4 changed files with 24 additions and 29 deletions

View file

@ -509,10 +509,10 @@ SOFTWARE.
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[control-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[control-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.7.0
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.7.0/README.md
[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.8.0
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.8.0/README.md
[homebridge-issue]: https://github.com/hassio-addons/addon-homebridge/issues
[homebridge-version-shield]: https://img.shields.io/badge/version-v2.7.0-blue.svg
[homebridge-version-shield]: https://img.shields.io/badge/version-v2.8.0-blue.svg
[homebridge-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/homebridge-armhf.svg
[homebridge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,20 +1,11 @@
[Full Changelog][changelog]
### Added
- Adds add-on deprecation warnings to README's
### Changed
- Upgrades base image to v2.0.1
- GitLab CI now using the latest Hadolint
- Upgrades avahi to 0.7-r1
- Upgrades g++ to 6.4.0-r8
- Upgrades make to 4.2.1-r2
- Upgrades openssl to 1.0.2o-r1
- Upgrades Python to 2.7.15-r0
- Upgrades dbus to 1.10.24-r1
- Upgrades git to 2.18.0-r0
- Upgrades nodejs to 8.11.3-r1
- Upgrades base image to v2.1.1
- Sets default Shell
- Upgrades openssl to 1.0.2o-r2
- Upgrades node-gyp to 3.8.0
- Updates README and links
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.6.1...v2.7.0
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.7.0...v2.8.0

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
This add-on provides the installation, configuration, and integration for
[Homebridge][homebridge].
@ -60,15 +62,17 @@ If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-v2.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.7.0
[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.7.0/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.8.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck
[homebridge]: https://github.com/nfarina/homebridge
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
[release-shield]: https://img.shields.io/badge/version-v2.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.8.0

View file

@ -1,6 +1,6 @@
{
"name": "Homebridge",
"version": "2.7.0",
"version": "2.8.0",
"slug": "homebridge",
"description": "HomeKit support for your Home Assistant instance using Homebridge",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck",