diff --git a/cleanuparr/CHANGELOG.md b/cleanuparr/CHANGELOG.md index 3f9982824..939e79f5d 100644 --- a/cleanuparr/CHANGELOG.md +++ b/cleanuparr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.9.4 (2026-04-06) +- Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases) + ## 2.9.3 (2026-04-04) - Update to latest version from Cleanuparr/Cleanuparr (changelog : https://github.com/Cleanuparr/Cleanuparr/releases) diff --git a/cleanuparr/Dockerfile b/cleanuparr/Dockerfile index 1fb618c37..e78331772 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.3" +ARG BUILD_UPSTREAM="2.9.4" ################# # 1 Build Image # diff --git a/cleanuparr/config.yaml b/cleanuparr/config.yaml index 3a4e3a527..89765d307 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.3" +version: "2.9.4" webui: "[PROTO:ssl]://[HOST]:[PORT:11011]" diff --git a/cleanuparr/updater.json b/cleanuparr/updater.json index 231726093..ec92aa164 100644 --- a/cleanuparr/updater.json +++ b/cleanuparr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-04-04", + "last_update": "2026-04-06", "repository": "alexbelgium/hassio-addons", "slug": "cleanuparr", "source": "github", "upstream_repo": "Cleanuparr/Cleanuparr", - "upstream_version": "2.9.3" + "upstream_version": "2.9.4" }