Updater bot : cleanuparr updated to 2.8.1

This commit is contained in:
alexbelgium
2026-03-14 01:26:37 +01:00
parent ab521a99b9
commit 271eaacc58
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.8.1 (2026-03-14)
- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases)
# Changelog # Changelog
## 2.7.7 ## 2.7.7

View File

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

View File

@@ -91,5 +91,5 @@ schema:
TZ: str? TZ: str?
slug: cleanuparr slug: cleanuparr
url: https://github.com/alexbelgium/hassio-addons/tree/master/cleanuparr url: https://github.com/alexbelgium/hassio-addons/tree/master/cleanuparr
version: "2.7.7" version: "2.8.1"
webui: "[PROTO:ssl]://[HOST]:[PORT:11011]" webui: "[PROTO:ssl]://[HOST]:[PORT:11011]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-03-03", "last_update": "2026-03-14",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "cleanuparr", "slug": "cleanuparr",
"source": "github", "source": "github",
"upstream_repo": "Cleanuparr/Cleanuparr", "upstream_repo": "Cleanuparr/Cleanuparr",
"upstream_version": "2.7.7" "upstream_version": "2.8.1"
} }