Updater bot : mealie updated to v3.10.1

This commit is contained in:
alexbelgium
2026-02-04 14:11:32 +01:00
parent ff1b72ceff
commit 36ca9833f2
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## v3.10.1 (2026-02-04)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
## v3.9.2-5 (2026-01-09) ## v3.9.2-5 (2026-01-09)
- Minor bugs fixed - Minor bugs fixed
## v3.9.2-4 (2026-01-09) ## v3.9.2-4 (2026-01-09)

View File

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

View File

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

View File

@@ -1,11 +1,11 @@
{ {
"github_beta": "true", "github_beta": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "03-01-2026", "last_update": "2026-02-04",
"paused": "false", "paused": "false",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "mealie", "slug": "mealie",
"source": "github", "source": "github",
"upstream_repo": "mealie-recipes/mealie", "upstream_repo": "mealie-recipes/mealie",
"upstream_version": "v3.9.2" "upstream_version": "v3.10.1"
} }