Updater bot : cleanuparr updated to 2.10.8 (upstream 2.10.8)

This commit is contained in:
alexbelgium
2026-09-26 01:27:02 +02:00
parent 0797243e20
commit 1fe8454766
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.10.8 (2026-09-26)
- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases)
## 2.10.7 (2026-09-24)
- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases)

View File

@@ -11,7 +11,7 @@
#=== Home Assistant Addon ===#
# ARGs used in FROM must be declared before any FROM instruction
ARG BUILD_UPSTREAM="2.10.7"
ARG BUILD_UPSTREAM="2.10.8"
#################
# 1 Build Image #

View File

@@ -91,4 +91,4 @@ schema:
TZ: str?
slug: cleanuparr
url: https://github.com/alexbelgium/hassio-addons/tree/master/cleanuparr
version: "2.10.7"
version: "2.10.8"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-09-24",
"last_update": "2026-09-26",
"repository": "alexbelgium/hassio-addons",
"slug": "cleanuparr",
"source": "github",
"upstream_repo": "Cleanuparr/Cleanuparr",
"upstream_version": "2.10.7"
"upstream_version": "2.10.8"
}