🎉 Release of add-on UniFi Controller 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-02-03 15:13:08 +00:00
parent 7125da809a
commit d05dc24bde
4 changed files with 27 additions and 14 deletions

View file

@ -821,10 +821,10 @@ SOFTWARE.
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-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.4.0
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.4.0/README.md
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.5.0
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.5.0/README.md
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
[unifi-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[unifi-version-shield]: https://img.shields.io/badge/version-v0.5.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

View file

@ -2,8 +2,19 @@
### Changed
- Upgrades Unifi to 5.9.29
- Upgrades binutils to 2.30-21ubuntu1~18.04
- Fixes spelling error in Dockerfile
- Removes BountySource links
- Removes Anchore.io links
- Updates maintenance year to 2019
- Refactor of GitLab CI
- Upgrades add-on base image to 2.2.1
- Configure renovate
- Replaces add-on link with GitHub link
- Upgrades openjdk-8-jdk-headless to 8u191-b12-2ubuntu0.18.04.1
- Fixes controller stuck on startup (#11)
- Adds control over Java Xmx & Xms settings (#13)
[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.3.0...v0.4.0
[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.4.0...v0.5.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -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.4.0/README.md
[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.5.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/2018.svg
[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.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.4.0
[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.5.0
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg

View file

@ -1,9 +1,9 @@
{
"name": "UniFi Controller",
"version": "0.4.0",
"version": "0.5.0",
"slug": "unifi",
"description": "Manage your UniFi network using a web browser",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck",
"url": "https://github.com/hassio-addons/addon-unifi",
"webui": "https://[HOST]:[PORT:8443]",
"startup": "services",
"arch": [
@ -39,10 +39,12 @@
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
"keyfile": "str",
"memory_max": "int?",
"memory_init": "int?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"