diff --git a/cleanuparr/CHANGELOG.md b/cleanuparr/CHANGELOG.md index 32183418a8..d6c0b03711 100644 --- a/cleanuparr/CHANGELOG.md +++ b/cleanuparr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.10.6 (2026-09-19) +- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. - Fix persistent data directory: the entrypoint now writes to the `/config` mount (the container-side path of the `app_config` map) instead of an unmounted `/app_configs/cleanuparr` path, so Cleanuparr's data survives container recreation. diff --git a/cleanuparr/Dockerfile b/cleanuparr/Dockerfile index 784a97becf..177e39a9bb 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.10.5" +ARG BUILD_UPSTREAM="2.10.6" ################# # 1 Build Image # diff --git a/cleanuparr/config.yaml b/cleanuparr/config.yaml index c24532f1c2..da98a6d545 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.10.5" +version: "2.10.6" webui: "[PROTO:ssl]://[HOST]:[PORT:11011]" diff --git a/cleanuparr/updater.json b/cleanuparr/updater.json index 23d0b71a44..a94c76be59 100644 --- a/cleanuparr/updater.json +++ b/cleanuparr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-13", + "last_update": "2026-09-19", "repository": "alexbelgium/hassio-addons", "slug": "cleanuparr", "source": "github", "upstream_repo": "Cleanuparr/Cleanuparr", - "upstream_version": "2.10.5" + "upstream_version": "2.10.6" }