Updater bot : mealie updated to v1.0.0-beta-1

This commit is contained in:
alexbelgium
2023-01-07 21:25:54 +01:00
parent 0be5d30274
commit 2e2791e004
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v1.0.0-beta-1 (07-01-2023)
- Update to latest version from hay-kot/mealie
## 1.0.1 (03-01-2023) ## 1.0.1 (03-01-2023)
- Migrates data to cp -r /data/* /config/addons_config/mealie_data/ to enable usage of new addons - Migrates data to cp -r /data/* /config/addons_config/mealie_data/ to enable usage of new addons
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing

View File

@@ -44,6 +44,6 @@
}, },
"slug": "mealie", "slug": "mealie",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "Omni", "version": "v1.0.0-beta-1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_beta": "true", "github_beta": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "18-06-2022", "last_update": "07-01-2023",
"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": "1.0.0" "upstream_version": "v1.0.0-beta-1"
} }