From 8c8ae37508217831339b7539bd5d262ecb8d31fa Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 12 Jun 2018 20:17:57 +0000 Subject: [PATCH] :tada: Release of add-on Homebridge 2.6.0 --- README.md | 6 +++--- homebridge/CHANGELOG.md | 33 ++++++++------------------------- homebridge/README.md | 6 +++--- homebridge/config.json | 2 +- 4 files changed, 15 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 8cd1745c..8faf7b3b 100644 --- a/README.md +++ b/README.md @@ -453,10 +453,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.5.0 -[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.5.0/README.md +[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.6.0 +[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.6.0/README.md [homebridge-issue]: https://github.com/hassio-addons/addon-homebridge/issues -[homebridge-version-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg +[homebridge-version-shield]: https://img.shields.io/badge/version-v2.6.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 diff --git a/homebridge/CHANGELOG.md b/homebridge/CHANGELOG.md index fe9aeb0b..503c83df 100644 --- a/homebridge/CHANGELOG.md +++ b/homebridge/CHANGELOG.md @@ -1,30 +1,13 @@ [Full Changelog][changelog] -### Added - -- Adds .yamllint configuration -- Adds all architectures to add-on config -- Adds Probot configuration -- Adds add-on README template -- Adds Gitlab CI -- Adds option to run Homebridge insecure (#94) - -### Fixed - -- Fixes Markdownlint warning in License -- Fixes hadolint warnings -- Fixes Markdown linting warnings - ### Changed -- Replaces Changelog with GitHub releases -- Updates README -- Upgrades Homebridge to v0.4.42 -- Upgrades add-on base image to v1.4.1 +- Moves build-env to latest +- Upgrades base image to v1.4.2 +- Upgrades git to 2.15.2-r0 +- Rewrites GitLab CI +- Upgrades base image in GitLab CI to 1.4.2 +- Updates Homebridge to 0.4.43 +- Updates node-gyp to 3.7.0 -### Removed - -- Removes CodeClimate -- Removes CircleCI - -[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.4.0...v2.5.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.5.0...v2.6.0 \ No newline at end of file diff --git a/homebridge/README.md b/homebridge/README.md index 0ea29066..44443ee6 100644 --- a/homebridge/README.md +++ b/homebridge/README.md @@ -48,9 +48,9 @@ If you are more interested in stable releases of our add-ons: [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.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.5.0 -[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.5.0/README.md +[release-shield]: https://img.shields.io/badge/version-v2.6.0-blue.svg +[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.6.0 +[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.6.0/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck [homebridge]: https://github.com/nfarina/homebridge \ No newline at end of file diff --git a/homebridge/config.json b/homebridge/config.json index 0d62c3fa..dbb6c719 100644 --- a/homebridge/config.json +++ b/homebridge/config.json @@ -1,6 +1,6 @@ { "name": "Homebridge", - "version": "2.5.0", + "version": "2.6.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",