Updater bot : sonarr updated to 3.0.8.1507

This commit is contained in:
alexbelgium
2022-04-26 02:00:27 +02:00
parent 26344d9b80
commit c4609cda83
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 3.0.8.1507 (26-04-2022)
- Update to latest version from linuxserver/docker-sonarr
- Add codenotary sign - Add codenotary sign
## 3.0.7.1477 (06-03-2022) ## 3.0.7.1477 (06-03-2022)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.0.7.1477" ARG BUILD_UPSTREAM="3.0.8.1507"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -80,8 +80,8 @@
}, },
"slug": "sonarr_nas", "slug": "sonarr_nas",
"startup": "services", "startup": "services",
"upstream": "3.0.7.1477", "upstream": "3.0.8.1507",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"version": "3.0.7.1477", "version": "3.0.8.1507",
"webui": "http://[HOST]:[PORT:8989]" "webui": "http://[HOST]:[PORT:8989]"
} }