From a6ef5e6f609849d2216723cab50a77555d87f6ef Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Feb 2023 02:02:28 +0100 Subject: [PATCH] Updater bot : tandoor_recipes updated to 1.4.6 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.json | 2 +- tandoor_recipes/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index d313190a1..8bc526bcc 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.4.6 (04-02-2023) +- Update to latest version from TandoorRecipes/recipes - Ingress removed - Readd Ingress feature - WARNING : update to supervisor 2022.11 before installing diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index eab632ac7..05802e3ae 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -46,5 +46,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.5-6" + "version": "1.4.6" } diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index fcd9196a8..031a191ad 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-11-2022", + "last_update": "04-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "1.4.5" + "upstream_version": "1.4.6" }