Updater bot : nextcloud updated to 29.0.3

This commit is contained in:
alexbelgium
2024-06-29 01:59:35 +02:00
parent 3027f034e3
commit 056daf7a8e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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) ## 29.0.2-3 (25-06-2024)
- Fix "cannot enable app" - Fix "cannot enable app"

View File

@@ -151,6 +151,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": "29.0.2-3", "version": "29.0.3",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "08-06-2024", "last_update": "29-06-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": "29.0.2" "upstream_version": "29.0.3"
} }