Update to 3.0.6.1342

This commit is contained in:
alexbelgium
2021-10-02 01:59:29 +02:00
parent 4cd6ff7433
commit c2a9553385
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.0.6.1342 (02-10-2021)
- Update to latest version from linuxserver/docker-sonarr
## 3.0.6.1335 (30-09-2021)
- Update to latest version from linuxserver/docker-sonarr
- Improved cifs mount code to make it universal

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.0.6.1335"
ARG BUILD_UPSTREAM="3.0.6.1342"
FROM ${BUILD_FROM}
ARG BASHIO_VERSION=0.13.1

View File

@@ -1,7 +1,7 @@
{
"name": "Sonarr NAS",
"version": "3.0.6.1335",
"upstream": "3.0.6.1335",
"version": "3.0.6.1342",
"upstream": "3.0.6.1342",
"slug": "sonarr_nas",
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
"url": "https://github.com/alexbelgium/hassio-addons",