From 866ee22ae76a197996036e4d32e3d773f8232bbb Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 3 Feb 2026 23:53:23 +0100 Subject: [PATCH] =?UTF-8?q?feat(ghostfolio):=20update=20image=20docker.io/?= =?UTF-8?q?ghostfolio/ghostfolio=202.234.0=20=E2=86=92=202.235.0=20(#44517?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `105ef91` -> `2f16640` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio) ### [`v2.235.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22350---2026-02-03) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.234.0...2.235.0) ##### Added - Added the ability to fetch top holdings for ETF and mutual fund assets from *Yahoo Finance* - Added support for the impersonation mode in the endpoint `GET api/v1/account/:id/balances` - Added an action menu to the user detail dialog in the users section of the admin control panel ##### Changed - Optimized the value redaction interceptor for the impersonation mode by introducing `fast-redact` - Refactored `showTransactions` in favor of `showActivitiesCount` in the accounts table component - Refactored `transactionCount` in favor of `activitiesCount` in the accounts table component - Deprecated `transactionCount` in favor of `activitiesCount` in the endpoint `GET api/v1/admin` - Removed the deprecated `firstBuyDate` in the portfolio calculator - Upgraded `yahoo-finance2` from version `3.11.2` to `3.13.0`
--- ### 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 398eccab7a6..44cfb257f5f 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.234.0 +appVersion: 2.235.0 dependencies: - name: common version: 28.29.49 @@ -49,5 +49,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.74.2 +version: 8.75.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index ad55ef0eff2..18b70005930 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.234.0@sha256:105ef91f6c42195918e75fcee8175bc1e3e6cab8edd34de9067d3d57c2088f25 + tag: 2.235.0@sha256:2f166401d3a2ff99c274707a6e918bf7148e4eeb9522f74cddc66b1b7ccd9a07 securityContext: container: runAsNonRoot: false