From f2a0785e293f2d9e77ae95dc0d52ff042119881c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 14 Sep 2024 02:00:44 +0200 Subject: [PATCH] Updater bot : nextcloud updated to 29.0.7 --- 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 d1e34d2ae..91ddc880d 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 29.0.7 (14-09-2024) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 29.0.6 (07-09-2024) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) diff --git a/nextcloud/config.json b/nextcloud/config.json index ca33002f4..3ca0f6234 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.6", + "version": "29.0.7", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index bee9e29fe..0a02d4c0e 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "07-09-2024", + "last_update": "14-09-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "29.0.6" + "upstream_version": "29.0.7" }