volschin / home-ops

Repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://k8s.olschi.de/
MIT License
2 stars 0 forks source link

feat(container): update image docker.io/ghostfolio/ghostfolio ( 2.104.1 → 2.105.0 ) #667

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
docker.io/ghostfolio/ghostfolio minor 2.104.1 -> 2.105.0 OpenSSF Scorecard

Release Notes

ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio) ### [`v2.105.0`](https://togithub.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21050---2024-08-21) [Compare Source](https://togithub.com/ghostfolio/ghostfolio/compare/2.104.1...2.105.0) ##### Added - Added support to deactivate rules in the *X-ray* section (experimental) ##### Changed - Improved the language localization for German (`de`) ##### Fixed - Fixed the currency conversion for fees and values in the dividend import by applying the correct rate based on the activity date - Fixed the currency conversion for fees and values in the activities service by applying the correct rate based on the activity date

Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 7pm every weekday" in timezone Europe/Berlin, 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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 weeks ago
--- kubernetes/apps/finance/ghostfolio/app Kustomization: flux-system/ghostfolio HelmRelease: finance/ghostfolio

+++ kubernetes/apps/finance/ghostfolio/app Kustomization: flux-system/ghostfolio HelmRelease: finance/ghostfolio

@@ -39,13 +39,13 @@

               REDIS_PORT: 6379
             envFrom:
             - secretRef:
                 name: ghostfolio-secret
             image:
               repository: docker.io/ghostfolio/ghostfolio
-              tag: 2.104.1@sha256:db3274150d2525b909cee463c1dd684c5a918668b89690eafc6c0849012ac2ec
+              tag: 2.105.0@sha256:855e1f97a353a92460cb197e91c1aceda88bfbc9b5b11d1d4912db027cf025aa
             resources:
               requests:
                 cpu: 100m
                 memory: 256Mi
         initContainers:
           init-db:
github-actions[bot] commented 3 weeks ago
--- HelmRelease: finance/ghostfolio Deployment: finance/ghostfolio

+++ HelmRelease: finance/ghostfolio Deployment: finance/ghostfolio

@@ -48,13 +48,13 @@

           value: dragonfly.database.svc.cluster.local.
         - name: REDIS_PORT
           value: '6379'
         envFrom:
         - secretRef:
             name: ghostfolio-secret
-        image: docker.io/ghostfolio/ghostfolio:2.104.1@sha256:db3274150d2525b909cee463c1dd684c5a918668b89690eafc6c0849012ac2ec
+        image: docker.io/ghostfolio/ghostfolio:2.105.0@sha256:855e1f97a353a92460cb197e91c1aceda88bfbc9b5b11d1d4912db027cf025aa
         name: app
         resources:
           requests:
             cpu: 100m
             memory: 256Mi