diff --git a/README.md b/README.md index 3707a2f3058..27009b60367 100644 --- a/README.md +++ b/README.md @@ -877,10 +877,10 @@ SOFTWARE. [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [tasmoadmin-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v4.0.0 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v4.0.0/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v4.0.1 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v4.0.1/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-v4.0.1-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-no-red.svg diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md index ebfa6b6da18..14f765e7094 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,14 +1,13 @@ ## What’s changed -## 🚨 Breaking changes +## 🧰 Maintenance -- Drop support for armhf & i386 @frenck ([#318](https://github.com/hassio-addons/addon-tautulli/pull/318)) +- 🎆 Updates maintenance/license year to 2024 @frenck ([#331](https://github.com/hassio-addons/addon-tautulli/pull/331)) ## ⬆️ Dependency updates -- ⬆️ Update plexapi to v4.15.5 @renovate ([#319](https://github.com/hassio-addons/addon-tautulli/pull/319)) -- ⬆️ Update plexapi to v4.15.6 @renovate ([#320](https://github.com/hassio-addons/addon-tautulli/pull/320)) -- ⬆️ Update setuptools to v69 @renovate ([#321](https://github.com/hassio-addons/addon-tautulli/pull/321)) -- ⬆️ Update setuptools to v69.0.1 @renovate ([#322](https://github.com/hassio-addons/addon-tautulli/pull/322)) -- ⬆️ Update setuptools to v69.0.2 @renovate ([#323](https://github.com/hassio-addons/addon-tautulli/pull/323)) -- ⬆️ Upgrades Tautulli to v2.13.4 @frenck ([#324](https://github.com/hassio-addons/addon-tautulli/pull/324)) +- ⬆️ Update plexapi to v4.15.7 @renovate ([#326](https://github.com/hassio-addons/addon-tautulli/pull/326)) +- ⬆️ Update setuptools to v69.0.3 @renovate ([#328](https://github.com/hassio-addons/addon-tautulli/pull/328)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.0 @renovate ([#327](https://github.com/hassio-addons/addon-tautulli/pull/327)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.1 @renovate ([#329](https://github.com/hassio-addons/addon-tautulli/pull/329)) +- ⬆️ Update pycryptodomex to v3.19.1 @renovate ([#330](https://github.com/hassio-addons/addon-tautulli/pull/330)) diff --git a/tautulli/DOCS.md b/tautulli/DOCS.md index 1657f4c5afd..cd389c96975 100644 --- a/tautulli/DOCS.md +++ b/tautulli/DOCS.md @@ -111,7 +111,7 @@ check [the contributor's page][contributors]. MIT License - Copyright (c) 2018-2019 Joakim Sørensen -- Copyright (c) 2019-2023 Franck Nijhof +- Copyright (c) 2019-2024 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tautulli/README.md b/tautulli/README.md index e4f55e4618e..3c1b8b64635 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -23,8 +23,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 -[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/v4.0.0 +[release-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v4.0.1 [screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/main/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.yaml b/tautulli/config.yaml index fd96e5094a3..8ef2edecead 100644 --- a/tautulli/config.yaml +++ b/tautulli/config.yaml @@ -1,5 +1,5 @@ name: Tautulli -version: 4.0.0 +version: 4.0.1 slug: tautulli description: Monitoring and tracking tool for Plex Media Server url: https://github.com/hassio-addons/addon-tautulli/tree/main/README.md