From cc74cb7448104d0e07a26c09e42b15cbddc4f7ee Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 10 Feb 2022 01:57:20 +0100 Subject: [PATCH] Updater bot : mylar3 updated to 0.6.4 --- mylar3/CHANGELOG.md | 3 +++ mylar3/config.json | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index 9ee4ecda7..d9115bb4a 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.4 (10-02-2022) +- Update to latest version from linuxserver/docker-mylar3 ## 0.6.3 (06-01-2022) - Update to latest version from linuxserver/docker-mylar3 diff --git a/mylar3/config.json b/mylar3/config.json index e9687cbdb..fea661fe8 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "Automated comic book downloader for use with NZB and torrents", "devices": [ @@ -39,7 +43,12 @@ "PUID": "0", "PGID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Mylar3", "options": { "PUID": 0, @@ -51,7 +60,10 @@ "ports_description": { "8090/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -62,8 +74,8 @@ "cifspassword": "str?" }, "slug": "mylar3", - "upstream": "0.6.3", + "upstream": "0.6.4", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.6.3", + "version": "0.6.4", "webui": "http://[HOST]:[PORT:8090]" }