🎉 Release of add-on Tautulli 1.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-24 10:24:05 +00:00
parent de1de50276
commit 6c1b0efce7
4 changed files with 41 additions and 11 deletions

View file

@ -883,10 +883,10 @@ SOFTWARE.
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tasmoadmin-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.1
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v0.4.1/README.md
[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v1.0.0
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.0.0/README.md
[tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues
[tautulli-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[tautulli-version-shield]: https://img.shields.io/badge/version-v1.0.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

View file

@ -1,5 +1,35 @@
# Changes
## Changes
- Show GeoLite install in the settings.
- e8b7aa9 Bump year to 2019
- dd23172 :arrow_up: Upgrades add-on base image in Dockerfile to version 2.3.1
- b71e765 :arrow_up: Upgrades add-on base image in build file to version 2.3.1
- f50383c :pencil2: Fixes spelling error in Dockerfile @frenck
- 0e76a92 :fire: Removes BountySource links @frenck
- 950178d :fire: Removes Anchore.io links @frenck
- af0f7b9 :fireworks: Updates maintenance year to 2019 @frenck
- 103d61e :tractor: :rocket: Refactor of GitLab CI @frenck
- 8490d6a :arrow_up: Upgrades wget to 1.20.1-r0 @frenck
- 11673ab Configure Renovate (#15) @renovate[bot]
- 3ede78f :arrow_up: Updates pip to version 19.0.1 (#16)
- 415c1ce :arrow_up: Updates pycryptodomex to version 3.7.3 (#17)
- b5c6352 :arrow_up: Updates PyOpenSSL to version 19.0.0 (#18)
- 917ede0 Revert "Updates pip to version 19.0.1" (#19)
- 38bf8f9 :arrow_up: Updates libressl-dev to version 2.7.5-r0 (#22)
- 6b9fd0c :arrow_up: Upgrades add-on base image to 2.3.2 @frenck
- 99ab8c3 :arrow_up: Updates pip to version 19.0.3 (#23)
- 67ca9fc :arrow_up: Upgrades Tautulli to version v2.1.28 (#24)
- 487ff76 Upgrade base image to 3.0.1
- 9c6a01a Update pycryptodomex to 3.8.0
- fe2da7e Upgrade g++, gcc, python2-dev, libffi-dev, git, python2, py2-pip
- c75125f Rewrite to use bashio
- 2ca7225 Change PyOpenSSL to py-openssl
- 7f56233 Move pip dependencies to requirements.txt
[Changelog](https://github.com/hassio-addons/addon-tautulli/compare/v0.4.0...v0.4.1)
[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/v0.4.1...v1.0.0

View file

@ -27,11 +27,11 @@ graphs, which makes it easy to brag about your server to everyone else.
[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/v0.4.1/README.md
[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v1.0.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/2018.svg
[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-v0.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-tautulli/tree/v0.4.1
[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.0.0
[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Tautulli",
"version": "0.4.1",
"version": "1.0.0",
"slug": "tautulli",
"description": "Monitoring and tracking tool for Plex Media Server",
"url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md",