From 427ea76e9e21906be8f16eceff9d44ffa3162905 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Oct 2023 06:52:23 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 27.1.2 --- 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 17575d13c..597e5b308 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 27.1.2 (07-10-2023) +- Update to latest version from linuxserver/docker-nextcloud - Increase start timer ### 27.1.1-3 (24-09-2023) diff --git a/nextcloud/config.json b/nextcloud/config.json index 4578dd1bc..e26c723af 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -130,6 +130,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.1.1-3", + "version": "27.1.2", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 1b6269112..535e90d09 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-09-2023", + "last_update": "07-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "27.1.1" + "upstream_version": "27.1.2" }