⬆️ Updating add-on Tautulli to e3a8d62

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 18:40:39 +00:00
parent 783fb67afb
commit 04e38019ee
5 changed files with 34 additions and 21 deletions

View file

@ -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

View file

@ -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 <frenck@users.noreply.github.com>
- 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)

View file

@ -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

View file

@ -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
[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

View file

@ -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}"
}