From 926828e35ce9a94d87175ae2b102e66b439dbebc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 4 Feb 2022 19:54:59 +0100 Subject: [PATCH] Updater bot : flexget updated to 3.2.17 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 4465be2db..cbf0743ce 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.2.17 (04-02-2022) +- Update to latest version from flexget/flexget - Addition of FG_LOG_LEVEL ## 3.2.16 (27-01-2022) diff --git a/flexget/config.json b/flexget/config.json index f22635ca8..694d8bd1a 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -29,12 +29,12 @@ "PUID": "int", "PGID": "int", "WebuiPass": "str?", - "FG_PLUGINS": "str?", + "FG_PLUGINS": "str?", "FG_LOG_LEVEL": "list(critical|error|warning|info|verbose|debug|trace)?" }, "slug": "flexget", - "upstream": "3.2.16", + "upstream": "3.2.17", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.16-2", + "version": "3.2.17", "webui": "http://[HOST]:[PORT:5050]" }