From af6e055161a2a55d1b1cb6a35832366da9bf437e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 22 Sep 2022 01:59:47 +0200 Subject: [PATCH] Updater bot : tandoor_recipes updated to 1.4.1 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.json | 4 ++-- tandoor_recipes/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 68c1fbdb1..89d3d372c 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.4.1 (22-09-2022) +- Update to latest version from TandoorRecipes/recipes - Allow nabucasa url - Ingress addition diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index fe5a4a349..b615ebdb4 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -45,5 +45,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.3.3-ingress2" -} \ No newline at end of file + "version": "1.4.1" +} diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index fe22db39e..62a5b03c6 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-08-2022", + "last_update": "22-09-2022", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "1.3.3" + "upstream_version": "1.4.1" }