Updater bot : nextcloud updated to 29.0.0

This commit is contained in:
alexbelgium
2024-04-27 01:59:44 +02:00
parent 00790aaa8e
commit d88742cc8c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 29.0.0 (27-04-2024)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
- Add preview support for BMP GIF HEIC JPEG Krita PNG XBitmap - Add preview support for BMP GIF HEIC JPEG Krita PNG XBitmap
- Checks if maintenance_window_start is set, or use 1 as default which corresponds to 1-5 am (https://docs.nextcloud.com/server/28/admin_manual/configuration_server/background_jobs_configuration.html#maintenance-window-start) - Checks if maintenance_window_start is set, or use 1 as default which corresponds to 1-5 am (https://docs.nextcloud.com/server/28/admin_manual/configuration_server/background_jobs_configuration.html#maintenance-window-start)

View File

@@ -149,6 +149,6 @@
"uart": true, "uart": true,
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "28.0.4", "version": "29.0.0",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "30-03-2024", "last_update": "27-04-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "nextcloud", "slug": "nextcloud",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-nextcloud", "upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "28.0.4" "upstream_version": "29.0.0"
} }