From 3c51012b1af5611bcc01de5dac9af909fcfe78c5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 18 Jan 2022 01:58:43 +0100 Subject: [PATCH] Updater bot : tandoor_recipes updated to 1.0.4.1 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.json | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index f93682861..a9bdca53a 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.4.1 (18-01-2022) +- Update to latest version from TandoorRecipes/recipes + ## 1.0.4 (12-01-2022) - Update to latest version from TandoorRecipes/recipes - Initial build diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index a7796fec8..4decabb53 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "recipe manager", "environment": { @@ -7,7 +12,9 @@ "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "DEBUG": "0" }, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Tandoor recipes", "options": { "SECRET_KEY": "YOUR_SECRET_KEY", @@ -20,7 +27,9 @@ "ports_description": { "8080/tcp": "Web interface" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "schema": { "SECRET_KEY": "str", "DB_TYPE": "list(sqlite|postgresql_external)", @@ -32,8 +41,8 @@ "POSTGRES_DB": "str?" }, "slug": "tandoor_recipes", - "upstream": "1.0.4", + "upstream": "1.0.4.1", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.4-7", + "version": "1.0.4.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }