diff --git a/maintainerr/CHANGELOG.md b/maintainerr/CHANGELOG.md index 716a5fabc9..6625d46e2d 100644 --- a/maintainerr/CHANGELOG.md +++ b/maintainerr/CHANGELOG.md @@ -1,7 +1,4 @@ -## 3.17.1 (2026-07-11) -- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases) - ## 3.16.0 (2026-07-04) - Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases) diff --git a/maintainerr/Dockerfile b/maintainerr/Dockerfile index a05b7bb794..eadb42fa43 100644 --- a/maintainerr/Dockerfile +++ b/maintainerr/Dockerfile @@ -11,7 +11,7 @@ #=== Home Assistant Addon ===# # ARGs used in FROM must be declared before any FROM instruction -ARG BUILD_UPSTREAM="3.17.1" +ARG BUILD_UPSTREAM="3.16.0" ############################ # 0) Tools stage # diff --git a/maintainerr/config.yaml b/maintainerr/config.yaml index bb266ddf2b..65d02cfd17 100644 --- a/maintainerr/config.yaml +++ b/maintainerr/config.yaml @@ -88,5 +88,5 @@ schema: TZ: str? slug: maintainerr url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr -version: "3.17.1" +version: "3.16.0" webui: "[PROTO:ssl]://[HOST]:[PORT:6246]" diff --git a/maintainerr/updater.json b/maintainerr/updater.json index af09ec4226..fd48a580bc 100644 --- a/maintainerr/updater.json +++ b/maintainerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-07-11", + "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "maintainerr", "source": "github", "upstream_repo": "maintainerr/maintainerr", - "upstream_version": "3.17.1" + "upstream_version": "3.16.0" }