diff --git a/cleanuparr/CHANGELOG.md b/cleanuparr/CHANGELOG.md index 440e40cd22..01af3d666d 100644 --- a/cleanuparr/CHANGELOG.md +++ b/cleanuparr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.10.2 (2026-08-01) +- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases) + ## 2.9.16 (2026-07-11) - Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases) diff --git a/cleanuparr/Dockerfile b/cleanuparr/Dockerfile index 35426ab6d1..5735f00b45 100644 --- a/cleanuparr/Dockerfile +++ b/cleanuparr/Dockerfile @@ -11,7 +11,7 @@ #=== Home Assistant Addon ===# # ARGs used in FROM must be declared before any FROM instruction -ARG BUILD_UPSTREAM="2.9.16" +ARG BUILD_UPSTREAM="2.10.2" ################# # 1 Build Image # diff --git a/cleanuparr/config.yaml b/cleanuparr/config.yaml index 186a19235e..9f1e81af88 100644 --- a/cleanuparr/config.yaml +++ b/cleanuparr/config.yaml @@ -91,5 +91,5 @@ schema: TZ: str? slug: cleanuparr url: https://github.com/alexbelgium/hassio-addons/tree/master/cleanuparr -version: "2.9.16" +version: "2.10.2" webui: "[PROTO:ssl]://[HOST]:[PORT:11011]" diff --git a/cleanuparr/updater.json b/cleanuparr/updater.json index 5df27ae3e7..138abf0cd1 100644 --- a/cleanuparr/updater.json +++ b/cleanuparr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-07-11", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "cleanuparr", "source": "github", "upstream_repo": "Cleanuparr/Cleanuparr", - "upstream_version": "2.9.16" + "upstream_version": "2.10.2" }