From 780c508255ca9d78fe6b7f8bc30efbec1e60ce89 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 13 Jun 2025 18:31:27 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 31.0.6 --- 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 5a376e872..081b2da84 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 31.0.6 (13-06-2025) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 31.0.5 (17-05-2025) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.4-3 (15-05-2025) diff --git a/nextcloud/config.json b/nextcloud/config.json index 3287c1912..2a0d46afc 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.5", + "version": "31.0.6", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index f74621f8a..d319537ea 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "17-05-2025", + "last_update": "13-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "31.0.5" + "upstream_version": "31.0.6" }