From da50961306a29f8a007abba0f1d69bcd4bbd06a4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Jan 2025 15:46:57 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.133.1=20=E2=86=92=202.135.0=20(#31101)?= 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 | `cedb067` -> `85b6124` | --- > [!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.135.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21350---2025-01-19) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.134.0...2.135.0) ##### Changed - Moved the language localization for Polski (`pl`) from experimental to general availability - Extended the *Financial Modeling Prep* service - Switched to *ESLint*’s flat config format - Upgraded `chart.js` from version `4.2.0` to `4.4.7` - Upgraded `chartjs-chart-treemap` from version `2.3.1` to `3.1.0` - Upgraded `chartjs-plugin-annotation` from version `2.1.2` to `3.1.0` - Upgraded `eslint` dependencies - Upgraded `nestjs` from version `10.1.3` to `10.4.15` - Upgraded `Nx` from version `20.3.0` to `20.3.2` - Upgraded `reflect-metadata` from version `0.1.13` to `0.2.2` - Upgraded `uuid` from version `11.0.2` to `11.0.5` ### [`v2.134.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21340---2025-01-15) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.133.1...2.134.0) ##### Added - Set up the language localization for Українська (`uk`) ##### Changed - Extended the health check endpoint to include database and cache operations (experimental) - Refactored various `lodash` functions with native JavaScript equivalents - Improved the language localization for German (`de`) - Upgraded `prisma` from version `6.1.0` to `6.2.1` ##### Fixed - Fixed an issue with the import of activities with type `FEE` (where unit price is `0`) - Fixed an issue with the renaming of activities with type `FEE`, `INTEREST`, `ITEM` or `LIABILITY` - Handled an exception in the scraper configuration introduced by the migration from `got` to `fetch`
--- ### 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 6e6b9c8ff01..60306a55e72 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.133.1 +appVersion: 2.135.0 dependencies: - name: common version: 25.3.1 @@ -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.44.1 +version: 6.45.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 8a139d485dd..9d80687f9c9 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.133.1@sha256:cedb0677aa7c3012da3faac13adcdc912ffb9ef42a050cbfa3a976ff9e64e69a + tag: 2.135.0@sha256:85b6124f3607bac0725be7c2e87af27d46bf3142a712409e8ab5353b92d09c64 securityContext: container: runAsNonRoot: false