Merge pull request #2832 from juhenriquez/update-bazarr-prowlarr-qbittorrent-addons

Update Bazarr, Prowlarr and qBittorrent addons
This commit is contained in:
Alexandre
2026-07-09 05:55:02 +02:00
committed by GitHub
11 changed files with 25 additions and 13 deletions

View File

@@ -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)
- Fix Bazarr crash on startup: base_url must start with '/' for Flask blueprint registration

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.5.6"
ARG BUILD_UPSTREAM="1.6.0"
FROM ${BUILD_FROM}
##################

View File

@@ -112,5 +112,5 @@ schema:
slug: bazarr_nas
udev: true
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]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-02-28",
"last_update": "2026-07-08",
"repository": "alexbelgium/hassio-addons",
"slug": "bazarr",
"source": "github",
"upstream_repo": "linuxserver/docker-bazarr",
"upstream_version": "1.5.6"
"upstream_version": "1.6.0"
}

View File

@@ -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)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)

View File

@@ -110,5 +110,5 @@ schema:
slug: prowlarr
udev: true
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]"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "2026-07-04",
"last_update": "2026-07-08",
"repository": "alexbelgium/hassio-addons",
"slug": "prowlarr",
"source": "github",
"upstream_repo": "linuxserver/docker-prowlarr",
"upstream_version": "nightly-2.5.0.5453-ls4"
"upstream_version": "nightly-2.5.1.5460-ls4"
}

View File

@@ -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)
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.2.2"
ARG BUILD_UPSTREAM="5.2.3"
FROM ${BUILD_FROM}
##################

View File

@@ -143,4 +143,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.2.2"
version: "5.2.3"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "2026-06-20",
"last_update": "2026-07-08",
"repository": "alexbelgium/hassio-addons",
"slug": "qbittorrent",
"source": "github",
"upstream_repo": "linuxserver/docker-qbittorrent",
"upstream_version": "5.2.2"
"upstream_version": "5.2.3"
}