diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index d7ca37ebd..e21e4f2b7 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.3.3 (07-11-2021) +- Update to latest version from linuxserver/docker-ombi + ## 4.0.1468 (26-08-2021) - Update to latest version from linuxserver/docker-ombi diff --git a/ombi/config.json b/ombi/config.json index d9c624fe0..3fcdc70ea 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -1,8 +1,15 @@ { - "arch": ["aarch64", "amd64", "armhf", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7" + ], "description": "Self-hosted Plex Request and user management system", "environment": {}, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Ombi", "options": { "PUID": 0, @@ -19,8 +26,8 @@ "PGID": "int" }, "slug": "ombi", - "upstream": "4.0.1468", + "upstream": "4.3.3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.1468", + "version": "4.3.3", "webui": "http://[HOST]:[PORT:3579]" }