Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update image docker.io/owncloud/ocis ( 5.0.9 → 7.0.0 ) #4816

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Dec 17, 2024

This PR contains the following updates:

Package Update Change
docker.io/owncloud/ocis major 5.0.9 -> 7.0.0

Release Notes

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

v7.0.0

Compare Source

The following sections list the changes for 7.0.0.

Summary

  • Bugfix - Generate short tokens to be used as access tokens for WOPI: #​10391
  • Bugfix - Fix put relative wopi operation for microsoft: #​10403
  • Bugfix - Make SSE keepalive interval configurable: #​10411
  • Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: #​10425
  • Bugfix - Micro registry cache fixes: #​10429
  • Bugfix - Fix the memlimit loglevel: #​10433
  • Bugfix - Log GRPC requests in debug mode: #​10438
  • Bugfix - Restart Postprocessing properly: #​10439
  • Bugfix - Allow to configure data server URL for ocm: #​10440
  • Bugfix - Respect proxy url when validating proofkeys: #​10462
  • Bugfix - Return wopi lock header in get lock response: #​10470
  • Bugfix - 'ocis backup consistency' fixed for file revisions: #​10493
  • Bugfix - Wait for services to be ready before registering them: #​10498
  • Bugfix - Fix 0-byte file uploads: #​10500
  • Bugfix - Fixed sharedWithMe response for OCM shares: #​10501
  • Bugfix - Fix gateway nats checks: #​10502
  • Bugfix - Fix idp guest role default assignment: #​10511
  • Bugfix - Remove mbreaker: #​10524
  • Bugfix - Fix impersonated request user mismatch: #​10548
  • Bugfix - Fix federated sharing when using an external IDP: #​10567
  • Bugfix - Fix node cache ttl updates: #​10575
  • Bugfix - We now limit the number of workers of the jsoncs3 share manager: #​10578
  • Bugfix - Set MaxConcurrency to 1: #​10580
  • Bugfix - Reuse go-micro service clients: #​10582
  • Bugfix - Make collaboration service use a gateway selector: #​10584
  • Bugfix - Return an error if we can't get the keys and ensure they're cached: #​10590
  • Bugfix - Fix status code for thumbnail requests: #​10592
  • Bugfix - Fix the activity field mapping: #​10593
  • Bugfix - Fix deny access for graph roles: #​10627
  • Bugfix - Fix link activity message: #​10663
  • Bugfix - Fix possible race condition when a thumbnails is stored in the FS: #​10693
  • Bugfix - Skip fetching members: #​10701
  • Bugfix - Fix FileInfo BreadcrumbFolderURL: #​10718
  • Bugfix - Fix graph drives response for federated shares: #​10730
  • Bugfix - GetLastModified property in the REPORT response will use RFC1123 format: #​10738
  • Bugfix - Unifi logging: #​10743
  • Bugfix - Fix FileInfo BreadcrumbFolderURL upd: #​10757
  • Bugfix - Bump Reva: #​10766
  • Enhancement - Create thumbnails for GGP MIME types: #​10304
  • Enhancement - Include a product name in the collaboration service: #​10335
  • Enhancement - Add web extensions to the ocis_full example: #​10399
  • Enhancement - Remove deprecated CLI commands: #​10432
  • Enhancement - Bump cs3api: #​10449
  • Enhancement - Bump reva to latest: #​10472
  • Enhancement - Concurrent userlog processing: #​10504
  • Enhancement - Concurrent autoaccept for shares: #​10507
  • Enhancement - Fetch shared resource metadata concurrently in graph: #​10683
  • Enhancement - Update web to v11.0.6: #​10755

Details

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

repo-jeeves bot commented Dec 17, 2024

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

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

@@ -35,13 +35,13 @@

               PROXY_TLS: false
             envFrom:
             - secretRef:
                 name: ocis-secret
             image:
               repository: docker.io/owncloud/ocis
-              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -65,13 +65,13 @@

             - /bin/sh
             - -c
             env:
               OCIS_INSECURE: true
             image:
               repository: docker.io/owncloud/ocis
-              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
         pod:
           securityContext:
             fsGroup: 1000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 1000
             runAsNonRoot: true

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Dec 17, 2024

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

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

@@ -49,13 +49,13 @@

         command:
         - /bin/sh
         - -c
         env:
         - name: OCIS_INSECURE
           value: 'true'
-        image: docker.io/owncloud/ocis:5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+        image: docker.io/owncloud/ocis:7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
         name: init-config
         volumeMounts:
         - mountPath: /etc/ocis/web.yaml
           name: config
           readOnly: true
           subPath: web.yaml
@@ -82,13 +82,13 @@

           value: https://files...PLACEHOLDER_SECRET_DOMAIN_NAME..
         - name: PROXY_TLS
           value: 'false'
         envFrom:
         - secretRef:
             name: ocis-secret
-        image: docker.io/owncloud/ocis:5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+        image: docker.io/owncloud/ocis:7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9200

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Dec 17, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.07s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 3.21s
✅ YAML prettier 1 0 0.43s
✅ YAML yamllint 1 0 0.38s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@szinn szinn merged commit a6da876 into main Dec 17, 2024
16 checks passed
@szinn szinn deleted the renovate/main-docker.io-owncloud-ocis-7.x branch December 17, 2024 11:40
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/major Issue relates to a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant