From 2d0435f354f3758fc3dc7798b946731ff75b93c4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 27 Jul 2025 20:15:44 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.181.0=20=E2=86=92=202.184.0=20(#37796)?= 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 | `f2a0594` -> `5dee629` | 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.184.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21840---2025-07-22) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.183.0...2.184.0) ##### Added - Set up the language localization for the static portfolio analysis rule: *Regional Market Cluster Risks* (Asia-Pacific) - Set up the language localization for the static portfolio analysis rule: *Regional Market Cluster Risks* (Emerging Markets) - Set up the language localization for the static portfolio analysis rule: *Regional Market Cluster Risks* (Europe) - Set up the language localization for the static portfolio analysis rule: *Regional Market Cluster Risks* (Japan) - Set up the language localization for the static portfolio analysis rule: *Regional Market Cluster Risks* (North America) ##### Changed - Localized the tooltips of the about page - Improved the language localization for Catalan (`ca`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `countries-and-timezones` from version `3.7.2` to `3.8.0` - Upgraded `prisma` from version `6.11.1` to `6.12.0` ##### Fixed - Fixed an issue with the landing page related to the public page routes of the `AuthGuard` ### [`v2.183.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21830---2025-07-20) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.182.0...2.183.0) ##### Added - Set up the language localization for the static portfolio analysis rule: *Economic Market Cluster Risks* (Developed Markets) - Set up the language localization for the static portfolio analysis rule: *Economic Market Cluster Risks* (Emerging Markets) ##### Changed - Extended the export functionality by custom asset profiles - Improved the platform icon in the create or update platform dialog of the admin control - Localized the durations of the coupon system - Refactored the admin pages to standalone - Refactored the Frequently Asked Questions (FAQ) pages to standalone - Refactored the home pages to standalone - Refactored the resources pages to standalone - Refactored the access table component to standalone - Refactored the accounts table component to standalone - Improved the language localization for Catalan (`ca`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for German (`de`) - Improved the language localization for Italian (`it`) - Improved the language localization for Portuguese (`pt`) - Improved the language localization for Spanish (`es`) ##### Fixed - Fixed the horizontal ellipsis icon in the accounts table component - Fixed the quantity value in the update activity dialog - Fixed the static portfolio analysis rule for no accounts: *Account Cluster Risks* (Current Investment) - Fixed the static portfolio analysis rule for no accounts: *Account Cluster Risks* (Single Account) ### [`v2.182.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21820---2025-07-16) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.181.0...2.182.0) ##### Added - Added a message to the assistant if no results have been found - Added the category title to the settings dialog to customize the rule thresholds of the *X-ray* page (experimental) ##### Changed - Improved the label for asset profiles with `MANUAL` data source in the chart of the asset profile details dialog in the admin control panel - Improved the label for asset profiles with `MANUAL` data source in the chart of the holding detail dialog - Skipped errors for the custom asset profiles in the portfolio snapshot calculation - Removed the date range query parameter from the search for the holdings in the assistant - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for French (`fr`) - Improved the language localization for German (`de`) - Improved the language localization for Portuguese (`pt`) - Improved the language localization for Spanish (`es`) ##### Fixed - Fixed an issue with the clone functionality related to a custom asset profile activity
--- ### 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 9f7f37a8478..beebf82ad9f 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.181.0 +appVersion: 2.184.0 dependencies: - name: common version: 28.13.0 @@ -44,5 +44,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.5.0 +version: 8.6.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 32f74d54fea..23e21ac4146 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.181.0@sha256:f2a0594528fe0e7e3aa611102ea9da1e3269cdfdbea0fc39856f3c166ae5a503 + tag: 2.184.0@sha256:5dee629e0ab5be96af62ac3f1a659d89c0c0d868365873ddda07f95dd3e527a8 securityContext: container: runAsNonRoot: false