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 1 forks source link

feat(container): update image docker.io/ghostfolio/ghostfolio ( 2.114.0 → 2.115.0 ) #990

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change OpenSSF
docker.io/ghostfolio/ghostfolio minor 2.114.0 -> 2.115.0 OpenSSF Scorecard

Release Notes

ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio) ### [`v2.115.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21150---2024-10-14) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.114.0...2.115.0) ##### Added - Added the name to the tooltip of the chart of the holdings tab on the home page (experimental) ##### Changed - Improved the backgrounds of the chart of the holdings tab on the home page (experimental) - Improved the labels of the chart of the holdings tab on the home page (experimental) - Improved the usability to customize the rule thresholds in the *X-ray* section by introducing sliders (experimental) - Refactored the rule thresholds in the *X-ray* section (experimental) - Exposed the timeout of the portfolio snapshot computation as an environment variable (`PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_TIMEOUT`) - Harmonized the processor concurrency environment variables - Improved the portfolio unit tests to work with exported activity files - Enabled the `noUnusedLocals` compiler option in the `tsconfig` - Enabled the `noUnusedParameters` compiler option in the `tsconfig` ##### Fixed - Considered the language of the user settings on login with *Security Token* ##### Todo - Rename the environment variable from `PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE` to `PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY` - Rename the environment variable from `PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA` to `PROCESSOR_GATHER_HISTORICAL_MARKET_DATA_CONCURRENCY` - Rename the environment variable from `PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT` to `PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY`

Configuration

📅 Schedule: Branch creation - "after 7am,before 7pm" 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 2 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.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e
+              tag: 2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003
             resources:
               requests:
                 cpu: 100m
                 memory: 256Mi
         initContainers:
           init-db:
github-actions[bot] commented 2 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.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e
+        image: docker.io/ghostfolio/ghostfolio:2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003
         name: app
         resources:
           requests:
             cpu: 100m
             memory: 256Mi