From 40e2b92783d975d01c93dcb98bf9607d3082c281 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 11 Sep 2024 02:38:54 +0200 Subject: [PATCH] chore(deps): update container image ghostfolio/ghostfolio to v2.107.0@1deca69 by renovate (#26221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `2.106.0` -> `2.107.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ghostfolio/ghostfolio (ghostfolio/ghostfolio) ### [`v2.107.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21070---2024-09-10) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.106.0...2.107.0) ##### Added - Extended the filters of the activities endpoint by `dataSource` and `symbol` ##### Changed - Migrated the portfolio snapshot calculation to the queue design pattern - Optimized the asynchronous operations using `Promise.all()` in the info service - Optimized the asynchronous operations using `Promise.all()` in the admin control panel endpoint - Extracted the users from the admin control panel endpoint to a dedicated endpoint - Improved the language localization for French (`fr`) - Improved the language localization for Italian (`it`) - Upgraded `bull` from version `4.10.4` to `4.16.2`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate). --- charts/stable/ghostfolio/Chart.yaml | 4 ++-- charts/stable/ghostfolio/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 3ce807490ee..1aa6356d448 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.106.0 +appVersion: 2.107.0 dependencies: - name: common version: 24.1.15 @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 6.19.1 +version: 6.20.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 57261fa4169..fb8a4486c8e 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -1,7 +1,7 @@ image: repository: ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.106.0@sha256:097aa6bc20d2e8789f2022ce9407e08e4846524488c66108f5382649f51bb093 + tag: 2.107.0@sha256:1deca69f7f38689b822d28b0edc21de126398f238cac19f51e7bcaf65eb41209 securityContext: container: runAsNonRoot: false