Skip to content

Conversation

@repo-jeeves
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Oct 14, 2025

This PR contains the following updates:

Package Update Change
docker.io/owncloud/ocis minor 7.2.0 -> 7.3.0

Release Notes

owncloud/ocis (docker.io/owncloud/ocis)

v7.3.0: 7.3.0

Compare Source

Table of Contents
Changes in 7.3.0
Summary
  • Bugfix - Fix the expiration date response for links: #​11239
  • Bugfix - Return translated role definitions: #​11466
  • Bugfix - Tolerating the empty request body for WebDAV: #​11516
  • Bugfix - Fix space root handling in a sharedByMe: #​11533
  • Bugfix - Fix the create link endpoint: #​11542
  • Bugfix - Limit search only when scope is passed: #​11664
  • Bugfix - Add OCS v2 capabilities endpoint to public paths: #​11665
  • Bugfix - Add webdav without trailing slash into proxy default config: #​11677
  • Bugfix - Fix clean uploads command: #​11693
  • Bugfix - Fix stale nodes command: #​11704
  • Enhancement - Add GetPermission API: #​8616
  • Enhancement - Bump importer app: #​10880
  • Enhancement - Allow scaling the search service: #​11029
  • Enhancement - Add Cli to delete personal spaces: #​11555
  • Enhancement - Add custom labels for app tokens: #​11555
  • Enhancement - HTTP Strict Transport Security: #​11568
  • Enhancement - Allow markdown output for unified-roles-table: #​11581
  • Enhancement - Added the OnlyOffice license support: #​11624
  • Enhancement - Bump Web to 12.0.4: #​11625
  • Enhancement - Update the ocis_full deployment example: #​11666
  • Enhancement - Bump Reva version: #​11669
  • Enhancement - Added user type upgrade/downgrade: #​11678
  • Enhancement - Respect changed user type in OIDC claim: #​11684
  • Enhancement - Drop remote.php prefix: #​11687
  • Enhancement - Add configurable display attributes: #​11695
  • Enhancement - Bump Web to 12.1.0: #​11710
Details
  • Bugfix - Fix the expiration date response for links: #​11239

    We fixed the inconsistency in the expiration date response for links

    #​11232
    #​11239

  • Bugfix - Return translated role definitions: #​11466

    Instead of always returning the role definitions in English, we now return the
    role definitions in the language set in the Accept-Language header if present.

    #​11466

  • Bugfix - Tolerating the empty request body for WebDAV: #​11516

    Tolerating the empty request body for WebDAV operations like MKCOL, DELETE,
    MOVE, COPY.

    #​10809
    #​11516

  • Bugfix - Fix space root handling in a sharedByMe: #​11533

    Fix space root handling in a graph sharedByMe

    #​11533

  • Bugfix - Fix the create link endpoint: #​11542

    We fixed an issue when Shares drive can be shared via link share with Internal
    role using permissions endpoint

    #​11409
    #​11542

  • Bugfix - Limit search only when scope is passed: #​11664

    Previously, the search service would limit the search to the according space
    when searching /dav/spaces/. This was not correct, as the search should be
    limited to the according space when a scope is passed in the search pattern
    instead.

    #​11664

  • Bugfix - Add OCS v2 capabilities endpoint to public paths: #​11665

    Following the same behavior as OCS v1, we added the OCS v2 capabilities endpoint
    to the public paths.

    #​11665

  • Bugfix - Add webdav without trailing slash into proxy default config: #​11677

    We've added the /webdav endpoint without a trailing slash into the proxy
    default config.

    #​10346
    #​10334
    #​11677

  • Bugfix - Fix clean uploads command: #​11693

    When using --clean ongoing uploads would be purged but the nodes would not be
    reverted. This is now fixed.

    #​11693

  • Bugfix - Fix stale nodes command: #​11704

    Fix delete-stale-nodes command to properly remove or roll-back nodes

    #​11704

  • Enhancement - Add GetPermission API: #​8616

    Graph service: added GET
    /v1beta1/drives/{driveId}/items/{itemId}/permissions/{permissionId} (and
    space-root equivalent) so clients can retrieve a single permission instead of
    listing all.

    #​8616
    #​11477

  • Enhancement - Bump importer app: #​10880

    The importer app in the ocis_full example has been updated. It's using the
    upstream Uppy Companion Docker image now.

    #​10880

  • Enhancement - Allow scaling the search service: #​11029

    Previously, the search service locked the index for its whole lifetime, so any
    other search service wouldn't be able to access to the index. With this change,
    the search service can be configure to lock the index per operation, so other
    search services can access the index as long as there is no operation ongoing.

    #​11029

  • Enhancement - Add Cli to delete personal spaces: #​11555

    Add Cli to delete the trashed personal spaces.

    #​11555

  • Enhancement - Add custom labels for app tokens: #​11555

    The ability to set a custom label when creating an app token has been added.

    #​11555

  • Enhancement - HTTP Strict Transport Security: #​11568

    Added Support for HTTP Strict Transport Security. It reduces surface for
    Man-in-the-Middle attacks or leakage of sensitive information.

    #​11568

  • Enhancement - Allow markdown output for unified-roles-table: #​11581

    Allows rendering the ocis graph list-unified-roles command in markdown (or
    colorized)

    #​11581

  • Enhancement - Added the OnlyOffice license support: #​11624

    Added the OnlyOffice ee license support to the ocis_full deployment.

    #​11624

  • Enhancement - Bump Web to 12.0.4: #​11625

    #​11625
    https://github.com/owncloud/web/releases/tag/v12.0.4

  • Enhancement - Update the ocis_full deployment example: #​11666

    Fix description texts, move image versions from yaml to .env where applicapable

    #​11666

  • Enhancement - Bump Reva version: #​11669

    Bumped reva version

    #​11669
    #​11693
    #​11704

  • Enhancement - Added user type upgrade/downgrade: #​11678

    Added the mechanism to disable/enable personal spaces on user type
    upgrade/downgrade

    #​11678

  • Enhancement - Respect changed user type in OIDC claim: #​11684

    Ensure that OIDC login correctly interprets user type changes to disable/enable
    personal spaces on user type upgrade/downgrade

    #​11684

  • Enhancement - Drop remote.php prefix: #​11687

    The remote.php prefix is now fully optional in WebDAV endpoints and is never
    returned in responses.

    #​11687

  • Enhancement - Add configurable display attributes: #​11695

    We added new configuration options UserSearchDisplayedAttributes which allows
    to configure the attributes that are displayed in the user search results. We
    are also deprecating the ShowUserEmailInResults configuration option.

    #​11695

  • Enhancement - Bump Web to 12.1.0: #​11710

    #​11710
    https://github.com/owncloud/web/releases/tag/v12.1.0

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | docker.io/owncloud/ocis | 7.2.0 | 7.3.0 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/minor Issue relates to a minor version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Oct 14, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Oct 14, 2025

--- kubernetes/main/apps/self-hosted/ocis/app Kustomization: self-hosted/ocis HelmRelease: self-hosted/ocis

+++ kubernetes/main/apps/self-hosted/ocis/app Kustomization: self-hosted/ocis HelmRelease: self-hosted/ocis

@@ -29,13 +29,13 @@

               PROXY_TLS: false
             envFrom:
             - secretRef:
                 name: ocis-secret
             image:
               repository: docker.io/owncloud/ocis
-              tag: 7.2.0@sha256:a4b42923f0f3c4458660e1485693bf5a8399b8354c75febfedfd07e55590b8ab
+              tag: 7.3.0@sha256:e0bc61f75c8a5a309eed547cebfa7536d90ea49abad8ce1704411911b69d3c09
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -59,13 +59,13 @@

             - /bin/sh
             - -c
             env:
               OCIS_INSECURE: true
             image:
               repository: docker.io/owncloud/ocis
-              tag: 7.2.0@sha256:a4b42923f0f3c4458660e1485693bf5a8399b8354c75febfedfd07e55590b8ab
+              tag: 7.3.0@sha256:e0bc61f75c8a5a309eed547cebfa7536d90ea49abad8ce1704411911b69d3c09
         pod:
           securityContext:
             fsGroup: 1000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 1000
             runAsNonRoot: true

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Oct 14, 2025

--- HelmRelease: self-hosted/ocis Deployment: self-hosted/ocis

+++ HelmRelease: self-hosted/ocis Deployment: self-hosted/ocis

@@ -50,13 +50,13 @@

         command:
         - /bin/sh
         - -c
         env:
         - name: OCIS_INSECURE
           value: 'true'
-        image: docker.io/owncloud/ocis:7.2.0@sha256:a4b42923f0f3c4458660e1485693bf5a8399b8354c75febfedfd07e55590b8ab
+        image: docker.io/owncloud/ocis:7.3.0@sha256:e0bc61f75c8a5a309eed547cebfa7536d90ea49abad8ce1704411911b69d3c09
         name: init-config
         volumeMounts:
         - mountPath: /etc/ocis/web.yaml
           name: config
           readOnly: true
           subPath: web.yaml
@@ -83,13 +83,13 @@

           value: https://files.zinn.ca
         - name: PROXY_TLS
           value: 'false'
         envFrom:
         - secretRef:
             name: ocis-secret
-        image: docker.io/owncloud/ocis:7.2.0@sha256:a4b42923f0f3c4458660e1485693bf5a8399b8354c75febfedfd07e55590b8ab
+        image: docker.io/owncloud/ocis:7.3.0@sha256:e0bc61f75c8a5a309eed547cebfa7536d90ea49abad8ce1704411911b69d3c09
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9200

@szinn szinn merged commit e3e6c3c into main Oct 14, 2025
21 checks passed
@szinn szinn deleted the renovate/main-docker.io-owncloud-ocis-7.x branch October 14, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/minor Issue relates to a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants