Updater bot : mealie updated to v2.1.0

This commit is contained in:
alexbelgium
2024-11-02 02:00:59 +01:00
parent 109f1472ac
commit fe7efe5757
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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]"
}

View File

@@ -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"
}