Updater bot : maintainerr updated to 3.21.0 (upstream 3.21.0)

This commit is contained in:
alexbelgium
2026-08-01 18:58:12 +02:00
parent 2606fd65dc
commit 1920ecbb54
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.21.0 (2026-08-01)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
## 3.20.1 (2026-08-01)
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)

View File

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

View File

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

View File

@@ -4,5 +4,5 @@
"slug": "maintainerr",
"source": "github",
"upstream_repo": "maintainerr/maintainerr",
"upstream_version": "3.20.1"
"upstream_version": "3.21.0"
}