Update nextcloud to version v33.0.2 (#5281)
This commit is contained in:
parent
de8c3c4999
commit
614338d031
@ -35,7 +35,7 @@ services:
|
||||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
||||
web:
|
||||
image: nextcloud:33.0.0-apache@sha256:ff2cbaab14c85e587b5541e3aff4216a8a484e06424ebae661581937c0c8da0c
|
||||
image: nextcloud:33.0.2-apache@sha256:2176a451aa8fbd9f003a3d745978377e9a5213850e0181f4bcb24be63885175b
|
||||
# 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:33.0.0-apache@sha256:ff2cbaab14c85e587b5541e3aff4216a8a484e06424ebae661581937c0c8da0c
|
||||
image: nextcloud:33.0.2-apache@sha256:2176a451aa8fbd9f003a3d745978377e9a5213850e0181f4bcb24be63885175b
|
||||
# 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"
|
||||
|
||||
@ -37,7 +37,7 @@ IMAGES+=( "nextcloud:29.0.7-apache@sha256:3bcd2afa9d02fccc52251712bee1afc4f5891b
|
||||
IMAGES+=( "nextcloud:30.0.5-apache@sha256:02441f524c6fab3aadbf7157f6e0484927e231d685b248dc0734fa2941b4445e" )
|
||||
IMAGES+=( "nextcloud:31.0.9-apache@sha256:11f158050216614d585886600445e0a1b75ee224d6a6dddc5eba996cc9499fa6" )
|
||||
IMAGES+=( "nextcloud:32.0.6-apache@sha256:0e1084cc59df77bec7d6bb29d9ac6939da8372512237a9c51f74ff0a970524f2" )
|
||||
IMAGES+=( "nextcloud:33.0.0-apache@sha256:ff2cbaab14c85e587b5541e3aff4216a8a484e06424ebae661581937c0c8da0c" )
|
||||
IMAGES+=( "nextcloud:33.0.2-apache@sha256:2176a451aa8fbd9f003a3d745978377e9a5213850e0181f4bcb24be63885175b" )
|
||||
|
||||
find_index() {
|
||||
local -r value="${1}"
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: nextcloud
|
||||
category: files
|
||||
name: Nextcloud
|
||||
version: "33.0.0"
|
||||
version: "33.0.2"
|
||||
tagline: Productivity platform that keeps you in control
|
||||
description: >-
|
||||
Nextcloud puts your data at your fingertips, under your control.
|
||||
@ -25,18 +25,12 @@ description: >-
|
||||
|
||||
Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.
|
||||
releaseNotes: >-
|
||||
This update includes new features, improvements and bug fixes:
|
||||
- 🏡 Easier data migration and portability
|
||||
- 🌐 Expanded federation (Deck, Calendar, Teams across servers)
|
||||
- 🔐 Enhanced security (browser E2EE, calendar invite restrictions)
|
||||
- 💬 Nextcloud Talk upgrades (pinning, scheduling, live translations)
|
||||
- 📧 Mail improvements (attachments overview, auto calendar invites, compact mode)
|
||||
- 📊 Nextcloud Office usability boosts (document compare, sheet views, table design)
|
||||
- 🎨 Whiteboard enhancements (timers, voting, reactions, version history)
|
||||
- 🤖 Nextcloud Assistant AI improvements (content labels, memories, faster models)
|
||||
- ⚡ Performance improvements & new ADA engine
|
||||
- 🧩 New developer APIs and updated platform components
|
||||
- 📱 Desktop & mobile client updates (better VFS, performance, accessibility)
|
||||
This update includes bug fixes and improvements:
|
||||
- 📁 New option to limit the number of recent files shown in Files settings
|
||||
- 🔗 Fixed share creation when password-protected shares are not supported by the share type
|
||||
- ↩️ Fixed unwanted redirect when accepting a share failed
|
||||
- 🔄 Fixed dependency mismatch in the updater
|
||||
- 🧩 Version bumps for all stable33 apps (no functional changes)
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/nextcloud-releases/server/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user