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(oci/ocis)!: Update 5.0.9 ➼ 7.0.0 #1526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Dec 17, 2024

This PR contains the following updates:

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

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


Configuration

📅 Schedule: 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 this update again.


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

This PR has been generated by Renovate Bot.

Copy link

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3e9936e
Status: ✅  Deploy successful!
Preview URL: https://5ec83947.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-docker-io-owncloud-8hfl.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 17, 2024

--- HelmRelease: ocis/ocis Deployment: ocis/ocis

+++ HelmRelease: ocis/ocis Deployment: ocis/ocis

@@ -109,13 +109,13 @@

               key: WEB_OIDC_CLIENT_ID
               name: ocis-secrets
         - name: WEB_OIDC_METADATA_URL
           value: https:///application/o/ocis/.well-known/openid-configuration
         - name: WEB_OIDC_SCOPE
           value: openid profile email groups
-        image: docker.io/owncloud/ocis:5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+        image: docker.io/owncloud/ocis:7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
         name: 01-ocis-init
         resources:
           requests:
             cpu: 1m
             memory: 50Mi
         securityContext:
@@ -184,13 +184,13 @@

               key: WEB_OIDC_CLIENT_ID
               name: ocis-secrets
         - name: WEB_OIDC_METADATA_URL
           value: https:///application/o/ocis/.well-known/openid-configuration
         - name: WEB_OIDC_SCOPE
           value: openid profile email groups
-        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

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 17, 2024

--- kube/deploy/apps/ocis/app Kustomization: flux-system/ocis-app HelmRelease: ocis/ocis

+++ kube/deploy/apps/ocis/app Kustomization: flux-system/ocis-app HelmRelease: ocis/ocis

@@ -74,13 +74,13 @@

                     key: WEB_OIDC_CLIENT_ID
                     name: ocis-secrets
               WEB_OIDC_METADATA_URL: https:///application/o/ocis/.well-known/openid-configuration
               WEB_OIDC_SCOPE: openid profile email groups
             image:
               repository: docker.io/owncloud/ocis
-              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
             resources:
               limits:
                 cpu: 3000m
                 memory: 6Gi
               requests:
                 cpu: 10m
@@ -122,13 +122,13 @@

                     key: WEB_OIDC_CLIENT_ID
                     name: ocis-secrets
               WEB_OIDC_METADATA_URL: https:///application/o/ocis/.well-known/openid-configuration
               WEB_OIDC_SCOPE: openid profile email groups
             image:
               repository: docker.io/owncloud/ocis
-              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
+              tag: 7.0.0@sha256:01812e1147aeb2e5b527f19f645326c0e4c8d701800b4546001d64d0ae1307dc
             resources:
               requests:
                 cpu: 1m
                 memory: 50Mi
             securityContext:
               allowPrivilegeEscalation: false

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