From f0ea2fd068657402ddfe71e69332921c9d907f83 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 31 Dec 2024 03:45:08 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.131.0=20=E2=86=92=202.132.0=20(#30482)?= 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 | `0834982` -> `632ebf7` | --- > [!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.132.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21320---2024-12-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.131.0...2.132.0) ##### Added - Added the user interface for received access from others ##### Changed - Improved support for automatic deletion of unused asset profiles when deleting activities - Migrated the coupon redemption to the notification service for prompt dialogs - Refactored `got` calls to use `AbortSignal.timeout()` without `AbortController()` - Improved the language localization for German (`de`) - Eliminated `body-parser` in favor of using `@nestjs/platform-express` - Upgraded the *Stripe* dependencies - Upgraded `angular` from version `18.2.8` to `19.0.5` - Upgraded `husky` from version `9.1.6` to `9.1.7` - Upgraded `marked` from version `12.0.2` to `15.0.4` - Upgraded `ng-extract-i18n-merge` from version `2.12.0` to `2.13.1` - Upgraded `ngx-device-detector` from version `8.0.0` to `9.0.0` - Upgraded `ngx-markdown` from version `18.0.0` to `19.0.0` - Upgraded `Nx` from version `20.1.2` to `20.3.0` - Upgraded `prisma` from version `6.0.1` to `6.1.0` - Upgraded `zone.js` from version `0.14.10` to `0.15.0` ##### Fixed - Fixed an issue with the algebraic sign in the twitter bot service
--- ### 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 9747f98beff..e2c52fe1754 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.131.0 +appVersion: 2.132.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.42.1 +version: 6.43.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 1b293bb9657..d0bc26c722e 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.131.0@sha256:083498236af2ba8bf0c0213b891db608bcb7805eae689e141c438ad4ef28d3ba + tag: 2.132.0@sha256:632ebf7a5b21e06a92ff283a6396f50c8ac520bc2927c92d966b885188a40ab8 securityContext: container: runAsNonRoot: false