diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index cf91aadcc..421434eda 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index d124df76e..11b4b964e 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.0.15.2940" +ARG BUILD_UPSTREAM="4.0.15.2941" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index 4519873b0..76d905a4c 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -115,5 +115,5 @@ "slug": "sonarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", - "version": "4.0.15.2940" + "version": "4.0.15.2941" } diff --git a/sonarr/updater.json b/sonarr/updater.json index c5fa10be1..3b77a860b 100644 --- a/sonarr/updater.json +++ b/sonarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "13-06-2025", + "last_update": "21-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "sonarr", "source": "github", "upstream_repo": "linuxserver/docker-sonarr", - "upstream_version": "4.0.15.2940" + "upstream_version": "4.0.15.2941" }