Updater bot : flexget updated to 3.2.17

This commit is contained in:
alexbelgium
2022-02-04 19:54:59 +01:00
parent 77af7a19a7
commit 926828e35c
2 changed files with 6 additions and 3 deletions

View File

@@ -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)

View File

@@ -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]"
}