Revert "Updater bot : maintainerr updated to 3.2.0"

This reverts commit 946b138a3a.
This commit is contained in:
GitHub Actions
2026-03-28 00:46:37 +00:00
parent 79ca4d1b3e
commit 2f35769eed
4 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,4 @@
## 3.2.0 (2026-03-28)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
## 3.1.0 (2026-03-14) ## 3.1.0 (2026-03-14)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases) - Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
## 3.0.1 ## 3.0.1

View File

@@ -11,7 +11,7 @@
#=== Home Assistant Addon ===# #=== Home Assistant Addon ===#
# ARGs used in FROM must be declared before any FROM instruction # ARGs used in FROM must be declared before any FROM instruction
ARG BUILD_UPSTREAM="3.2.0" ARG BUILD_UPSTREAM="3.1.0"
############################ ############################
# 0) Tools stage # # 0) Tools stage #

View File

@@ -87,5 +87,5 @@ schema:
TZ: str? TZ: str?
slug: maintainerr slug: maintainerr
url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr
version: "3.2.0" version: "3.1.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:6246]" webui: "[PROTO:ssl]://[HOST]:[PORT:6246]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-03-28", "last_update": "2026-03-14",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "maintainerr", "slug": "maintainerr",
"source": "github", "source": "github",
"upstream_repo": "maintainerr/maintainerr", "upstream_repo": "maintainerr/maintainerr",
"upstream_version": "3.2.0" "upstream_version": "3.1.0"
} }