Updater bot : mealie updated to v3.0.2

This commit is contained in:
alexbelgium
2025-07-25 21:24:42 +02:00
parent 9945b2cbca
commit 5f484026ea
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## v3.0.2 (25-07-2025)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
## v3.0.1-6 (18-07-2025)
- Define NUXT_APP_BASE_URL as /mealie/

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.0.1"
ENV MEALIE_VERSION="v3.0.2"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend

View File

@@ -120,5 +120,5 @@
"slug": "mealie",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v3.0.1-6"
"version": "v3.0.2"
}

View File

@@ -1,11 +1,11 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "12-07-2025",
"last_update": "25-07-2025",
"paused": "false",
"repository": "alexbelgium/hassio-addons",
"slug": "mealie",
"source": "github",
"upstream_repo": "mealie-recipes/mealie",
"upstream_version": "v3.0.1"
"upstream_version": "v3.0.2"
}