From 86f2fe625dd360724a55bed0b47c39ad6f31e2a9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Mar 2024 01:58:48 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 28.0.3 --- 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 2f3dd8363..1789d1401 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 28.0.3 (02-03-2024) +- Update to latest version from linuxserver/docker-nextcloud ## 28.0.2 (02-02-2024) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/config.json b/nextcloud/config.json index 8ea8f8fb3..546e5ad40 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -149,6 +149,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "28.0.2", + "version": "28.0.3", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 3d9e4c0dd..88538515b 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-02-2024", + "last_update": "02-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "28.0.2" + "upstream_version": "28.0.3" }