From 2daef3cc991c07cfa01db9af975d5d2ffd6d80ca Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 10 Aug 2019 10:16:50 +0000 Subject: [PATCH] :tada: Release of add-on UniFi Controller 0.11.0 --- README.md | 6 +++--- unifi/CHANGELOG.md | 11 +++++------ unifi/README.md | 6 +++--- unifi/config.json | 4 +++- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 89e8f475..17cbdad7 100644 --- a/README.md +++ b/README.md @@ -1046,10 +1046,10 @@ SOFTWARE. [traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [traccar-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.10.0 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.10.0/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.11.0 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.11.0/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg [unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi-amd64.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 9bc9dba0..d8d53ae8 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -4,13 +4,12 @@ This is a general maintenance release and contains no breaking changes. ### :hammer: Changes -- :arrow_up: Upgrades add-on base image to v3.1.3 -- :arrow_up: Upgrades binutils to 2.30-21ubuntu1~18.04.2 -- :arrow_up: Upgrades UniFi Controller to 5.10.25 -- :pencil2: Maintaince -> Maintenance -- :sparkles: Adds FUNDING.yml +- :sparkles: Added SNMP port as an option. (#44) +- :arrow_up: Upgrades openjdk-8-jdk-headless to 8u222-b10-1ubuntu1~18.04.1 +- :arrow_up: Upgrades add-on base image to v3.1.4 +- :arrow_up: Upgrades UniFi Controller to 5.10.26 -[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.9.3...v0.10.0 +[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.10.0...v0.11.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 94a4683e..9952e8a8 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -29,13 +29,13 @@ Raspberry Pi. [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.10.0/README.md +[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.11.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.10.0-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.10.0 +[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.11.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 37279830..2b94c4e5 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "0.10.0", + "version": "0.11.0", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://github.com/hassio-addons/addon-unifi", @@ -19,6 +19,7 @@ ], "boot": "auto", "ports": { + "161/udp": null, "1900/udp": null, "3478/udp": 3478, "6789/tcp": 6789, @@ -29,6 +30,7 @@ "10001/udp": 10001 }, "ports_description": { + "161/udp": "Used for SNMP Access", "1900/udp": "L2 discoverable port", "3478/udp": "Used for STUN", "6789/tcp": "Used for UniFi mobile speed test",