Updater bot : mealie updated to v3.0.0

This commit is contained in:
alexbelgium
2025-07-12 01:57:35 +02:00
parent c7e7ca4dc6
commit f13e0ac803
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
## v3.0.0 (12-07-2025)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
## v2.8.0-24 (08-07-2025)
- Fix variables export in config.yaml : https://github.com/alexbelgium/hassio-addons/issues/1933

View File

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

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"devices": [
@@ -65,7 +68,9 @@
"/dev/nvme1",
"/dev/nvme2"
],
"discovery": ["mealie"],
"discovery": [
"mealie"
],
"environment": {
"BASE_SUBPATH": "/mealie/",
"DATA_DIR": "/config",
@@ -77,7 +82,12 @@
},
"image": "ghcr.io/alexbelgium/mealie-{arch}",
"ingress": true,
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl:rw"],
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"ssl:rw"
],
"name": "Mealie",
"options": {
"ALLOW_SIGNUP": true,
@@ -109,5 +119,5 @@
"slug": "mealie",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.8.0-24"
"version": "v3.0.0"
}

View File

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