🎉 Release of add-on Homebridge 2.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-12 20:17:57 +00:00
parent e98092658f
commit 8c8ae37508
4 changed files with 15 additions and 32 deletions

View file

@ -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

View file

@ -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
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.5.0...v2.6.0

View file

@ -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

View file

@ -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",