From 6ac917e6b66b2d77705a030f2b1a4f17b1a2adf5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 30 Dec 2023 01:59:59 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 28.0.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 2b6bc8409..f402d6333 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 28.0.1 (30-12-2023) +- Update to latest version from linuxserver/docker-nextcloud + ## 28.0.0 (16-12-2023) - Update to latest version from linuxserver/docker-nextcloud ### 27.1.4-6 (07-12-2023) diff --git a/nextcloud/config.json b/nextcloud/config.json index 507976e27..d658ed172 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -135,6 +135,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "28.0.0", + "version": "28.0.1", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index e8ab5b4ab..e4b3db2c0 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-12-2023", + "last_update": "30-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "28.0.0" + "upstream_version": "28.0.1" }