Skip to content

feat(container)!: Update image docker.io/opencloudeu/opencloud-rolling ( 5.1.0 → 7.1.0 )#2962

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-opencloudeu-opencloud-rolling-7.x
Open

feat(container)!: Update image docker.io/opencloudeu/opencloud-rolling ( 5.1.0 → 7.1.0 )#2962
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-opencloudeu-opencloud-rolling-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 2026

This PR contains the following updates:

Package Update Change
docker.io/opencloudeu/opencloud-rolling major 5.1.07.1.0

Warning

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.1.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​ScharfViktor, @​aduffeck, @​dragonchaser, @​kulmann, @​micbar, @​rhafer

🐛 Bug Fixes
  • Prevent personal space creation for service- and lightweight users [#​2876]
  • chore: bump reva to 2.46.1 [#​2869]
  • fix: Send SSE events for SpaceCreated/-Disabled/-Deleted [#​2851]
  • Only try to limit search to spaces if there's a space id to limit to [#​2834]
  • fix(init): Only log admin password if it was generated [#​2839]
  • fix: translations for activities and others [#​2836]
  • fix-2824. run tests without remote.php [#​2826]
📈 Enhancement
📚 Documentation
  • docs(adr): Remove erroneous mention of kanidm [#​2783]
📦️ Dependencies
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.43.0 to 1.44.0 [#​2855]
  • build(deps-dev): bump license-checker-rseidelsohn from 4.4.2 to 5.0.1 in /services/idp [#​2854]
  • build(deps-dev): bump cldr from 7.9.0 to 8.0.0 in /services/idp [#​2853]
  • build(deps): bump i18next from 26.1.0 to 26.3.0 in /services/idp [#​2849]
  • build(deps-dev): bump sass-loader from 16.0.8 to 17.0.0 in /services/idp [#​2845]
  • build(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.1 [#​2848]
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.68.0 to 0.69.0 [#​2847]
  • build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /services/idp [#​2846]
  • build(deps-dev): bump postcss-loader from 4.3.0 to 8.2.1 in /services/idp [#​2830]
  • build(deps): bump github.com/riandyrn/otelchi from 0.12.2 to 0.12.3 [#​2814]
  • build(deps-dev): bump workbox-webpack-plugin from 7.4.0 to 7.4.1 in /services/idp [#​2781]

v7.0.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​AlexAndBear, @​SAY-5, @​ScharfViktor, @​Svanvith, @​butonic, @​dragonchaser, @​dschmidt, @​fschade, @​micbar, @​michaelstingl, @​rhafer

💥 Breaking changes
  • Persist space memberships in share manager [#​2760]
  • [feature/guest-links] bump reva, add service user config to "sharing" service [#​2735]
🔒 Security
  • fix: disallow thumbnails for tiff and jpeg2000 images [#​2758]
🐛 Bug Fixes
  • fix(notifications): don't re-escape email vars for each recipient [#​2805]
  • fix: remove unnecessary error log it the oidc access token verify method is set to none [#​2795]
  • fix(debug): drop duplicate service field from probe fallback log [#​2786]
  • No registry lookup in cli [#​2755]
  • fix(webdav): register chi REPORT method in init to avoid race with settings [#​2712]
  • fix: use runner to start activitylog service [#​2748]
  • docs(search): fix force-rescan flag name in README [#​2747]
✅ Tests
  • [full-ci] preview-tests. update fixtures for different processors [#​2767]
  • test: modify exclude list and add coverage upload [#​2762]
  • fix: cleaner debounce timer test [#​2743]
📚 Documentation
  • Update README with LDAP certificate details [#​2759]
📈 Enhancement
  • feat(graph): populate driveItem.webUrl per Libre Graph spec [#​2744]
📦️ Dependencies
  • build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 [#​2798]
  • build(deps): bump golang.org/x/image from 0.38.0 to 0.40.0 [#​2740]
  • build(deps): bump github.com/tidwall/gjson from 1.18.0 to 1.19.0 [#​2750]
  • build(deps-dev): bump dotenv-expand from 12.0.3 to 13.0.0 in /services/idp [#​2710]
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 [#​2739]

v6.2.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​JammingBen, @​ScharfViktor, @​Sweeistaken, @​aduffeck, @​dragonchaser, @​dschmidt, @​fschade, @​pedropintosilva, @​rhafer, @​schweigisito

📈 Enhancement
  • feat: enable EnableRemoteLinkPicker WOPI flag for Collabora Online [#​2663]
  • feat(kql): support dotted keys in property restrictions [#​2632]
🐛 Bug Fixes
  • Set new defaults for caches and stores [#​2702]
  • fix: remove typo in error message [#​2701]
  • fix(search): preserve value case for non-lowercased bleve fields [#​2633]
  • More graceful shutdown fixes [#​2690]
  • Hotfix for #​2282 [#​2631]
  • fix(search): read --force-rescan flag with its registered name [#​2639]
  • fix(search): parse tika xmpDM:duration as a float [#​2638]
✅ Tests
  • [api-tests] delete PROPATCH favorite tests [#​2689]
📚 Documentation
  • enhancement: increase display size of graph flow diagram [#​2620]
📦️ Dependencies
  • build(deps): bump go.opentelemetry.io/contrib/zpages from 0.67.0 to 0.68.0 [#​2666]
  • build(deps): bump @​types/node from 22.19.17 to 25.6.0 in /services/idp [#​2687]
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.42.0 to 1.43.0 [#​2601]
  • build(deps): bump github.com/davidbyttow/govips/v2 from 2.17.0 to 2.18.0 [#​2656]
  • build(deps): bump i18next from 25.10.10 to 26.0.4 in /services/idp [#​2609]
  • build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.41.0 to 0.42.0 [#​2645]
  • build(deps): bump github.com/open-policy-agent/opa from 1.15.1 to 1.15.2 [#​2602]

v6.1.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​JammingBen, @​ScharfViktor, @​aduffeck, @​dragonchaser, @​pedropintosilva, @​rhafer

📚 Documentation
  • Update CI badge URL in README.md [#​2614]
🐛 Bug Fixes
  • Add a flag to the reindex command to force a full reindex [#​2606]
📈 Enhancement
  • proxy: Allow mapping from an external tenant id to the internal id [#​2569]
  • feat: enable EnableInsertRemoteFile WOPI flag for Collabora [#​2555]
  • feat(multi-tenancy): verify tenant via OIDC claim [#​2559]
📦️ Dependencies
  • Bump reva [#​2611]
  • chore(idp): clean up js dependencies [#​2607]
  • build(deps-dev): bump dotenv from 16.4.7 to 17.4.2 in /services/idp [#​2603]
  • chore: bump IDP javascript dependencies [#​2600]
  • build(deps): bump github.com/nats-io/nats.go from 1.49.0 to 1.50.0 [#​2587]
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.42.0 to 1.43.0 [#​2586]
  • chore: bump reva to latest main [#​2584]
  • build(deps): bump golang.org/x/image from 0.36.0 to 0.38.0 [#​2581]
  • build(deps-dev): bump css-minimizer-webpack-plugin from 7.0.4 to 8.0.0 in /services/idp [#​2551]
  • build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.12 to 3.4.13 [#​2526]
  • build(deps): bump github.com/open-policy-agent/opa from 1.14.1 to 1.15.0 [#​2535]

v6.0.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​ScharfViktor, @​aduffeck, @​dragonchaser, @​micbar, @​pascalwengerter, @​smoothscholar

💥 Breaking changes
  • Improve opensearch highlighting, fix favorites [#​2514]
📈 Enhancement
  • feat: add userid to spans [#​2536]
  • feat: add openFilesInNewTab web config option [#​2522]
  • Always enable favorites, remove FRONTEND_ENABLE_FAVORITES flag [#​2494]
  • Implement favorites [#​2454]
🐛 Bug Fixes
✅ Tests
  • api-tests: search for favorites [#​2487]
  • [test-only] favorites tests [#​2474]
📦️ Dependencies
  • build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.5 to 2.12.6 [#​2525]
  • build(deps-dev): bump postcss-preset-env from 10.1.3 to 11.2.0 in /services/idp [#​2392]
  • build(deps): bump github.com/tus/tusd/v2 from 2.8.0 to 2.9.2 [#​2485]
  • build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 [#​2519]
  • build(deps): bump github.com/nats-io/nats-server/v2 from 2.12.4 to 2.12.5 [#​2499]
  • build(deps): bump github.com/russellhaering/goxmldsig from 1.5.0 to 1.6.0 [#​2503]
  • build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 [#​2472]
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.65.0 to 0.67.0 [#​2473]
  • build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 [#​2468]
  • build(deps): bump go.opentelemetry.io/contrib/zpages from 0.65.0 to 0.67.0 [#​2467]
  • build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch from 0.40.0 to 0.41.0 [#​2458]
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.41.0 to 1.42.0 [#​2459]
  • build(deps): bump github.com/testcontainers/testcontainers-go from 0.40.0 to 0.41.0 [#​2453]
  • build(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 [#​2452]
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.40.0 to 1.42.0 [#​2441]
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.65.0 to 0.67.0 [#​2442]

v5.2.0

Compare Source

❤️ Thanks to all contributors! ❤️

@​AlexAndBear, @​JammingBen, @​MahdiBaghbani, @​ScharfViktor, @​aduffeck, @​butonic, @​dragonchaser, @​dragotin, @​fschade, @​pat-s, @​rhafer

📚 Documentation
  • update links and references in CONTRIBUTING.md [#​2411]
  • adr(webfinger): Align example config with implementation [#​2353]
📈 Enhancement
  • feat(graph/education): Add support of 'eq' filters on users [#​2421]
  • feat(web): change surface colors to more modern ones [#​2377]
  • Add openCloudEducationExternalId to user [#​2357]
  • feat: app-registry adjust default mime-types [#​2354]
  • feat: support desktop and mobile specific client_id and scopes [#​2072]
🐛 Bug Fixes
  • [SKIP CI] Fix simple install script, use admin-password switch [#​2413]
  • resolve logout token subject:sessions for the idp backchannel logout [#​2328]
  • fix(oidc_auth): Fix userinfo cache expiration logic [#​2360]
📦️ Dependencies
  • build(deps): bump github.com/open-policy-agent/opa from 1.13.2 to 1.14.0 [#​2427]
  • build(deps): bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0 [#​2425]
  • build(deps): bump github.com/davidbyttow/govips/v2 from 2.16.0 to 2.17.0 [#​2420]
  • build(deps): bump github.com/nats-io/nats.go from 1.48.0 to 1.49.0 [#​2390]
  • build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 [#​2412]
  • build(deps): bump github.com/kovidgoyal/imaging from 1.8.19 to 1.8.20 [#​2391]
  • build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.7 to 2.28.0 [#​2375]
  • build(deps): bump github.com/open-policy-agent/opa from 1.13.1 to 1.13.2 [#​2374]
  • build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.1 [#​2362]
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.0 to 2.28.1 [#​2366]
  • build(deps): bump go.opentelemetry.io/contrib/zpages from 0.64.0 to 0.65.0 [#​2363]
  • build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 [#​2356]
  • build(deps): bump github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2 [#​2355]
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.64.0 to 0.65.0 [#​2321]
  • build(deps): bump github.com/open-policy-agent/opa from 1.12.3 to 1.13.1 [#​2350]

Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented May 21, 2026

--- 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.1.0@sha256:6229e937e32e5e114ddac81af7e851fb9346a818c58a36b784529d5503530f93
+        image: docker.io/opencloudeu/opencloud-rolling:7.1.0@sha256:0bb29038affb1b58655bb8d4fd3dc78b26fb7c0c7e994bda72e6e4e58e6e54b3
         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.1.0@sha256:6229e937e32e5e114ddac81af7e851fb9346a818c58a36b784529d5503530f93
+        image: docker.io/opencloudeu/opencloud-rolling:7.1.0@sha256:0bb29038affb1b58655bb8d4fd3dc78b26fb7c0c7e994bda72e6e4e58e6e54b3
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9200

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented May 21, 2026

--- 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.1.0@sha256:6229e937e32e5e114ddac81af7e851fb9346a818c58a36b784529d5503530f93
+              tag: 7.1.0@sha256:0bb29038affb1b58655bb8d4fd3dc78b26fb7c0c7e994bda72e6e4e58e6e54b3
             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.1.0@sha256:6229e937e32e5e114ddac81af7e851fb9346a818c58a36b784529d5503530f93
+              tag: 7.1.0@sha256:0bb29038affb1b58655bb8d4fd3dc78b26fb7c0c7e994bda72e6e4e58e6e54b3
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               readOnlyRootFilesystem: true

…g ( 5.1.0 → 7.1.0 )

| datasource | package                                 | from  | to    |
| ---------- | --------------------------------------- | ----- | ----- |
| docker     | docker.io/opencloudeu/opencloud-rolling | 5.1.0 | 7.1.0 |
@renovate renovate Bot force-pushed the renovate/docker.io-opencloudeu-opencloud-rolling-7.x branch from f78366f to 59ec143 Compare June 2, 2026 13:18
@renovate renovate Bot changed the title feat(container)!: Update image docker.io/opencloudeu/opencloud-rolling ( 5.1.0 → 7.0.0 ) feat(container)!: Update image docker.io/opencloudeu/opencloud-rolling ( 5.1.0 → 7.1.0 ) Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants