From 93c42d6f9c3c916c87951e09a49692cb418d8061 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Dec 2024 01:57:18 +0100 Subject: [PATCH] Updater bot : nextcloud updated to 30.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 24ebc294c..1322c2786 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 30.0.3 (07-12-2024) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) - Use /addon_configs for config.yaml and nextcloud-ocr.sh to backup them with nextcloud - Use /config/data as default folder instead of /config/data for initial set-up diff --git a/nextcloud/config.json b/nextcloud/config.json index 76286c9c3..4cc4ef794 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -152,6 +152,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "30.0.2-test", + "version": "30.0.3", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index cf1b8b649..8207e4d6d 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-11-2024", + "last_update": "07-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "30.0.2" + "upstream_version": "30.0.3" }