Update nextcloud to version v31.0.6 (#3070)
This commit is contained in:
parent
f51bfefcac
commit
55841d8d93
@ -35,7 +35,7 @@ services:
|
||||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:31.0.5-apache@sha256:4294807dcce5dc9572ddf49f2419a0014c1aa592b440d51dc5679d27189641df
|
||||
image: nextcloud:31.0.6-apache@sha256:f77b2e823713ecc8b3dab20db4273269719439445170a380f57a9ebf9aef624c
|
||||
# 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"
|
||||
@ -60,7 +60,7 @@ services:
|
||||
condition: service_started
|
||||
|
||||
cron:
|
||||
image: nextcloud:31.0.5-apache@sha256:4294807dcce5dc9572ddf49f2419a0014c1aa592b440d51dc5679d27189641df
|
||||
image: nextcloud:31.0.6-apache@sha256:f77b2e823713ecc8b3dab20db4273269719439445170a380f57a9ebf9aef624c
|
||||
# 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"
|
||||
|
||||
@ -33,7 +33,7 @@ IMAGES+=( "nextcloud:27.0.2-apache@sha256:3c8040278bdc991cbc025278eaffc4978a9c2f
|
||||
IMAGES+=( "nextcloud:28.0.3-apache@sha256:ed07f89119dcca2a3711897c48a8ac969542d96d69384445d8fcdc7804ca946f" )
|
||||
IMAGES+=( "nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891beaf353af47881b7662cd1308f7" )
|
||||
IMAGES+=( "nextcloud:30.0.5-apache@sha256:02441f524c6fab3aadbf7157f6e0484927e231d685b248dc0734fa2941b4445e" )
|
||||
IMAGES+=( "nextcloud:31.0.5-apache@sha256:4294807dcce5dc9572ddf49f2419a0014c1aa592b440d51dc5679d27189641df" )
|
||||
IMAGES+=( "nextcloud:31.0.6-apache@sha256:f77b2e823713ecc8b3dab20db4273269719439445170a380f57a9ebf9aef624c" )
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "31.0.5"
|
||||
version: "31.0.6"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
@ -27,16 +27,16 @@ description: >-
|
||||
releaseNotes: >-
|
||||
This update includes various improvements and bug fixes:
|
||||
|
||||
- Added logging for preview generation and profile field API
|
||||
- Improved share handling, including hide-download and federation fixes
|
||||
- Fixed issues with S3 storage, file previews, and sharing permissions
|
||||
- Enhanced database indexing and memory usage logging
|
||||
- Refactored UI components and removed outdated code
|
||||
- Addressed bugs in DAV, CalDAV, and LDAP modules
|
||||
- Numerous other performance, UI, and reliability improvements
|
||||
- Added commands for renaming files, clearing photo caches, listing orphan objects, checking files_external dependencies, and getting storage info
|
||||
- Improved encryption info reporting, metadata handling, file versioning, and error messages
|
||||
- Fixed various issues in sharing, previews, calendars, user status, and file drop handling
|
||||
- Optimized background jobs, webhooks, previews, and dashboard performance
|
||||
- Added OIDC support, task processing checks, and event logging
|
||||
- Updated modals, dropdowns, translations, and UI feedback across apps
|
||||
- Updated dependencies, workflows, and CI configuration
|
||||
- Enhanced accessibility, security, and admin controls
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/nextcloud/server/releases
|
||||
Full release notes are found at https://github.com/nextcloud-releases/server/releases
|
||||
developer: Nextcloud GmbH
|
||||
website: https://nextcloud.com
|
||||
dependencies: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user