From e930e36e0dbf510acce1fe1555d1d656e2a4931f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 10 Jul 2026 23:32:12 +0000 Subject: [PATCH] Revert "Updater bot : maintainerr updated to 3.17.1" This reverts commit 22bbbfdf755986b2c3681b1c6c265061d4b7aefd. --- 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 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" }