From 9465fc7c1e2ec80744329f1ae5f916219f679aad Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Oct 2025 01:58:37 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 32.0.0 --- 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 b39b9c67a..050ea5b4d 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 32.0.0 (04-10-2025) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 31.0.9 (13-09-2025) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.8-2 (09-09-2025) diff --git a/nextcloud/config.json b/nextcloud/config.json index ea7e3e41f..40641a744 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -159,6 +159,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "31.0.9", + "version": "32.0.0", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 3938ab2fc..499e28add 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-09-2025", + "last_update": "04-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "31.0.9" + "upstream_version": "32.0.0" }