Updater bot : maintainerr updated to 3.3.0

This commit is contained in:
alexbelgium
2026-04-04 01:28:30 +02:00
parent 7837500a0f
commit 36b04811d1
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 3.3.0 (2026-04-04)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
## 3.2.0-10 (03-04-2026)
- Minor bugs fixed
## 3.2.0-9 (03-04-2026)

View File

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

View File

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

View File

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