diff --git a/autobrr/CHANGELOG.md b/autobrr/CHANGELOG.md index c2d8e5653..981cb9317 100644 --- a/autobrr/CHANGELOG.md +++ b/autobrr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.57.0 (11-01-2025) +- Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/releases) + ## 1.56.1 (04-01-2025) - Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/releases) diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index 55df207a4..1b1594eac 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.56.1" +ARG BUILD_UPSTREAM="1.57.0" FROM ${BUILD_FROM} ################## diff --git a/autobrr/config.json b/autobrr/config.json index 253c02a06..1f6ff677d 100644 --- a/autobrr/config.json +++ b/autobrr/config.json @@ -112,5 +112,5 @@ "slug": "autobrr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/autobrr", - "version": "1.56.1" + "version": "1.57.0" } diff --git a/autobrr/updater.json b/autobrr/updater.json index 31b269dc8..b6a1c4bfe 100644 --- a/autobrr/updater.json +++ b/autobrr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "autborr", "source": "github", "upstream_repo": "autobrr/autobrr", - "upstream_version": "1.56.1" + "upstream_version": "1.57.0" } diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 3b2977628..6da5641c5 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 20250103 (11-01-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 25-4 (29-12-2024) - Fixed https://github.com/alexbelgium/hassio-addons/issues/1687 diff --git a/birdnet-go/config.json b/birdnet-go/config.json index a932bc640..da05fc4c7 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -110,5 +110,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "25-4" + "version": "20250103" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 7f2503b08..60bc6e797 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "25" + "upstream_version": "20250103" } diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 0b05f050f..cb810fc48 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.24.0 (11-01-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 7.23.0 (21-12-2024) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.json b/calibre/config.json index f87da7899..b9cd25db9 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -119,6 +119,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.23.0", + "version": "7.24.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 64ff6fbe8..9eb3a1b01 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.23.0" + "upstream_version": "7.24.0" } diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index 7430983f1..362f017ba 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.48.6 (11-01-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) + ## 0.48.5 (28-12-2024) - Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) diff --git a/changedetection.io/config.json b/changedetection.io/config.json index 557e83b5d..177afc107 100644 --- a/changedetection.io/config.json +++ b/changedetection.io/config.json @@ -36,6 +36,6 @@ "slug": "changedetection.io", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io", - "version": "0.48.5", + "version": "0.48.6", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index d4ad4f345..342549d61 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "28-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.48.5" + "upstream_version": "0.48.6" } diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index e04562ca1..5c076bbf2 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.9.0.35 (11-01-2025) +- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) + ## 4.9.0.34 (28-12-2024) - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) diff --git a/emby/Dockerfile b/emby/Dockerfile index e287ebc39..26a88e935 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.9.0.34" +ARG BUILD_UPSTREAM="4.9.0.35" FROM ${BUILD_FROM} ################## diff --git a/emby/config.json b/emby/config.json index 4763a6a55..8728abcdd 100644 --- a/emby/config.json +++ b/emby/config.json @@ -122,6 +122,6 @@ "slug": "emby_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "version": "4.9.0.34", + "version": "4.9.0.35", "video": true } diff --git a/emby/updater.json b/emby/updater.json index 99a12fc8e..4fbebe70a 100644 --- a/emby/updater.json +++ b/emby/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "28-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "emby", "source": "github", "upstream_repo": "linuxserver/docker-emby", - "upstream_version": "4.9.0.34" + "upstream_version": "4.9.0.35" } diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 59b4a4643..c975b63a6 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20250106.1 (11-01-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 20250101.1 (04-01-2025) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 9b820fe65..65b807de7 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -107,6 +107,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "20250101.1", + "version": "20250106.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 304289f17..3853706de 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "20250101.1" + "upstream_version": "20250106.1" } diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 8ed7190b9..4b3e8a651 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20250108 (11-01-2025) +- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) + ## 20241224 (04-01-2025) - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 06e602e06..4bfe9fc95 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20241224" +ARG BUILD_UPSTREAM="20250108" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 41d1bc9ac..4a7dfc56a 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -103,6 +103,6 @@ "slug": "fireflyiii_data_importer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "20241224", + "version": "20250108", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index a4af3b84e..a70701bf5 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "github", "upstream_repo": "firefly-iii/data-importer", - "upstream_version": "20241224" + "upstream_version": "20250108" } diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 54744c4f1..f561e33ae 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.13.11 (11-01-2025) +- Update to latest version from wiserain/flexget + ## 3.13.5 (28-12-2024) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index c6c81703d..3a994308e 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -97,6 +97,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.13.5", + "version": "3.13.11", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index ebe153cda..6fa4b32da 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "28-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.13.5" + "upstream_version": "3.13.11" } diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 876cb652b..af7cf4b9d 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.23.1 (11-01-2025) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.22.6 (14-12-2024) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) diff --git a/gitea/config.json b/gitea/config.json index 0c29ece17..244bf7239 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -98,6 +98,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.22.6", + "version": "1.23.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 875730c34..723c58d2a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "14-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.22.6" + "upstream_version": "1.23.1" } diff --git a/grampsweb/CHANGELOG.md b/grampsweb/CHANGELOG.md index e250da885..44492c880 100644 --- a/grampsweb/CHANGELOG.md +++ b/grampsweb/CHANGELOG.md @@ -1,2 +1,7 @@ +## "24.12.2" (11-01-2025) +- Minor bugs fixed + +## 24.12.2 (11-01-2025) +- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases) ## "24.12.1" (29-12-2024) - First version diff --git a/grampsweb/config.yaml b/grampsweb/config.yaml index 101a98098..f068891b4 100644 --- a/grampsweb/config.yaml +++ b/grampsweb/config.yaml @@ -110,5 +110,5 @@ services: slug: grampsweb tmpfs: true url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb -version: "24.12.1" +version: "24.12.2" webui: "[PROTO:ssl]://[HOST]:[PORT:5001]" diff --git a/grampsweb/updater.json b/grampsweb/updater.json index 98c8ee24e..7c66ff14b 100644 --- a/grampsweb/updater.json +++ b/grampsweb/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "grampsweb", "source": "github", "upstream_repo": "gramps-project/gramps-web", - "upstream_version": "24.12.1" + "upstream_version": "24.12.2" } diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 841fdc9fb..5dda90df3 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.124.2 (11-01-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.123.0 (21-12-2024) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich/README.md b/immich/README.md index 1c2dfc1e6..8ef0807a6 100644 --- a/immich/README.md +++ b/immich/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Issue : [🐛 [Immich] Freshly installed addon not starting. (opened 2024-12-19)](https://github.com/alexbelgium/hassio-addons/issues/1676) by [@CForChrisProooo](https://github.com/CForChrisProooo) +## ⚠ Open Issue : [🐛 [Immich] Waiting for Update of Immich (opened 2025-01-10)](https://github.com/alexbelgium/hassio-addons/issues/1712) by [@wolfjank](https://github.com/wolfjank) # Home assistant add-on: immich ⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos! (from the developer) diff --git a/immich/config.json b/immich/config.json index ea5bac99c..0ed769216 100644 --- a/immich/config.json +++ b/immich/config.json @@ -139,6 +139,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.123.0", + "version": "1.124.2", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 0b24a5753..d67c1be93 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.123.0" + "upstream_version": "1.124.2" } diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index a3d8a199e..f3db0bb6c 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.22.1226 (11-01-2025) +- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) + ## 0.22.1188 (04-01-2025) - Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) diff --git a/jackett/config.json b/jackett/config.json index 64bb2a26b..f8f038827 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -107,6 +107,6 @@ "slug": "jackett_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", - "version": "0.22.1188", + "version": "0.22.1226", "webui": "http://[HOST]:[PORT:9117]" } diff --git a/jackett/updater.json b/jackett/updater.json index 95adc7be8..c51926fb5 100644 --- a/jackett/updater.json +++ b/jackett/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "jackett", "source": "github", "upstream_repo": "linuxserver/docker-jackett", - "upstream_version": "0.22.1188" + "upstream_version": "0.22.1226" } diff --git a/linkwarden/CHANGELOG.md b/linkwarden/CHANGELOG.md index df2a4b8b1..cbe69b601 100644 --- a/linkwarden/CHANGELOG.md +++ b/linkwarden/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.9.2 (11-01-2025) +- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases) ## 2.8.4 (04-12-2024) - Minor bugs fixed diff --git a/linkwarden/config.json b/linkwarden/config.json index bbf6dbd54..89544b953 100644 --- a/linkwarden/config.json +++ b/linkwarden/config.json @@ -44,6 +44,6 @@ }, "slug": "linkwarden", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden", - "version": "2.8.4", + "version": "2.9.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/linkwarden/updater.json b/linkwarden/updater.json index 3385e1a0a..72dfbc846 100644 --- a/linkwarden/updater.json +++ b/linkwarden/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-11-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "linkwarden", "source": "github", "upstream_repo": "linkwarden/linkwarden", - "upstream_version": "2.8.4" + "upstream_version": "2.9.2" } diff --git a/mealie/README.md b/mealie/README.md index e775fada7..a8caacdb6 100644 --- a/mealie/README.md +++ b/mealie/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Issue : [🐛 [Mealie] redirecting to localhost:9000 when Accepting invitation or changeing language (opened 2025-01-07)](https://github.com/alexbelgium/hassio-addons/issues/1703) by [@phlo-c](https://github.com/phlo-c) +## ⚠ Open Issue : [🐛 [Mealie] Profile pictures do not show in ingress (opened 2025-01-11)](https://github.com/alexbelgium/hassio-addons/issues/1714) by [@IceBotYT](https://github.com/IceBotYT) # Hass.io Add-ons: Mealie [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index 9a2e40d2a..ea783dc71 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,6 +1,10 @@ -## 0.0.8 (11-01-2025) + +## 25.1.8.9 (11-01-2025) - Docs, symlink test +## 25.1.8 (11-01-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) + ## 0.0.8 (10-01-2025) - Minor bugs fixed ## 0.0.7 diff --git a/netalertx/README.md b/netalertx/README.md index d5422c396..d805e44e2 100644 --- a/netalertx/README.md +++ b/netalertx/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [Netalertx] Repository Error (opened 2025-01-10)](https://github.com/alexbelgium/hassio-addons/issues/1711) by [@pedromfa](https://github.com/pedromfa) # Home assistant add-on: NetAlertX [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/netalertx/config.json b/netalertx/config.json index db759478d..7b0f635f2 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -101,6 +101,6 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.0.8", + "version": "25.1.8", "webui": "[PROTO:ssl]://[HOST]:[PORT:20211]" } diff --git a/netalertx/updater.json b/netalertx/updater.json index d6d923541..3432e7433 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "24.12.23" + "upstream_version": "25.1.8" } diff --git a/nzbget/CHANGELOG.md b/nzbget/CHANGELOG.md index 59ecbc2d3..2478582ff 100644 --- a/nzbget/CHANGELOG.md +++ b/nzbget/CHANGELOG.md @@ -1,4 +1,7 @@ +## v24.5-ls176 (11-01-2025) +- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) + ## v24.5-ls175 (28-12-2024) - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) diff --git a/nzbget/config.json b/nzbget/config.json index acbda8c4b..ca21e2c5c 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -107,5 +107,5 @@ "slug": "nzbget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v24.5-ls175" + "version": "v24.5-ls176" } diff --git a/nzbget/updater.json b/nzbget/updater.json index 1f4ee7ff3..2acb5d483 100644 --- a/nzbget/updater.json +++ b/nzbget/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "28-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "nzbget", "source": "github", "upstream_repo": "linuxserver/docker-nzbget", - "upstream_version": "v24.5-ls175" + "upstream_version": "v24.5-ls176" } diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 2ab3f7090..dd6c2f289 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.3-amd64-2025-01-09 (2025-01-09) +- Update to latest version from mbentley/omada-controller + ## 5.3-amd64-2024-11-20 (2024-11-20) - Update to latest version from mbentley/omada-controller diff --git a/omada_v3/config.json b/omada_v3/config.json index f190659b5..4997aa114 100644 --- a/omada_v3/config.json +++ b/omada_v3/config.json @@ -107,6 +107,6 @@ "slug": "omada_v3", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.3-amd64-2024-11-20", + "version": "5.3-amd64-2025-01-09", "webui": "http://[HOST]:[PORT:8088]" } diff --git a/omada_v3/updater.json b/omada_v3/updater.json index acc104038..84590d7a9 100644 --- a/omada_v3/updater.json +++ b/omada_v3/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": true, "github_tagfilter": "5.3-amd64", - "last_update": "2024-11-20", + "last_update": "2025-01-09", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.3-amd64-2024-11-20" + "upstream_version": "5.3-amd64-2025-01-09" } diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index 0c93e9950..17c040b66 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.47.1 (11-01-2025) +- Update to latest version from linuxserver/docker-ombi (changelog : https://github.com/linuxserver/docker-ombi/releases) + ## 4.44.1 (27-07-2024) - Update to latest version from linuxserver/docker-ombi (changelog : https://github.com/linuxserver/docker-ombi/releases) diff --git a/ombi/config.json b/ombi/config.json index d4f0caf98..13c61427d 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -88,6 +88,6 @@ "slug": "ombi", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", - "version": "4.44.1", + "version": "4.47.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:3579]" } diff --git a/ombi/updater.json b/ombi/updater.json index b98f754ce..8f6d3cf28 100644 --- a/ombi/updater.json +++ b/ombi/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-07-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "ombi", "source": "github", "upstream_repo": "linuxserver/docker-ombi", - "upstream_version": "4.44.1" + "upstream_version": "4.47.1" } diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 8a056fba3..b1c9ade08 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-1.30.0.4920-ls140 (11-01-2025) +- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) + ## nightly-1.29.2.4913-ls134 (04-01-2025) - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) diff --git a/prowlarr/config.json b/prowlarr/config.json index c7696f094..4673e08c5 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -105,6 +105,6 @@ "slug": "prowlarr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-1.29.2.4913-ls134", + "version": "nightly-1.30.0.4920-ls140", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" } diff --git a/prowlarr/updater.json b/prowlarr/updater.json index f6e460899..dbdb51aa3 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "nightly-1.29.2.4913-ls134" + "upstream_version": "nightly-1.30.0.4920-ls140" } diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index c1ae518cd..ca373be1c 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/radarr/config.json b/radarr/config.json index ad0d7d45b..e9bffe2eb 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -111,5 +111,5 @@ "slug": "radarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", - "version": "5.16.3.9541" + "version": "5.17.2.9580" } diff --git a/radarr/updater.json b/radarr/updater.json index 3319ae495..c5935381d 100644 --- a/radarr/updater.json +++ b/radarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "radarr", "source": "github", "upstream_repo": "linuxserver/docker-radarr", - "upstream_version": "5.16.3.9541" + "upstream_version": "5.17.2.9580" } diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index f693500b1..c23a2bbc8 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/readarr/config.json b/readarr/config.json index d382b0155..0587e8527 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -111,5 +111,5 @@ "slug": "readarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "version": "0.4.7.2718" + "version": "0.4.8.2726" } diff --git a/readarr/updater.json b/readarr/updater.json index 87583fa54..ca4b84959 100644 --- a/readarr/updater.json +++ b/readarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "readarr", "source": "github", "upstream_repo": "linuxserver/docker-readarr", - "upstream_version": "0.4.7.2718" + "upstream_version": "0.4.8.2726" } diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index d751cdb81..f79efd27c 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 6df46646d..dcbea856f 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.0.11.2815" +ARG BUILD_UPSTREAM="4.0.12.2825" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index 70ed17b28..9fbe366b8 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -111,5 +111,5 @@ "slug": "sonarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", - "version": "4.0.11.2815" + "version": "4.0.12.2825" } diff --git a/sonarr/updater.json b/sonarr/updater.json index 8dca69589..b75f32ae5 100644 --- a/sonarr/updater.json +++ b/sonarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "sonarr", "source": "github", "upstream_repo": "linuxserver/docker-sonarr", - "upstream_version": "4.0.11.2815" + "upstream_version": "4.0.12.2825" } diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 3d3a69111..eecf23685 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.27 (11-01-2025) +- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) + ## 1.5.26 (04-01-2025) - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index fbde4a792..ccef82e90 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -113,6 +113,6 @@ "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.26", + "version": "1.5.27", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index 1cb6f467c..ac9a872fb 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "1.5.26" + "upstream_version": "1.5.27" } diff --git a/tor/README.md b/tor/README.md index 6ad90fbb4..63fa0b9ac 100644 --- a/tor/README.md +++ b/tor/README.md @@ -1,5 +1,4 @@ ## ⚠ Open Request : [✨ [REQUEST] qBittorrent Gluetun (opened 2024-12-10)](https://github.com/alexbelgium/hassio-addons/issues/1661) by [@xtian47](https://github.com/xtian47) -## ⚠ Open Issue : [🐛 [Netalertx] Repository Error (opened 2025-01-10)](https://github.com/alexbelgium/hassio-addons/issues/1711) by [@pedromfa](https://github.com/pedromfa) # Hass.io Add-ons: Tor with bridges [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)