From f2473ea0de99583f5424f04f9ab95e557b032409 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 07:45:09 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 27.1.1 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/config.json | 2 +- nextcloud/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 9ad503a22..7257aa175 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 27.1.1 (23-09-2023) +- Update to latest version from linuxserver/docker-nextcloud ### 27.0.2-10 (06-09-2023) - Minor bugs fixed ### 27.0.2-9 (06-09-2023) diff --git a/nextcloud/config.json b/nextcloud/config.json index 12b8e8371..c4aae4a26 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -125,6 +125,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.0.2-10", + "version": "27.1.1", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 442d08ad5..1b6269112 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-08-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "27.0.2" + "upstream_version": "27.1.1" }