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]" }