From c5bf75edb23a63ecafa0f8452943e4ea22524d20 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 8 Aug 2024 02:45:48 +0200 Subject: [PATCH] chore(deps): update container image ghostfolio/ghostfolio to v2.102.0@07ab94a by renovate (#24884) 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://togithub.com/ghostfolio/ghostfolio) | minor | `2.101.0` -> `2.102.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ghostfolio/ghostfolio (ghostfolio/ghostfolio) ### [`v2.102.0`](https://togithub.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21020---2024-08-07) [Compare Source](https://togithub.com/ghostfolio/ghostfolio/compare/2.101.0...2.102.0) ##### Added - Added support to clone an activity from the account detail dialog (experimental) - Added support to edit an activity from the account detail dialog (experimental) - Added support to clone an activity from the holding detail dialog (experimental) - Added support to edit an activity from the holding detail dialog (experimental) ##### Changed - Improved the caching of the benchmarks in the markets overview by returning cached data and recalculating in the background when it expires - Improved the language localization for German (`de`) - Improved the language localization for Polish (`pl`) - Upgraded `Nx` from version `19.5.1` to `19.5.6` ##### Fixed - Fixed the cache flush endpoint response
--- ### 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://togithub.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 c1c0b728431..ca1bde503c7 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.101.0 +appVersion: 2.102.0 dependencies: - name: common version: 24.1.5 @@ -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.13.0 +version: 6.14.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 3dab6530f5b..cdb309a2b11 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.101.0@sha256:68a6c739a31b4c45bad1b864f22a399b1b4540386a6eff3f33a9ca4fb9d07f60 + tag: 2.102.0@sha256:07ab94a6327c859a85f877af3b19e2d79225eb33640556e3d0ff6d2b8083d5b4 securityContext: container: runAsNonRoot: false