From f8a92244799a52f76a46e294867897098b72c79c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 30 Mar 2019 19:58:29 +0000 Subject: [PATCH] :tada: Release of add-on UniFi Controller 0.8.0 --- README.md | 6 +++--- unifi/CHANGELOG.md | 13 ++++++++++--- unifi/README.md | 6 +++--- unifi/config.json | 7 +------ 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1c8694c9..b326416b 100644 --- a/README.md +++ b/README.md @@ -950,10 +950,10 @@ SOFTWARE. [traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [traccar-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.7.1 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.7.1/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.8.0 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.8.0/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg [unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi.svg [unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index de8958df..5186d1a4 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -2,10 +2,17 @@ ### Changed -- Upgrades UniFi Controller to 5.10.19 (#26) -- Document known issue about connection refused exception +- :arrow_up: Upgrades UniFi Controller to 5.10.20 (#28) (@schliflo) +- :arrow_up: Upgrades add-on base image to 3.0.0 +- :fire: Removes log_level from default options +- :fire: Removes custom log format override +- :ambulance: Workaround Docker issue by reinstating legacy tags +- :books: Updates documentation for ARMv7 +- :fire: Removes armhf leftovers +- :hammer: Rewrite add-on onto Bashio +- :ambulance: Disables ARMHF in GitLab CI -[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.7.0...v0.7.1 +[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.7.1...v0.8.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/unifi/README.md b/unifi/README.md index 490d3341..c82be7b7 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -45,13 +45,13 @@ 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-unifi/blob/v0.7.1/README.md +[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.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-unifi-controller/56297?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.7.1 +[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.8.0 [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index e2785164..60a2c595 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "0.7.1", + "version": "0.8.0", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://github.com/hassio-addons/addon-unifi", @@ -9,7 +9,6 @@ "arch": [ "aarch64", "amd64", - "armhf", "armv7", "i386" ], @@ -34,7 +33,6 @@ "homeassistant_api": false, "host_network": false, "options": { - "log_level": "info", "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" @@ -47,8 +45,5 @@ "memory_max": "int?", "memory_init": "int?" }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" - }, "image": "hassioaddons/unifi" } \ No newline at end of file