From 26533b66972133d180144e648079972dc9006e9d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 13 Jul 2026 06:31:53 +0000 Subject: [PATCH] Revert "Updater bot : maintainerr updated to 3.17.1" This reverts commit afe45b7a7589afd66fe5852b124546497eff89a8. --- 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 0b1a04ddcf..6625d46e2d 100644 --- a/maintainerr/CHANGELOG.md +++ b/maintainerr/CHANGELOG.md @@ -1,7 +1,4 @@ -## 3.17.1 (2026-07-13) -- 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 ad74d42e7a..fd48a580bc 100644 --- a/maintainerr/updater.json +++ b/maintainerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-07-13", + "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" }