Updater bot : nextcloud updated to 27.1.4

This commit is contained in:
alexbelgium
2023-11-25 01:59:47 +01:00
parent b1d7acb170
commit 0bd9d72c7d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 27.1.4 (25-11-2023)
- Update to latest version from linuxserver/docker-nextcloud
### 27.1.3 (03-11-2023) ### 27.1.3 (03-11-2023)
- Minor bugs fixed - Minor bugs fixed
### 27.1.2-3 (16-10-2023) ### 27.1.2-3 (16-10-2023)

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "07-10-2023", "last_update": "25-11-2023",
"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": "27.1.3" "upstream_version": "27.1.4"
} }