From 04e38019ee698d99ae3e65e4ef606cdb610ef5e3 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 24 Jan 2021 18:40:39 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tautulli to e3a8d62 --- README.md | 6 +++--- tautulli/CHANGELOG.md | 17 +++++++++++++++++ tautulli/DOCS.md | 16 +++++++--------- tautulli/README.md | 8 ++++---- tautulli/config.json | 8 +++----- 5 files changed, 34 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ad7d69e1a..616de63e1 100644 --- a/README.md +++ b/README.md @@ -1040,10 +1040,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/0e66044 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/0e66044/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/e3a8d62 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/e3a8d62/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-0e66044-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-e3a8d62-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 b9ed34f89..75d8df45a 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog since v1.5.1 +- Upgrade add-on base image to 9.1.0 (#71) +- Add new repository workflow (#70) + +* Add new repository workflow + +* Prettified Code! + +* Migrate Docker build arguments + +* Documentation tweaks + +* Address add-on lint errors + +Co-authored-by: frenck +- Upgrade Code of Conduct (#69) +- Happy New Year (#68) +- Cleanup repository (#67) - ⬆ Upgrades pycryptodomex to 3.9.9 - ⬆ Upgrades crudini to 0.9.3 - ⬆ Updates plexapi to v4 (#60) diff --git a/tautulli/DOCS.md b/tautulli/DOCS.md index bb873a8eb..5fbacc226 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 5ba99f9b8..33224bf6f 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -46,8 +46,8 @@ If you are more interested in stable releases of our add-ons: [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-0e66044-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/0e66044 -[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-e3a8d62-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/e3a8d62 +[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 dbd876e26..dc7043adc 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,9 +1,9 @@ { "name": "Tautulli", - "version": "0e66044", + "version": "e3a8d62", "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-{arch}" + "image": "ghcr.io/hassio-addons/tautulli/{arch}" } \ No newline at end of file