diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 1f6f662ed..390937403 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 16a9f9196..0d4570c22 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.0.13.2934" +ARG BUILD_UPSTREAM="4.0.14.2939" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index 7463f56e7..d9f9939a8 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.13.2934" + "version": "4.0.14.2939" } diff --git a/sonarr/updater.json b/sonarr/updater.json index 39ed02a45..928357919 100644 --- a/sonarr/updater.json +++ b/sonarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "15-03-2025", + "last_update": "22-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "sonarr", "source": "github", "upstream_repo": "linuxserver/docker-sonarr", - "upstream_version": "4.0.13.2934" + "upstream_version": "4.0.14.2939" }