From 4e0c74004875a0a8ce39343872a3f093c0a09723 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Aug 2024 01:59:58 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 29.0.5 --- 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 98451ca48..4a0b686a6 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 29.0.5 (24-08-2024) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 29.0.4-4 (23-08-2024) - Minor bugs fixed ## 29.0.4-3 (22-08-2024) diff --git a/nextcloud/config.json b/nextcloud/config.json index aa46f3cdb..3ba1ea393 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": "29.0.4-4", + "version": "29.0.5", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 41cbdbf9c..65e8e2ef9 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-07-2024", + "last_update": "24-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "29.0.4" + "upstream_version": "29.0.5" }