From fe7efe5757317cabfd6354a8ee438d852e3cc0ab Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Nov 2024 02:00:59 +0100 Subject: [PATCH] Updater bot : mealie updated to v2.1.0 --- mealie/CHANGELOG.md | 3 +++ mealie/config.json | 2 +- mealie/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index ba85a66fe..b3cdbbdff 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v2.1.0 (02-11-2024) +- Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases) ## v2.0-beta5 (15-10-2024) - Applied new homeassistant config logic, which will allow in the future all Mealie data to be backuped with the addon. All data (+ config) is moved to /addon_configs/db21ed7f_mealie ; the initial data currently in /homeassistant/addons_config/mealie_data and config in /homeassistant/addons_config/mealie will not be moved but a "migrated" file will be added to those folders to show that migration occured. From now on, only data in /addon_configs/db21ed7f_mealie will be used. - If it doesn't load, there was perhaps an issue with the migration with a previous version. The solution : go in the Filebrowser addon, open the path /config/db21ed7f_mealie, move everything there in a new folder named old. Go then in the path /homeassistant/addons_config/mealie_data and remove the file named migrated. Restart the addon, and the migration will occur again diff --git a/mealie/config.json b/mealie/config.json index 9b8d5049d..2e016ad3c 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -110,6 +110,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.0-beta5", + "version": "v2.1.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" } diff --git a/mealie/updater.json b/mealie/updater.json index 25b53ac64..4cb7fd663 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -1,11 +1,11 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "24-08-2024", + "last_update": "02-11-2024", "paused": "false", "repository": "alexbelgium/hassio-addons", "slug": "mealie", "source": "github", "upstream_repo": "hay-kot/mealie", - "upstream_version": "v1.12.0" + "upstream_version": "v2.1.0" }