From bbdd781876d8440399a4dad7559b225298e52916 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jun 2026 23:18:40 +0200 Subject: [PATCH] =?UTF-8?q?feat(ghostfolio):=20update=20image=20docker.io/?= =?UTF-8?q?ghostfolio/ghostfolio=203.15.1=20=E2=86=92=203.16.0=20(#49453)?= 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 | `b26215f` → `61d81f9` | --- > [!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.16.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#3160---2026-06-24) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/3.15.1...3.16.0) ##### Added - Extended the user account settings with a copy-to-clipboard button for the user id - Added pagination to the platform management of the admin control panel - Added pagination to the tag management of the admin control panel - Extended the asset profile details dialog of the admin control panel with a copy-to-clipboard button for the ISIN number - Extended the asset profile details dialog of the admin control panel with a copy-to-clipboard button for the symbol ##### Changed - Improved the throughput of the market data gathering queue by applying the rate limit per data source - Decreased the rate limiter duration of the market data gathering queue jobs from 4 to 3 seconds - Removed the deprecated `SymbolProfile` field from the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` - Upgraded `@simplewebauthn/browser` and `@simplewebauthn/server` from version `13.2.2` to `13.3` ##### Fixed - Fixed an issue with hourly market data updates not refreshing prices for asset profiles with `MANUAL` data source - Fixed an issue with the log context formatting in the performance logging service
--- ### 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 b6339b2f131..b354d283104 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.15.1 +appVersion: 3.16.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.21.1 +version: 12.22.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 2f79b4dc423..bd47111ce72 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.15.1@sha256:b26215f6d3403ee7480b89bcd08c8f31cd96f10d628229ce422ad835faf8b593 + tag: 3.16.0@sha256:61d81f929600d56b0052c6881b02fc0116d0ba55edfe98fbea962f78d0355e1f securityContext: container: runAsNonRoot: false