Updater bot : flexget updated to 3.5.30

This commit is contained in:
alexbelgium
2023-03-11 01:58:06 +01:00
parent a32f2cbdf4
commit 08a8be3fcc
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 3.5.30 (11-03-2023)
- Update to latest version from wiserain/flexget
- Implemented healthcheck
## 3.5.29 (04-03-2023)

View File

@@ -38,6 +38,6 @@
},
"slug": "flexget",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.5.29",
"version": "3.5.30",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-03-2023",
"last_update": "11-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "flexget",
"source": "dockerhub",
"upstream_repo": "wiserain/flexget",
"upstream_version": "3.5.29"
"upstream_version": "3.5.30"
}