mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-29 08:13:31 +02:00
Update Bazarr, Prowlarr and qBittorrent addons
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
## 1.6.0 (2026-07-08)
|
||||||
|
|
||||||
|
- Update to latest version from linuxserver/docker-bazarr (changelog : https://github.com/linuxserver/docker-bazarr/releases)
|
||||||
|
|
||||||
## 1.5.6-4 (2026-04-22)
|
## 1.5.6-4 (2026-04-22)
|
||||||
- Fix Bazarr crash on startup: base_url must start with '/' for Flask blueprint registration
|
- Fix Bazarr crash on startup: base_url must start with '/' for Flask blueprint registration
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="1.5.6"
|
ARG BUILD_UPSTREAM="1.6.0"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -112,5 +112,5 @@ schema:
|
|||||||
slug: bazarr_nas
|
slug: bazarr_nas
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/bazarr
|
url: https://github.com/alexbelgium/hassio-addons/tree/master/bazarr
|
||||||
version: "1.5.6-4"
|
version: "1.6.0"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:6767]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:6767]"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "2026-02-28",
|
"last_update": "2026-07-08",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "bazarr",
|
"slug": "bazarr",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-bazarr",
|
"upstream_repo": "linuxserver/docker-bazarr",
|
||||||
"upstream_version": "1.5.6"
|
"upstream_version": "1.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
## nightly-2.5.1.5460-ls4 (2026-07-08)
|
||||||
|
|
||||||
|
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||||
|
|
||||||
## nightly-2.5.0.5453-ls4 (2026-07-04)
|
## nightly-2.5.0.5453-ls4 (2026-07-04)
|
||||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -110,5 +110,5 @@ schema:
|
|||||||
slug: prowlarr
|
slug: prowlarr
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "nightly-2.5.0.5453-ls4"
|
version: "nightly-2.5.1.5460-ls4"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "2026-07-04",
|
"last_update": "2026-07-08",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "prowlarr",
|
"slug": "prowlarr",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-prowlarr",
|
"upstream_repo": "linuxserver/docker-prowlarr",
|
||||||
"upstream_version": "nightly-2.5.0.5453-ls4"
|
"upstream_version": "nightly-2.5.1.5460-ls4"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
## 5.2.3 (2026-07-08)
|
||||||
|
|
||||||
|
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||||
|
|
||||||
## 5.2.2 (2026-06-20)
|
## 5.2.2 (2026-06-20)
|
||||||
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="5.2.2"
|
ARG BUILD_UPSTREAM="5.2.3"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -143,4 +143,4 @@ schema:
|
|||||||
slug: qbittorrent
|
slug: qbittorrent
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "5.2.2"
|
version: "5.2.3"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_fulltag": "false",
|
"github_fulltag": "false",
|
||||||
"last_update": "2026-06-20",
|
"last_update": "2026-07-08",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "qbittorrent",
|
"slug": "qbittorrent",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-qbittorrent",
|
"upstream_repo": "linuxserver/docker-qbittorrent",
|
||||||
"upstream_version": "5.2.2"
|
"upstream_version": "5.2.3"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user