From 2f4390b7e70ed5c24a14f60813b9a5b33e283e32 Mon Sep 17 00:00:00 2001 From: al-lac Date: Thu, 26 Feb 2026 15:08:03 +0100 Subject: [PATCH 1/3] Update nextcloud to v33.0.0 --- nextcloud/docker-compose.yml | 4 ++-- nextcloud/umbrel-app.yml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index f277c9e895..f61ff00c55 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -35,7 +35,7 @@ services: - "${APP_DATA_DIR}/data/redis:/data" web: - image: nextcloud:32.0.6-apache@sha256:0e1084cc59df77bec7d6bb29d9ac6939da8372512237a9c51f74ff0a970524f2 + image: nextcloud:33.0.0-apache@sha256:ff2cbaab14c85e587b5541e3aff4216a8a484e06424ebae661581937c0c8da0c # 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:32.0.6-apache@sha256:0e1084cc59df77bec7d6bb29d9ac6939da8372512237a9c51f74ff0a970524f2 + image: nextcloud:33.0.0-apache@sha256:ff2cbaab14c85e587b5541e3aff4216a8a484e06424ebae661581937c0c8da0c # 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 8d8a252e43..88c67a2d5c 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: "32.0.6" +version: "33.0.0" tagline: Productivity platform that keeps you in control description: >- Nextcloud puts your data at your fingertips, under your control. @@ -25,8 +25,9 @@ description: >- Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone. releaseNotes: >- - This update includes bug fixes and improvements: - - Various bug fixes and stability improvements + This is a new major release of Nextcloud with bug fixes and improvements from v32.0.6, plus new features in v33.0.0: + - Bug fixes and stability improvements from v32.0.6 + - New features and enhancements introduced in v33.0.0 Full release notes are found at https://github.com/nextcloud-releases/server/releases From 2b0430651f46c61c1726fac53efad6c488fc2ae3 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 26 Feb 2026 15:42:45 +0100 Subject: [PATCH 2/3] Update nextcloud version in pre-start script --- nextcloud/hooks/pre-start | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud/hooks/pre-start b/nextcloud/hooks/pre-start index 3bc3168e05..9317283d37 100755 --- a/nextcloud/hooks/pre-start +++ b/nextcloud/hooks/pre-start @@ -22,6 +22,7 @@ VERSIONS+=( "29" ) VERSIONS+=( "30" ) VERSIONS+=( "31" ) VERSIONS+=( "32" ) +VERSIONS+=( "33" ) # List of Nextcloud major version images to migrate to IMAGES=() @@ -36,6 +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" ) find_index() { local -r value="${1}" From 14bda99d1b41bdb7ba14fa72fdc5e2ab2ae90c51 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 26 Feb 2026 15:52:09 +0100 Subject: [PATCH 3/3] Update release notes --- nextcloud/umbrel-app.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/nextcloud/umbrel-app.yml b/nextcloud/umbrel-app.yml index 88c67a2d5c..686f7518f6 100644 --- a/nextcloud/umbrel-app.yml +++ b/nextcloud/umbrel-app.yml @@ -25,9 +25,18 @@ description: >- Note: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone. releaseNotes: >- - This is a new major release of Nextcloud with bug fixes and improvements from v32.0.6, plus new features in v33.0.0: - - Bug fixes and stability improvements from v32.0.6 - - New features and enhancements introduced in v33.0.0 + 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) Full release notes are found at https://github.com/nextcloud-releases/server/releases