diff --git a/README.md b/README.md index 71155c5b8..191b5d791 100644 --- a/README.md +++ b/README.md @@ -971,10 +971,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/05f4483 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/05f4483/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/9c2c46c +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/9c2c46c/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-05f4483-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-9c2c46c-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 a2ac0e3e8..10f60cbbe 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog since v2.3.0 +- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#156) + +Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1. +- [Release notes](https://github.com/dessant/lock-threads/releases) +- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) +- [Commits](https://github.com/dessant/lock-threads/compare/v2.0.3...v2.1.1) + +--- +updated-dependencies: +- dependency-name: dessant/lock-threads + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 (#154) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0. diff --git a/tautulli/README.md b/tautulli/README.md index 04d300174..9ac4a0dd1 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -48,6 +48,6 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745?u=ludeeus [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-05f4483-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/05f4483 +[release-shield]: https://img.shields.io/badge/version-9c2c46c-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/9c2c46c [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 fecac0298..5305fcd52 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,6 +1,6 @@ { "name": "Tautulli", - "version": "05f4483", + "version": "9c2c46c", "slug": "tautulli", "description": "Monitoring and tracking tool for Plex Media Server", "url": "https://github.com/hassio-addons/addon-tautulli/tree/main/README.md",