diff --git a/README.md b/README.md index c78919288..03b5471b7 100644 --- a/README.md +++ b/README.md @@ -555,10 +555,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/da14d55 -[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/da14d55/README.md +[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/d913dae +[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/d913dae/README.md [homebridge-issue]: https://github.com/hassio-addons/addon-homebridge/issues -[homebridge-version-shield]: https://img.shields.io/badge/version-da14d55-blue.svg +[homebridge-version-shield]: https://img.shields.io/badge/version-d913dae-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 diff --git a/homebridge/CHANGELOG.md b/homebridge/CHANGELOG.md index 54d694426..4bb350abb 100644 --- a/homebridge/CHANGELOG.md +++ b/homebridge/CHANGELOG.md @@ -1,17 +1,11 @@ -# Changelog since v2.7.0 +# Changelog since v2.8.0 -2018/08/15 19:05 UTC - [da14d55](https://github.com/hassio-addons/addon-homebridge/commit/da14d55f1259b6e9ac6d9260fbbb0dc8ced1f260) by [@frenck](https://github.com/frenck) -> :books: :shirt: Updates README and links +2018/08/19 07:38 UTC - [d913dae](https://github.com/hassio-addons/addon-homebridge/commit/d913dae36aea819fe9858373cee64c2fefdf9290) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades NodeJS to 8.11.4-r0 -2018/08/15 19:05 UTC - [de527eb](https://github.com/hassio-addons/addon-homebridge/commit/de527eb01016b2f278fe41f9e95f553ac72c91e3) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades node-gyp to 3.8.0 +2018/08/19 07:38 UTC - [7b24683](https://github.com/hassio-addons/addon-homebridge/commit/7b24683ea2b643e92300372d75cfe1bb0b015ddf) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades Python to 2.7.15-r1 -2018/08/15 19:05 UTC - [a466831](https://github.com/hassio-addons/addon-homebridge/commit/a466831c333f242699f57abd1776b885d8b4d672) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades openssl to 1.0.2o-r2 - -2018/08/15 19:05 UTC - [748daa9](https://github.com/hassio-addons/addon-homebridge/commit/748daa9665f537ef52caae042baf60c9898df10f) by [@frenck](https://github.com/frenck) -> :whale: Sets default Shell - -2018/08/15 19:05 UTC - [6b91ac8](https://github.com/hassio-addons/addon-homebridge/commit/6b91ac819aac145e3a754aab6b5b106cfcb42bbc) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v2.1.1 +2018/08/19 07:38 UTC - [b4eb24c](https://github.com/hassio-addons/addon-homebridge/commit/b4eb24c0c07b3211c396ab6637dc5c19e2ee8172) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.1.2 diff --git a/homebridge/README.md b/homebridge/README.md index ec3b1cd39..ef31d5789 100644 --- a/homebridge/README.md +++ b/homebridge/README.md @@ -69,7 +69,7 @@ If you are more interested in stable releases of our add-ons: [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/da14d55/README.md +[docs]: https://github.com/hassio-addons/addon-homebridge/blob/d913dae/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 @@ -77,5 +77,5 @@ If you are more interested in stable releases of our add-ons: [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-da14d55-blue.svg -[release]: https://github.com/hassio-addons/addon-homebridge/tree/da14d55 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-d913dae-blue.svg +[release]: https://github.com/hassio-addons/addon-homebridge/tree/d913dae \ No newline at end of file diff --git a/homebridge/config.json b/homebridge/config.json index 18a39f897..f54b0fc42 100644 --- a/homebridge/config.json +++ b/homebridge/config.json @@ -1,6 +1,6 @@ { "name": "Homebridge", - "version": "da14d55", + "version": "d913dae", "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",