From 79402e192b89dd2dc24fdce701526761ee9085a8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Sep 2022 01:56:32 +0200 Subject: [PATCH] Updater bot : flexget updated to 3.3.30 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 4 ++-- flexget/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 11b743e1e..39b67bb8a 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.30 (24-09-2022) +- Update to latest version from wiserain/flexget + ## 3.3.26 (10-09-2022) - Update to latest version from wiserain/flexget - Default password homeassistant123 diff --git a/flexget/config.json b/flexget/config.json index 20293455e..8301f3b39 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -37,6 +37,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.26-bugfix", + "version": "3.3.30", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" -} \ No newline at end of file +} diff --git a/flexget/updater.json b/flexget/updater.json index 390ab7bda..1c0280c98 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "10-09-2022", + "last_update": "24-09-2022", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.3.26" + "upstream_version": "3.3.30" }