From 2cdddbac5bfaf2e57dd37e50b8e17e6c37fe4b02 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 26 Jan 2021 02:26:36 +0000 Subject: [PATCH] :tada: Release of add-on Tautulli 2.0.0 --- README.md | 6 +++--- tautulli/CHANGELOG.md | 33 ++++++++++++++++++++++----------- tautulli/DOCS.md | 16 +++++++--------- tautulli/README.md | 8 ++++---- tautulli/config.json | 8 +++----- 5 files changed, 39 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index ce78ab20..0ac384e5 100644 --- a/README.md +++ b/README.md @@ -965,10 +965,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.5.1 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v1.5.1/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v2.0.0 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v2.0.0/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-v1.5.1-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.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 [tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md index 377628df..95a88414 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,14 +1,25 @@ -## Changes +## What’s changed -- ⬆ Upgrades gcc to 9.2.0-r4 -- ⬆ Upgrades git to 2.24.3-r0 -- ⬆ Upgrades add-on base image to v7.2.0 -- ⬆ Upgrades Tautulli to v2.2.4 -- ⬆ Upgrades python2 to 2.7.18-r0 -- 🔨 Implement OCI image specification on labels -- ✏ Split add-on documentation -- ⬆ Updates plexapi to v3.6.0 (#57) +## 🐛 Bug fixes -[Full Changelog][changelog] +- Fix Tautulli Python startup @frenck (#75) -[changelog]: https://github.com/hassio-addons/addon-tautulli/compare/v1.5.0...v1.5.1 \ No newline at end of file +## 🧰 Maintenance + +- ⬆ Updates plexapi to v4 @renovate (#60) +- Cleanup repository @frenck (#67) +- Happy New Year @frenck (#68) +- Upgrade Code of Conduct @frenck (#69) +- Add new repository workflow @frenck (#70) +- Allow dependabot to upgrade Python dependencies @frenck (#76) + +## ⬆️ Dependency updates + +- Upgrade add-on base image to 9.1.0 @frenck (#71) +- ⬆ Upgrades Tautulli to v2.6.5 @frenck (#72) +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#74) +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#73) +- ⬆ Upgrades py3-pip to 20.3.4-r0 @frenck (#77) +- ⬆️ Bump pyopenssl from 19.1.0 to 20.0.1 @dependabot (#78) +- ⬆️ Bump plexapi from 4.2.0 to 4.3.0 in /tautulli @dependabot (#79) +- Upgrade add-on base image to 9.1.1 @frenck (#80) diff --git a/tautulli/DOCS.md b/tautulli/DOCS.md index bb873a8e..5fbacc22 100644 --- a/tautulli/DOCS.md +++ b/tautulli/DOCS.md @@ -49,7 +49,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -140,16 +140,15 @@ _if the directory `/share/tautulli` does not exist you need to create it._ ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -177,7 +176,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2020 Joakim Sørensen +Copyright (c) 2018-2021 Joakim Sørensen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -202,7 +201,6 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745?u=ludeeus [issue]: https://github.com/hassio-addons/addon-tautulli/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [ludeeus]: https://github.com/ludeeus [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-tautulli/releases diff --git a/tautulli/README.md b/tautulli/README.md index a9c5d839..2e1d849e 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -27,8 +27,8 @@ graphs, which makes it easy to brag about your server to everyone else. [discord]: https://discord.gg/c5DvZ4e [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.5.1-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/v1.5.1 -[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v2.0.0 +[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/main/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.json b/tautulli/config.json index 399e1b96..917c811d 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,9 +1,9 @@ { "name": "Tautulli", - "version": "1.5.1", + "version": "2.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", + "url": "https://github.com/hassio-addons/addon-tautulli/tree/main/README.md", "webui": "[PROTO:ssl]://[HOST]:[PORT:8181]", "startup": "services", "arch": [ @@ -13,9 +13,7 @@ "armv7", "i386" ], - "boot": "auto", "hassio_api": true, - "hassio_role": "default", "ports": { "8181/tcp": 8181 }, @@ -43,5 +41,5 @@ "i_like_to_be_pwned": "bool?", "leave_front_door_open": "bool?" }, - "image": "hassioaddons/tautulli" + "image": "ghcr.io/hassio-addons/tautulli/{arch}" } \ No newline at end of file