From 098878fb9328df8824e35db467582f6910ab3ec9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Oct 2024 02:00:07 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 30.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 5131340d2..313b3c615 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 30.0.1 (19-10-2024) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 30.0.0 (28-09-2024) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) diff --git a/nextcloud/config.json b/nextcloud/config.json index 079dff67e..300ed5bb7 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -151,6 +151,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "30.0.0", + "version": "30.0.1", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index d0cddcb8b..be6c3403f 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "28-09-2024", + "last_update": "19-10-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "30.0.0" + "upstream_version": "30.0.1" }