Updater bot : mealie updated to v3.5.0

This commit is contained in:
alexbelgium
2025-11-15 01:58:05 +01:00
parent 827cffb1e6
commit 711192d6d8
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## v3.5.0 (15-11-2025)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## "v3.4.0" (01-11-2025)

View File

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

View File

@@ -113,4 +113,4 @@ schema:
slug: mealie
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v3.4.0"
version: "v3.5.0"

View File

@@ -1,11 +1,11 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "01-11-2025",
"last_update": "15-11-2025",
"paused": "false",
"repository": "alexbelgium/hassio-addons",
"slug": "mealie",
"source": "github",
"upstream_repo": "mealie-recipes/mealie",
"upstream_version": "v3.4.0"
"upstream_version": "v3.5.0"
}