Updater bot : nextcloud updated to 28.0.4

This commit is contained in:
alexbelgium
2024-03-30 01:58:57 +01:00
parent 0be46931c6
commit 30f8ad0943
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 28.0.4 (30-03-2024)
- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 28.0.3 (02-03-2024) ## 28.0.3 (02-03-2024)
- Update to latest version from linuxserver/docker-nextcloud - Update to latest version from linuxserver/docker-nextcloud

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.3", "version": "28.0.4",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "02-03-2024", "last_update": "30-03-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.3" "upstream_version": "28.0.4"
} }