Skip to content

Commit

Permalink
Updater bot : nextcloud updated to 29.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Apr 26, 2024
1 parent 00790aa commit d88742c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions nextcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- 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)

Expand Down
2 changes: 1 addition & 1 deletion nextcloud/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@
"uart": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "28.0.4",
"version": "29.0.0",
"webui": "https://[HOST]:[PORT:443]"
}
4 changes: 2 additions & 2 deletions nextcloud/updater.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"last_update": "30-03-2024",
"last_update": "27-04-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "nextcloud",
"source": "github",
"upstream_repo": "linuxserver/docker-nextcloud",
"upstream_version": "28.0.4"
"upstream_version": "29.0.0"
}

0 comments on commit d88742c

Please sign in to comment.