From 3c5e701e803fa35bded65dd87592cea262643486 Mon Sep 17 00:00:00 2001 From: Jorge Montejo Date: Fri, 17 May 2024 13:35:13 +0200 Subject: [PATCH 1/2] update mealie to 1.6.0 --- apps/mealie-1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mealie-1/docker-compose.yml b/apps/mealie-1/docker-compose.yml index 4ca761d8..b0a82144 100644 --- a/apps/mealie-1/docker-compose.yml +++ b/apps/mealie-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: mealie-1: container_name: mealie-1 - image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 + image: ghcr.io/mealie-recipes/mealie:v1.6.0 restart: unless-stopped ports: - ${APP_PORT}:9000 From fb893b0a0ab93d99d8a26b867f86ea0d8bf87a03 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 19 May 2024 13:47:17 +0200 Subject: [PATCH 2/2] fix(mealie): wrong config version --- apps/mealie-1/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json index 3a9a9f4e..2f92676c 100644 --- a/apps/mealie-1/config.json +++ b/apps/mealie-1/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mealie-1", - "tipi_version": 1, - "version": "v1.0.0-RC2", + "tipi_version": 2, + "version": "v1.6.0", "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword", "short_desc": "Mealie is a self-hosted recipe manager and meal planner.", "author": "hay-kot",