From fa5dedc6f928c2215232a4fd60ca30b689e7f302 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 Jul 2024 01:59:52 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 29.0.4 --- 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 1ac7ce690..5041d871a 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 29.0.4 (27-07-2024) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 29.0.3 (29-06-2024) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 29.0.2-3 (25-06-2024) diff --git a/nextcloud/config.json b/nextcloud/config.json index 85a989a9d..f176245b2 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.3", + "version": "29.0.4", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index d27c14f5e..41cbdbf9c 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-06-2024", + "last_update": "27-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "29.0.3" + "upstream_version": "29.0.4" }