Updater bot : mealie updated to v3.21.0

This commit is contained in:
alexbelgium
2026-07-25 01:29:31 +02:00
parent 93763046a5
commit 81a34da210
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## v3.21.0 (2026-07-25)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
## v3.20.1 (2026-06-27)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)

View File

@@ -21,7 +21,7 @@ FROM node:22 AS frontend-builder
ARG SUB_PATH="/mealie/"
ENV SUB_PATH=$SUB_PATH
ENV MEALIE_VERSION="v3.20.1"
ENV MEALIE_VERSION="v3.21.0"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend

View File

@@ -114,4 +114,4 @@ schema:
slug: mealie
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v3.20.1"
version: "v3.21.0"

View File

@@ -1,11 +1,11 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "2026-06-27",
"last_update": "2026-07-25",
"paused": "false",
"repository": "alexbelgium/hassio-addons",
"slug": "mealie",
"source": "github",
"upstream_repo": "mealie-recipes/mealie",
"upstream_version": "v3.20.1"
"upstream_version": "v3.21.0"
}