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

fix(container): update image docker.io/owncloud/ocis ( 5.0.8 → 5.0.9 ) #4640

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Nov 14, 2024

This PR contains the following updates:

Package Update Change
docker.io/owncloud/ocis patch 5.0.8 -> 5.0.9

Release Notes

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

v5.0.9

Compare Source

The following sections list the changes for 5.0.9.

Summary

  • Bugfix - Thumbnail request limit: #​10280
  • Bugfix - Restart Postprocessing properly: #​10439
  • Change - Define maximum input image dimensions and size when generating previews: #​10270

Details

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

repo-jeeves bot commented Nov 14, 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.8@sha256:1b2b0fa91fc768f22eeacd12e2253c7a3db9a93516d0d3145175de6f170b2710
+        image: docker.io/owncloud/ocis:5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
         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.8@sha256:1b2b0fa91fc768f22eeacd12e2253c7a3db9a93516d0d3145175de6f170b2710
+        image: docker.io/owncloud/ocis:5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9200

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Nov 14, 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.8@sha256:1b2b0fa91fc768f22eeacd12e2253c7a3db9a93516d0d3145175de6f170b2710
+              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
             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.8@sha256:1b2b0fa91fc768f22eeacd12e2253c7a3db9a93516d0d3145175de6f170b2710
+              tag: 5.0.9@sha256:96671605863b38b0b8021400fdb2d843586dfa31451a8c7766f15eabe85d8267
         pod:
           securityContext:
             fsGroup: 1000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 1000
             runAsNonRoot: true

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Nov 14, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.14s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.77s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.26s

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 36ad8bc into main Nov 14, 2024
17 checks passed
@szinn szinn deleted the renovate/main-docker.io-owncloud-ocis-5.x branch November 14, 2024 18:49
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/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant