From 0bf9af7d33f3081a69b68ffdc8410495bce33392 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 23 Jan 2022 07:29:14 +0100 Subject: [PATCH] Updater bot : ombi updated to 4.10.2 --- ombi/CHANGELOG.md | 3 +++ ombi/config.json | 14 ++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index 087c76782..66a2cf6c6 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.10.2 (23-01-2022) +- Update to latest version from linuxserver/docker-ombi ## 4.3.3-3 (03-01-2022) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) diff --git a/ombi/config.json b/ombi/config.json index 92f55b366..27390e3f9 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -1,17 +1,23 @@ { "name": "Ombi", - "version": "4.3.3-3", + "version": "4.10.2", "slug": "ombi", "description": "Self-hosted Plex Request and user management system", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", - "upstream": "4.3.3", + "upstream": "4.10.2", "webui": "http://[HOST]:[PORT:3579]", "startup": "services", "environment": {}, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "options": { "PUID": 0, "PGID": 0