mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Updater bot : mealie updated to v2.1.0
This commit is contained in:
@@ -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)
|
## 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.
|
- 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
|
- 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
|
||||||
|
|||||||
@@ -110,6 +110,6 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v2.0-beta5",
|
"version": "v2.1.0",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9001]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9001]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "24-08-2024",
|
"last_update": "02-11-2024",
|
||||||
"paused": "false",
|
"paused": "false",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "hay-kot/mealie",
|
"upstream_repo": "hay-kot/mealie",
|
||||||
"upstream_version": "v1.12.0"
|
"upstream_version": "v2.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user