From 98b9a8cf1a65cd163b95799291307cbbf43bdd21 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 18 May 2019 09:15:18 +0000 Subject: [PATCH] :tada: Release of add-on Tautulli 1.2.0 --- README.md | 6 +++--- tautulli/CHANGELOG.md | 37 +++++++++++++++---------------------- tautulli/README.md | 6 +++--- tautulli/config.json | 2 +- 4 files changed, 22 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 95c3d3a3..3becb859 100644 --- a/README.md +++ b/README.md @@ -1015,10 +1015,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.1.0 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.1.0/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v1.2.0 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.2.0/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-v1.2.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 6eb0c417..68fc7af9 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,22 +1,15 @@ -[Full Changelog][changelog] - -This is a general maintenance release, without any breaking changes. - -### 🔨 Changes - -- :arrow_up: Upgrades base image to v3.1.0 -- :arrow_up: Upgrades gcc/g++ to 8.3.0-r0 -- :arrow_up: Upgrades wget to 1.20.3-r0 -- :sparkles: Adds ARMv7 support -- :hammer: Makes log_level optional -- :fire: Removes custom log format override -- :fire: Removes default config options -- :sparkles: Adds port descriptions -- :hammer: Refactor of init scripts -- :fire: Removes non existing config options from documentation -- :ambulance: Workaround Docker issue by reinstating legacy tags -- :arrow_up: Updates pycryptodomex to v3.8.1 (#35) - -[changelog]: https://github.com/hassio-addons/addon-tautulli/compare/v1.0.0...v1.1.0 - -Questions? Join our Discord server! https://discord.me/hassioaddons \ No newline at end of file +## Changes + +- cf640a2 :arrow_up: Updates python2-dev to version 2.7.16-r1 (#40) +- aed0b15 :arrow_up: Updates python2 to version 2.7.16-r1 (#41) +- eab3298 :arrow_up: Upgrades Tautulli to version v2.1.29 (#42) +- b2550cb 🔥 Removes non existing config options from documentation + +[Full Changelog][changelog] + +*** + +This release was created with [reporeleaser][reporeleaser] :tada: + +[reporeleaser]: https://pypi.org/project/reporeleaser/ +[changelog]: https://github.com/hassio-addons/addon-tautulli/compare/v1.1.0...v1.2.0 \ No newline at end of file diff --git a/tautulli/README.md b/tautulli/README.md index f8bee024..55c7da0e 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -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.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v1.2.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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.1.0 +[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.2.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 6f42d7e4..1f358cbd 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,6 +1,6 @@ { "name": "Tautulli", - "version": "1.1.0", + "version": "1.2.0", "slug": "tautulli", "description": "Monitoring and tracking tool for Plex Media Server", "url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md",