From 4446c7f3b71ec0bccf990b7362fce03181a1b66e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 13 Jun 2026 01:38:04 +0200 Subject: [PATCH] =?UTF-8?q?feat(ghostfolio):=20update=20image=20docker.io/?= =?UTF-8?q?ghostfolio/ghostfolio=203.8.0=20=E2=86=92=203.9.0=20(#49081)?= 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 | `e3516c1` → `40255e6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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) ### [`v3.9.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#390---2026-06-12) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/3.8.0...3.9.0) ##### Added - Extended the *Public API* with the endpoint to update the asset profile data (`PATCH api/v1/asset-profiles/:dataSource/:symbol`) (experimental) - Added support for a dedicated *OpenRouter* model for the `web_fetch` tool in the `FetchService` ##### Changed - Prefilled the form in the account balance management with the current cash balance - Disabled the selection of future dates in the account balance management - Grouped commodities and cryptocurrencies into the unknown bucket of the allocations by continent, country, currency, market and sector charts on the allocations page - Moved the support for specific calendar year date ranges (`2025`, `2024`, `2023`, etc.) in the assistant from experimental to general availability - Migrated various components from `NgStyle` to style bindings - Improved the language localization for Korean (`ko`) ##### Fixed - Grouped activities without an account into the unknown bucket of the allocations by account and platform charts on the allocations page
--- ### Configuration 📅 **Schedule**: (UTC) - 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 bd927500bbc..481e402c075 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 3.8.0 +appVersion: 3.9.0 dependencies: - name: common version: 29.5.3 @@ -44,5 +44,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 12.14.0 +version: 12.15.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index edafa20742a..5bb9092fe96 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 3.8.0@sha256:e3516c1d15a4bc762b6d506a7be3c4dbcaa6bbcd350d9ecbd3679c4e6fc3990b + tag: 3.9.0@sha256:40255e6d7126086b4d67cad35a80136363a0c4e1cbcbbf85d27c1124a7eecd02 securityContext: container: runAsNonRoot: false