feat(container)!: Update image docker.io/opencloudeu/opencloud-rolling ( 5.2.0 → 7.2.0 )#2972
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/subterra/apps/apps/opencloud/app Kustomization: flux-system/opencloud HelmRelease: apps/opencloud
+++ kubernetes/subterra/apps/apps/opencloud/app Kustomization: flux-system/opencloud HelmRelease: apps/opencloud
@@ -57,13 +57,13 @@
WEB_OIDC_SCOPE: openid profile email groups
envFrom:
- secretRef:
name: opencloud-secret
image:
repository: docker.io/opencloudeu/opencloud-rolling
- tag: 5.2.0@sha256:c840de29b7287da070ffc9d5eb52a1b291a046877402bf70f387ccf56c820aee
+ tag: 7.2.0@sha256:324c2e6d5e97f0d8bd2e4f716c491cc32f1054b3f527dbc4290ce4de113333ab
probes:
liveness:
enabled: true
readiness:
enabled: true
resources:
@@ -86,13 +86,13 @@
- test -f /etc/opencloud/opencloud.yaml || opencloud init --insecure=true
envFrom:
- secretRef:
name: opencloud-secret
image:
repository: docker.io/opencloudeu/opencloud-rolling
- tag: 5.2.0@sha256:c840de29b7287da070ffc9d5eb52a1b291a046877402bf70f387ccf56c820aee
+ tag: 7.2.0@sha256:324c2e6d5e97f0d8bd2e4f716c491cc32f1054b3f527dbc4290ce4de113333ab
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true |
--- HelmRelease: apps/opencloud Deployment: apps/opencloud
+++ HelmRelease: apps/opencloud Deployment: apps/opencloud
@@ -44,13 +44,13 @@
- /bin/sh
- -c
- test -f /etc/opencloud/opencloud.yaml || opencloud init --insecure=true
envFrom:
- secretRef:
name: opencloud-secret
- image: docker.io/opencloudeu/opencloud-rolling:5.2.0@sha256:c840de29b7287da070ffc9d5eb52a1b291a046877402bf70f387ccf56c820aee
+ image: docker.io/opencloudeu/opencloud-rolling:7.2.0@sha256:324c2e6d5e97f0d8bd2e4f716c491cc32f1054b3f527dbc4290ce4de113333ab
name: init-config
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -128,13 +128,13 @@
value: '5'
- name: WEB_OIDC_SCOPE
value: openid profile email groups
envFrom:
- secretRef:
name: opencloud-secret
- image: docker.io/opencloudeu/opencloud-rolling:5.2.0@sha256:c840de29b7287da070ffc9d5eb52a1b291a046877402bf70f387ccf56c820aee
+ image: docker.io/opencloudeu/opencloud-rolling:7.2.0@sha256:324c2e6d5e97f0d8bd2e4f716c491cc32f1054b3f527dbc4290ce4de113333ab
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 9200 |
0b442fa to
4952ad5
Compare
4952ad5 to
889ce3a
Compare
…g ( 5.2.0 → 7.2.0 ) | datasource | package | from | to | | ---------- | --------------------------------------- | ----- | ----- | | docker | docker.io/opencloudeu/opencloud-rolling | 5.2.0 | 7.2.0 |
889ce3a to
13352ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.0→7.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
opencloud-eu/opencloud (docker.io/opencloudeu/opencloud-rolling)
v7.2.0: 7.2.0Compare Source
Releasenotes OpenCloud 7.2.0
💥 Breaking Changes - Action required
New settings required for the "sharing" service
With OpenCloud 7.0 the "sharing" service needs a service account and secret to be configured. So if upgrading from a release prior to 7.0 please follow the steps outlined in the Upgrade Guide to achieve that.
Share-Manager migraton: First startup may take a few minutes
When upgrading from a release before 7.x, the first container startup may take a few minutes before all Spaces are available.
Background: Share-Manager migration
OpenCloud 7.0.0 changes the way how space memberships are managed in the backend. When upgrading from a previous release the "sharing" service will automatically run a migration task to convert existing space memberships to the new mechanism. Depending on the number of spaces and space members this task can take up to a few minutes. During that time the member listing of spaces might be incorrect. Also it is not possible to change space memberships or create/delete spaces while the task is running. When the loglevel of the sharing service is set to info (OC_LOG_LEVEL=info or SHARING_LOG_LEVEL=info) the task will report progress of the migration via the logfile.
New OpenSearch index schema (v2) for the search service
Note: This is only applicable to setups using the "opensearch" search engine with OpenCloud and does not affect setups using the default "bleve" search engine, as e.g. the standard docker compose setups do.
With OpenCloud 7.x.x the search service now uses a new OpenSearch index schema (v2), adding two fields: Content (with term vectors, for faster highlighting via the fast vector highlighter) and Favorites (for searching/filtering by favorites).
Since OpenSearch mappings are immutable, the existing index can't be migrated in place. On startup the service detects the mismatch and refuses to start ("manual action required").
Required action when upgrading an OpenSearch deployment:
SEARCH_ENGINE_OPEN_SEARCH_RESOURCE_INDEX_NAME).opencloud search index --all-spaces --force-rescanHighlights
📝 New, Easy to Learn Markdown Editor
Format content without learning Markdown syntax
The new Markdown Editor combines the simplicity of slash commands with the flexibility of Markdown. Slash commands make formatting accessible to everyone as it helps also non-technical users to discover Markdown capabilities without needing to learn syntax first.
Lightweight portable and reusable format
Markdown provides a lightweight, portable format with no vendor lock-in. Its simple nature makes content easier to version, maintain and convert into PDFs, knowledge bases and other formats. For many workflows Markdown offers a simpler and more durable alternative to heavyweight office formats.
Interchange format between humans and AI
As AI becomes a core part of daily work, Markdown is emerging as a natural interchange format between humans and AI. Its simple structure allows both users and AI systems to create content easily.
⭐ Favorites Feature
The new Favorites feature makes it easy to find important and frequently used files. Marked files are visible across all personal and shared spaces and can be accessed at any time with a single click.
All favorites are collected centrally on a dedicated page, providing a quick overview of relevant content. Whether in list view or grid view, users can efficiently access their most important files without having to search for them. Server-side Favorites are available in the Web and will be available in one of the next releases of the mobile clients as well.
🖼️ Photo Roll in the Preview App
The new Photo Roll feature makes navigating image collections significantly easier. While viewing an image, the previous and next images are displayed as previews, allowing users to orient themselves more quickly and browse through their photos with ease.
🖼️ Faster Preview App
The Preview App has been optimized for significantly better performance when browsing large photo folders. Instead of requesting all images in full resolution only the currently viewed image is loaded in high quality. Images in the Photo Roll are loaded as small thumbnails and only for items currently visible within the viewport.
Additional images are loaded dynamically while scrolling, and pending image requests are canceled as soon as they are no longer needed, particularly on slow or unstable connections.
🎬 Support for MOV Video Files (Preview)
OpenCloud now supports previewing MOV video files. You can store MOV files in your file system and view them directly in the interface without converting them first.
🧭 Improved Breadcrumb Navigation
Navigating deep folder structures is now faster and more direct. The breadcrumb navigation allows users to jump to higher-level folders with just a few clicks, eliminating the need to step back through each folder individually.
⌨️ Keyboard Shortcuts for Global Search
The global search bar can now be focused using keyboard shortcuts (
sor/). When focused, the search input field is visually highlighted, making the active state easier to recognize.➕ Floating Action Button for “Create or Upload”
The “Create or Upload” button in the Files App is now implemented as a Floating Action Button (FAB). Available actions open in a dropdown menu or bottom drawer. The button is disabled or hidden when the user does not have write permissions.
📱 Consistent Context Actions on Mobile
Contextual actions on mobile devices now open consistently in a bottom drawer. This follows familiar iOS and Android interaction patterns making the UI feel familiar.
7.2.0 - 2026-06-25
❤️ Thanks to all contributors! ❤️
@aduffeck, @AlexAndBear, @anon-pradip, @butonic, @dragonchaser, @dragotin, @dschmidt, @flimmy, @FrankM64, @fschade, @individual-it, @Heiko-Pohl, @JammingBen, @kulmann, @MahdiBaghbani, @micbar, @michaelstingl, @pascalwengerter, @pat-s, @pedropintosilva, @prashant-gurung899, @rhafer, @saw-jan, @ScharfViktor, @schweigisito, @SAY-5, @smoothscholar, @Svanvith, @tammi-23, @tiran133, @VicDeo
Opencloud:
💥 Breaking Changes
🔒 Security
🐛 Bug Fixes
📈 Enhancements
client_idandscopes[#2072]📚 Documentation
✅ Tests
📦️ Dependencies
Web
💥 Breaking Changes
🔒 Security
🐛 Bug Fixes
📈 Enhancements
Configuration
📅 Schedule: (in timezone Europe/Moscow)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.