From 8e09b7dee4b4447b4649a613007c0859702ff500 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 15 Oct 2021 08:34:15 +0200 Subject: [PATCH] Update to 2.1.1 --- requestrr/CHANGELOG.md | 3 +++ requestrr/config.json | 16 ++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/requestrr/CHANGELOG.md b/requestrr/CHANGELOG.md index 66f7e8b76..71f658149 100644 --- a/requestrr/CHANGELOG.md +++ b/requestrr/CHANGELOG.md @@ -1 +1,4 @@ + +## 2.1.1 (15-10-2021) +- Update to latest version from linuxserver/docker-requestrr - Initial release diff --git a/requestrr/config.json b/requestrr/config.json index 3f21a5f92..99913e1e1 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat", "environment": { @@ -18,15 +23,18 @@ "ports_description": { "4545/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", "TZ": "str?" }, "slug": "requestrr", - "upstream": "2.1.0", + "upstream": "2.1.1", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.0", + "version": "2.1.1", "webui": "http://[HOST]:[PORT:4545]" }