diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 390937403..cf91aadcc 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 0d4570c22..d124df76e 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.0.14.2939" +ARG BUILD_UPSTREAM="4.0.15.2940" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index d9f9939a8..4519873b0 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.14.2939" + "version": "4.0.15.2940" } diff --git a/sonarr/updater.json b/sonarr/updater.json index 928357919..c5fa10be1 100644 --- a/sonarr/updater.json +++ b/sonarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "22-03-2025", + "last_update": "13-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "sonarr", "source": "github", "upstream_repo": "linuxserver/docker-sonarr", - "upstream_version": "4.0.14.2939" + "upstream_version": "4.0.15.2940" }