From 7731ee982a008738b4d37b4f11c9d51154527e1a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 22 Jul 2026 05:29:50 +0000 Subject: [PATCH] Revert "Updater bot : maintainerr updated to 3.18.0" This reverts commit 438db18af656b32689f1259721193682cba9522d. --- maintainerr/CHANGELOG.md | 3 --- maintainerr/Dockerfile | 2 +- maintainerr/config.yaml | 2 +- maintainerr/updater.json | 4 ++-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/maintainerr/CHANGELOG.md b/maintainerr/CHANGELOG.md index a2e0a54fc6..6625d46e2d 100644 --- a/maintainerr/CHANGELOG.md +++ b/maintainerr/CHANGELOG.md @@ -1,7 +1,4 @@ -## 3.18.0 (2026-07-22) -- 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 5c3bfc090d..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.18.0" +ARG BUILD_UPSTREAM="3.16.0" ############################ # 0) Tools stage # diff --git a/maintainerr/config.yaml b/maintainerr/config.yaml index c4c1154fea..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.18.0" +version: "3.16.0" webui: "[PROTO:ssl]://[HOST]:[PORT:6246]" diff --git a/maintainerr/updater.json b/maintainerr/updater.json index 0056ca8307..fd48a580bc 100644 --- a/maintainerr/updater.json +++ b/maintainerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-07-22", + "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "maintainerr", "source": "github", "upstream_repo": "maintainerr/maintainerr", - "upstream_version": "3.18.0" + "upstream_version": "3.16.0" }