From 68e8ee8d44af9d5b7d57e4832e9b0bb5acf0f94b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 29 May 2026 23:32:11 +0000 Subject: [PATCH] Revert "Updater bot : maintainerr updated to 3.13.0" This reverts commit 39a98f6af91cd2ab92ea259004ef6da7f1f014a6. --- 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 2674044c8f..cab7991cd0 100644 --- a/maintainerr/CHANGELOG.md +++ b/maintainerr/CHANGELOG.md @@ -1,7 +1,4 @@ -## 3.13.0 (2026-05-30) -- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases) - ## 3.12.0 (2026-05-22) - Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases) diff --git a/maintainerr/Dockerfile b/maintainerr/Dockerfile index 84c209acba..62b71f6ccc 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.13.0" +ARG BUILD_UPSTREAM="3.12.0" ############################ # 0) Tools stage # diff --git a/maintainerr/config.yaml b/maintainerr/config.yaml index 112c7c488e..5485cb440d 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.13.0" +version: "3.12.0" webui: "[PROTO:ssl]://[HOST]:[PORT:6246]" diff --git a/maintainerr/updater.json b/maintainerr/updater.json index 8141ba77b3..c991e97a41 100644 --- a/maintainerr/updater.json +++ b/maintainerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-30", + "last_update": "2026-05-22", "repository": "alexbelgium/hassio-addons", "slug": "maintainerr", "source": "github", "upstream_repo": "maintainerr/maintainerr", - "upstream_version": "3.13.0" + "upstream_version": "3.12.0" }