From 957355ee4c41b816a7da09aa7cca75b641c755c2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:59:29 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- mealie/CHANGELOG.md | 4 +++- mealie/config.json | 16 +++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index 629e88bd2..fe82a3056 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,7 +1,9 @@ - ## 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 ## v2.8.0 (22-03-2025) diff --git a/mealie/config.json b/mealie/config.json index 9d33d8a7d..771bf4925 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,8 +1,5 @@ { - "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": [ @@ -68,9 +65,7 @@ "/dev/nvme1", "/dev/nvme2" ], - "discovery": [ - "mealie" - ], + "discovery": ["mealie"], "environment": { "BASE_SUBPATH": "/mealie/", "DATA_DIR": "/config", @@ -82,12 +77,7 @@ }, "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,