Skip to content

feat(container): update image ghcr.io/tchapi/davis ( 5.3.0 → 5.4.0 )#1215

Merged
ajgon merged 1 commit intomasterfrom
renovate/ghcr.io-tchapi-davis-5.x
Mar 9, 2026
Merged

feat(container): update image ghcr.io/tchapi/davis ( 5.3.0 → 5.4.0 )#1215
ajgon merged 1 commit intomasterfrom
renovate/ghcr.io-tchapi-davis-5.x

Conversation

@robodexo2000
Copy link
Contributor

@robodexo2000 robodexo2000 bot commented Mar 8, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/tchapi/davis minor 5.3.05.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tchapi/davis (ghcr.io/tchapi/davis)

v5.4.0

Compare Source

This release fixes the public calendar behaviour that was not consistent and refactors the birthday service to have a more robust synchronization. The included migration file will take care of doing the necessary changes in the database, 💁🏼‍♂️ do not forget to run the migrations.

[!NOTE]
Dashboard urls parameters for user identification was changed to using the internal user id rather than the user name. If you have links pointing directly to them, they need to be updated

What's Changed
  • Update german translation by @​King3R in #​235
  • Add French translation
  • Lots of CI and Docker build improvements
  • Update to Symfony 7.4
  • Changes in user parameter in dashboard urls
  • Improved and fixed the public calendar feature in #​239
  • Add (limited) API endpoint by @​unkn0wnAPI in #​237
  • Refactored the Birthday service (automatic birthday calendar)
How to upgrade
0. Back up your database

This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.

1. Update the code and migrate

You can now update the code (either directly or get the up to date container), and then run the remaining migrations with:

bin/console doctrine:migrations:migrate --allow-no-migration

Full Changelog: tchapi/davis@v5.3.0...v5.4.0


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 is behind base branch, 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 has been generated by Renovate Bot.

@robodexo2000 robodexo2000 bot requested a review from ajgon as a code owner March 8, 2026 22:23
@robodexo2000 robodexo2000 bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Mar 8, 2026
@robodexo2000
Copy link
Contributor Author

robodexo2000 bot commented Mar 8, 2026

--- HelmRelease: default/davis Deployment: default/davis

+++ HelmRelease: default/davis Deployment: default/davis

@@ -45,13 +45,13 @@

       dnsPolicy: ClusterFirst
       initContainers:
       - command:
         - /bin/sh
         - -c
         - cp -r /var/www/davis/public /web
-        image: ghcr.io/tchapi/davis:5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+        image: ghcr.io/tchapi/davis:5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
         name: 01-public
         resources:
           requests:
             cpu: 5m
             memory: 16Mi
         securityContext:
@@ -109,13 +109,13 @@

           value: '0002'
         - name: WEBDAV_ENABLED
           value: 'false'
         envFrom:
         - secretRef:
             name: davis-secret
-        image: ghcr.io/tchapi/davis:5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+        image: ghcr.io/tchapi/davis:5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
         name: 02-db-migrate
         resources:
           requests:
             cpu: 5m
             memory: 16Mi
         securityContext:
@@ -173,13 +173,13 @@

           value: '0002'
         - name: WEBDAV_ENABLED
           value: 'false'
         envFrom:
         - secretRef:
             name: davis-secret
-        image: ghcr.io/tchapi/davis:5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+        image: ghcr.io/tchapi/davis:5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
         name: app
         resources:
           limits:
             cpu: 1000m
             memory: 512Mi
           requests:

@robodexo2000
Copy link
Contributor Author

robodexo2000 bot commented Mar 8, 2026

--- kubernetes/apps/default/davis Kustomization: default/davis HelmRelease: default/davis

+++ kubernetes/apps/default/davis Kustomization: default/davis HelmRelease: default/davis

@@ -86,13 +86,13 @@

               WEBDAV_ENABLED: 'false'
             envFrom:
             - secretRef:
                 name: davis-secret
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+              tag: 5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
             resources:
               limits:
                 cpu: 1000m
                 memory: 512Mi
               requests:
                 cpu: 50m
@@ -132,13 +132,13 @@

             command:
             - /bin/sh
             - -c
             - cp -r /var/www/davis/public /web
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+              tag: 5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
             resources:
               requests:
                 cpu: 5m
                 memory: 16Mi
             securityContext:
               allowPrivilegeEscalation: false
@@ -173,13 +173,13 @@

               WEBDAV_ENABLED: 'false'
             envFrom:
             - secretRef:
                 name: davis-secret
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 5.3.0@sha256:bae9b2a6b7677a3fd219cf8131be4e7a68043d09bb77104e6a9b5466086b2402
+              tag: 5.4.0@sha256:2b13d1e1016a1e804e5b52ef1f5c02e93ec2290d371e184a1bcb74b438ea2aeb
             resources:
               requests:
                 cpu: 5m
                 memory: 16Mi
             securityContext:
               allowPrivilegeEscalation: false

@robodexo2000 robodexo2000 bot force-pushed the renovate/ghcr.io-tchapi-davis-5.x branch from d98956b to 4afa0ef Compare March 9, 2026 04:52
@robodexo2000 robodexo2000 bot force-pushed the renovate/ghcr.io-tchapi-davis-5.x branch from 4afa0ef to 37236b2 Compare March 9, 2026 07:11
@ajgon ajgon merged commit 4f5914e into master Mar 9, 2026
13 checks passed
@ajgon ajgon deleted the renovate/ghcr.io-tchapi-davis-5.x branch March 9, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant