diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index adb4f1e..bb4b569 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -28,7 +28,7 @@ services: - "${APP_DATA_DIR}/data/redis:/data" web: - image: nextcloud:28.0.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1 + image: nextcloud:28.0.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6 # Currently needs to be run as root, if we run as uid 1000 this fails # https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77 # user: "1000:1000" @@ -51,7 +51,7 @@ services: - redis cron: - image: nextcloud:28.0.1-apache@sha256:3402475a002c3f8c6ebce0012a4ceea35ffd25d25c1ee8423f86e0cc199555c1 + image: nextcloud:28.0.2-apache@sha256:0d231d59967d997141be8016c41df5e05f03137abbf741a8f0be2c0a8af80cf6 # Currently needs to be run as root, if we run as uid 1000 this fails # https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77 # user: "1000:1000" diff --git a/nextcloud/umbrel-app.yml b/nextcloud/umbrel-app.yml index 816bde1..0fff5ad 100644 --- a/nextcloud/umbrel-app.yml +++ b/nextcloud/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: nextcloud category: files name: Nextcloud -version: "28.0.1" +version: "28.0.2" tagline: Productivity platform that keeps you in control description: >- Nextcloud puts your data at your fingertips, under your control. @@ -25,9 +25,20 @@ description: >- Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone. releaseNotes: >- - This patch update takes Nextcloud from version 28.0.0 to 28.0.1 and includes many fixes. + This patch update takes Nextcloud from version 28.0.1 to 28.0.2 and includes the following changes/fixes: + - Replace input field with password field and added password error message + + - Refactor UI for session and app token management + + - Backport unified search improvements / Rename “global search” to “unified search” + + - Add OpenAPI scopes + + - and many more... + + Full release details for all Nextcloud versions can be found at https://nextcloud.com/changelog/ developer: Nextcloud GmbH website: https://nextcloud.com