diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index f4c116d8b..6bccd2357 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,64 +1,85 @@ - ## 5.26.2.10099 (21-06-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.25.0.10024 (31-05-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.23.3.9987 (24-05-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.22.4.9896 (26-04-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.21.1.9799 (29-03-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.20.2.9777 (22-03-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.19.3.9730 (01-03-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.18.4.9674 (08-02-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.17.2.9580 (11-01-2025) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.16.3.9541 (21-12-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.15.1.9463 (23-11-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.14.0.9383 (02-11-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.12.2.9335 (19-10-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.11.0.9244 (28-09-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.9.1.9070 (24-08-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.8.3.8933 (27-07-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.7.0.8882 (22-06-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.6.0.8846 (18-05-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) + ## 5.4.6.8723-5 (22-04-2024) + - Fix : not starting ## 5.4.6.8723-4 (21-04-2024) + - 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 ! ## 5.4.6.8723 (20-04-2024) + - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) ## 5.3.6.8612 (24-02-2024) @@ -69,6 +90,7 @@ ## 5.2.6.8376 (30-12-2023) - Update to latest version from linuxserver/docker-radarr + ## 5.1.3.8246-4 (02-12-2023) - Minor bugs fixed @@ -77,6 +99,7 @@ ## 5.1.3.8246 (18-11-2023) - Update to latest version from linuxserver/docker-radarr + ## 5.0.3.8127-2 (01-11-2023) - Minor bugs fixed @@ -102,6 +125,7 @@ ## 4.5.2.7388 (03-06-2023) - Update to latest version from linuxserver/docker-radarr + ## 4.4.4.7068-2 (12-05-2023) - Minor bugs fixed @@ -109,6 +133,7 @@ ## 4.4.4.7068 (21-04-2023) - Update to latest version from linuxserver/docker-radarr + ## 4.3.2.6857-21 (17-03-2023) - Minor bugs fixed diff --git a/radarr/config.json b/radarr/config.json index 21c422915..887eadbfa 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "A fork of Sonarr to work with movies like Couchpotato", "devices": [ @@ -77,12 +73,7 @@ "ingress": true, "ingress_entry": "radarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Radarr", "options": { "PGID": 0, @@ -97,10 +88,7 @@ "ports_description": { "7878/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index e61756b8b..dec309c01 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,154 +1,204 @@ - ## 0.4.19.2810 (21-06-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.18.2805 (13-06-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.17.2800 (07-06-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.17.2795 (10-05-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.16.2788 (26-04-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.15.2787 (19-04-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.14.2782 (12-04-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.14.2764 (05-04-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.13.2760 (29-03-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.13.2754 (15-03-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.12.2753 (08-03-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.11.2747 (01-03-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.11.2738 (21-02-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.11.2737 (15-02-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.11.2736 (08-02-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.11.2735 (01-02-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.10.2734 (25-01-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.9.2730 (18-01-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.8.2726 (11-01-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.7.2718 (04-01-2025) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.7.2715 (28-12-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.6.2711 (21-12-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.6.2701 (14-12-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.5.2696 (07-12-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.5.2691 (30-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.4.2686 (23-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.4.2683 (16-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.4.2666 (09-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.3.2663 (02-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.3.2662 (02-11-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.2.2653 (26-10-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.1.2648 (12-10-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.1.2642 (05-10-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.0.2630 (28-09-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.4.0.2593 (27-07-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.32.2587 (20-07-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.31.2578 (13-07-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) + ## 0.3.30.2576-2 (06-07-2024) + - Minor bugs fixed ## 0.3.30.2576 (06-07-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.30.2572 (29-06-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.29.2565 (15-06-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.28.2554 (08-06-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.28.2548 (25-05-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.27.2538 (11-05-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 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 - 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 ! ## 0.3.24.2509 (20-04-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.23.2506 (13-04-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.22.2487 (30-03-2024) + - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) ## 0.3.21.2475 (23-03-2024) + - Update to latest version from linuxserver/docker-readarr ## 0.3.21.2457 (16-03-2024) + - Update to latest version from linuxserver/docker-readarr ## 0.3.20.2452 (09-03-2024) @@ -199,6 +249,7 @@ ## 0.3.11.2319 (10-12-2023) - Update to latest version from linuxserver/docker-readarr + ## 0.3.10.2287-13 (24-11-2023) - Minor bugs fixed @@ -208,12 +259,15 @@ ## 0.3.10.2287-11 (23-11-2023) - Minor bugs fixed + ## 0.3.10.2287-10 (23-11-2023) - Minor bugs fixed + ## 0.3.10.2287-9 (23-11-2023) - Minor bugs fixed + ## 0.3.10.2287-8 (23-11-2023) - Minor bugs fixed @@ -327,6 +381,7 @@ ## nightly-0.1.5.1801-ls175 (13-05-2023) - Update to latest version from linuxserver/docker-readarr + ## nightly-0.1.5.1718-ls173-2 (12-05-2023) - Minor bugs fixed diff --git a/readarr/config.json b/readarr/config.json index ba066eb1a..bdb23a395 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Book manager and automation", "devices": [ @@ -76,11 +73,7 @@ "ingress": true, "ingress_entry": "readarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw" - ], + "map": ["config:rw", "share:rw", "media:rw"], "name": "Readarr", "options": { "CONFIG_LOCATION": "/config/addons_config/readarr", @@ -96,10 +89,7 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CONFIG_LOCATION": "str", "PGID": "int", diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 421434eda..cd5d158c1 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,143 +1,190 @@ - ## 4.0.15.2941 (21-06-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.15.2940 (13-06-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.14.2939 (22-03-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.13.2934 (15-03-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.13.2933 (01-03-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.13.2932 (15-02-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.12.2900 (01-02-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.12.2866 (25-01-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.12.2849 (18-01-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.12.2825 (11-01-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2815 (04-01-2025) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2800 (28-12-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2774 (21-12-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2743 (14-12-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2724 (07-12-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.11.2697 (30-11-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.10.2656 (16-11-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.10.2624 (09-11-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.10.2579 (02-11-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2513 (12-10-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2457 (05-10-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2421 (28-09-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2386 (21-09-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2342 (07-09-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.9.2278 (31-08-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.8.2223 (24-08-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.8.2158 (17-08-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.8.2008 (03-08-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.8.1929 (27-07-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.8.1902 (20-07-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.6.1847 (13-07-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) + ## 4.0.6.1805-2 (06-07-2024) + - Minor bugs fixed ## 4.0.6.1805 (06-07-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.5.1791 (29-06-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.5.1760 (22-06-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.5.1740 (15-06-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.5.1719 (08-06-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.5.1710 (01-06-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.4.1699 (25-05-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.4.1668 (11-05-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.4.1572 (04-05-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) - Fix : not starting ## 4.0.4.1515-4 (21-04-2024) + - 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 ! ## 4.0.4.1515 (20-04-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.3.1486 (13-04-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.2.1408 (30-03-2024) + - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) ## 4.0.2.1367 (23-03-2024) + - Update to latest version from linuxserver/docker-sonarr ## 4.0.2.1341 (16-03-2024) + - Update to latest version from linuxserver/docker-sonarr ## 4.0.2.1262 (09-03-2024) @@ -196,6 +243,7 @@ ## 4.0.0.737 (16-12-2023) - Update to latest version from linuxserver/docker-sonarr + ## 4.0.0.733-2 (02-12-2023) - Minor bugs fixed @@ -220,6 +268,7 @@ ## 4.0.0.710 (04-11-2023) - Update to latest version from linuxserver/docker-sonarr + ## 4.0.0.703-2 (01-11-2023) - Minor bugs fixed diff --git a/sonarr/config.json b/sonarr/config.json index 76d905a4c..9037d894c 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them", "devices": [ @@ -77,12 +73,7 @@ "ingress": true, "ingress_entry": "sonarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Sonarr", "options": { "PGID": 0, @@ -97,10 +88,7 @@ "ports_description": { "8989/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/tdarr/CHANGELOG.md b/tdarr/CHANGELOG.md index fc6963db0..5a8f85793 100644 --- a/tdarr/CHANGELOG.md +++ b/tdarr/CHANGELOG.md @@ -1,42 +1,55 @@ - ## 2.45.01 (21-06-2025) + - Update to latest version from haveagitgat/tdarr ## 2.43.01 (13-06-2025) + - Update to latest version from haveagitgat/tdarr ## 2.42.01 (07-06-2025) + - Update to latest version from haveagitgat/tdarr ## 2.41.02 (31-05-2025) + - Update to latest version from haveagitgat/tdarr ## 2.40.01 (19-04-2025) + - Update to latest version from haveagitgat/tdarr ## 2.37.01 (29-03-2025) + - Update to latest version from haveagitgat/tdarr ## 2.35.02 (01-03-2025) + - Update to latest version from haveagitgat/tdarr ## 2.32.01 (15-02-2025) + - Update to latest version from haveagitgat/tdarr ## 2.31.02 (08-02-2025) + - Update to latest version from haveagitgat/tdarr ## 2.30.01 (01-02-2025) + - Update to latest version from haveagitgat/tdarr ## 2.28.01 (25-01-2025) + - Update to latest version from haveagitgat/tdarr + ## 2.27.02 (23-10-2024) + - Minor bugs fixed ## pro_1.3004 (10-06-2023) - Update to latest version from haveagitgat/tdarr + ## 2.00.20.1-2 (23-04-2023) - Minor bugs fixed diff --git a/tdarr/config.json b/tdarr/config.json index bbb64e143..a32189ac9 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "backup": "cold", "backup_exclude": [ "*/cache/", @@ -114,10 +111,7 @@ "8265/tcp": "Web UI port", "8266/tcp": "Server Port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CONFIG_LOCATION": "str", "TZ": "str?",