Updater bot : readarr updated to 0.3.25.2515

This commit is contained in:
alexbelgium
2024-04-27 02:02:27 +02:00
parent 2b9cbaa276
commit a92953be27
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.3.25.2515 (27-04-2024)
- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases)
- Fix : not starting - Fix : not starting
- BREAKING CHANGE : ingress_disabled option removed. Instead, a new option connection_mode is added. It has 3 modes : ingress_noauth (default, disables authentification to allow a seamless ingress integration), noingress_auth (disables ingress to allow a simpler external url, enables authentification), ingress_auth (enables both ingress and authentification). Thanks @Ni3kjm ! - BREAKING CHANGE : ingress_disabled option removed. Instead, a new option connection_mode is added. It has 3 modes : ingress_noauth (default, disables authentification to allow a seamless ingress integration), noingress_auth (disables ingress to allow a simpler external url, enables authentification), ingress_auth (enables both ingress and authentification). Thanks @Ni3kjm !

View File

@@ -83,7 +83,6 @@
"PGID": 0, "PGID": 0,
"PUID": 0, "PUID": 0,
"connection_mode": "ingress_noauth" "connection_mode": "ingress_noauth"
}, },
"panel_icon": "mdi:download-circle", "panel_icon": "mdi:download-circle",
"ports": { "ports": {
@@ -111,5 +110,5 @@
"slug": "readarr_nas", "slug": "readarr_nas",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"version": "0.3.24.2509-5" "version": "0.3.25.2515"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "20-04-2024", "last_update": "27-04-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "readarr", "slug": "readarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-readarr", "upstream_repo": "linuxserver/docker-readarr",
"upstream_version": "0.3.24.2509" "upstream_version": "0.3.25.2515"
} }