Updater bot : nextcloud updated to 28.0.0

This commit is contained in:
alexbelgium
2023-12-16 02:00:17 +01:00
parent ec4e90c10a
commit 67e6ef98d3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 28.0.0 (16-12-2023)
- Update to latest version from linuxserver/docker-nextcloud
### 27.1.4-6 (07-12-2023)
- Crond output redirected to addon logs https://github.com/alexbelgium/hassio-addons/issues/1111

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "25-11-2023",
"last_update": "16-12-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "27.1.4"
"upstream_version": "28.0.0"
}