diff --git a/README.md b/README.md index 7bb20c94..5178e2b4 100644 --- a/README.md +++ b/README.md @@ -1071,10 +1071,10 @@ SOFTWARE. [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tasmoadmin-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v1.4.0 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.4.0/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v1.5.0 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.5.0/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-v1.5.0-blue.svg [tautulli-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tautulli.svg [tautulli-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tautulli-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md index b7944604..0731329c 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,16 +1,16 @@ ## Changes -- :arrow_up: Upgrades Tautulli to v2.1.39 -- :fireworks: Updates maintenance/license year to 2020 -- :pencil2: Fixes some spelling and grammar -- :arrow_up: Upgrades add-on base image to v6.0.1 -- :arrow_up: Upgrades gcc to 9.2.0-r3 -- :arrow_up: Upgrades python2 to 2.7.16-r3 -- :arrow_up: Upgrades libressl-dev to 3.0.2-r0 -- :arrow_up: Upgrades git to 2.24.1-r0 -- :arrow_up: Upgrades py-openssl to 19.1.0-r0 -- :arrow_up: Upgrades Tautulli to v2.1.42 +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Re-branding +- :hammer: Update add-on config with new password & list features +- :arrow_up: Upgrades add-on base image to v7.0.2 +- :arrow_up: Updates pycryptodomex to v3.9.7 (#55) +- :ambulance: Fix SSL +- :pencil2: Replace some Hass.io occurances +- :arrow_up: Upgrades Tautulli to v2.1.44 +- :hammer: Update community forum links +- :hammer: Don't use apk cache on cleanup [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-tautulli/compare/v1.3.0...v1.4.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-tautulli/compare/v1.4.0...v1.5.0 \ No newline at end of file diff --git a/tautulli/README.md b/tautulli/README.md index a98ace8c..5a427560 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: Tautulli +# Home Assistant Community Add-on: Tautulli [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -25,7 +25,7 @@ graphs, which makes it easy to brag about your server to everyone else. ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -43,11 +43,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v1.4.0/README.md +[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v1.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-tautulli/68745?u=ludeeus +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745?u=ludeeus [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.4.0 +[release-shield]: https://img.shields.io/badge/version-v1.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.5.0 [screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.json b/tautulli/config.json index 64e83cb7..e40a39c2 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,6 +1,6 @@ { "name": "Tautulli", - "version": "1.4.0", + "version": "1.5.0", "slug": "tautulli", "description": "Monitoring and tracking tool for Plex Media Server", "url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md", @@ -34,9 +34,9 @@ "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "username": "str", - "password": "str", + "password": "password", "ssl": "bool", "certfile": "str", "keyfile": "str",