From 0c519d509a83e440e4644a44c7cf3d2ed20c9a9a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Mar 2025 01:57:24 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 31.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 b230cf345..46e9c8cf8 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 31.0.1 (15-03-2025) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.0-2 (13-03-2025) - New option : skip_permissions_check to skip permissions check diff --git a/nextcloud/config.json b/nextcloud/config.json index df32c8b7b..2247e515a 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.0-2", + "version": "31.0.1", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 6adaf4a63..7b6c4796b 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "01-03-2025", + "last_update": "15-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "31.0.0" + "upstream_version": "31.0.1" }