feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 2.252.0 → 2.254.0 (#46946)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `84b7801` → `1ae235b` | --- > [!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 <details> <summary>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.254.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22540---2026-03-10) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.253.0...2.254.0) ##### Added - Added loan as an asset sub class ##### Changed - Extended the asset profile details dialog in the admin control panel to support editing countries for all asset types - Extended the asset profile details dialog in the admin control panel to support editing sectors for all asset types - Migrated the data collection for the *Open Startup* (`/open`) page to the queue design pattern - Improved the language localization for German (`de`) - Upgraded `lodash` from version `4.17.23` to `4.18.1` ##### Fixed - Improved the style of the activity type component ### [`v2.253.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22530---2026-03-06) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.252.0...2.253.0) ##### Added - Added support for filtering by activity type on the activities page (experimental) - Extended the admin control panel by adding a copy-to-clipboard button for the application version ##### Changed - Extended the terms of service for the *Ghostfolio* SaaS (cloud) to include *Paid Plans* and *Refund Policy* - Upgraded `prisma` from version `6.19.0` to `6.19.3` ##### Fixed - Fixed the allocations by account chart on the allocations page in the *Presenter View* - Fixed the allocations by asset class chart on the allocations page in the *Presenter View* - Fixed the allocations by currency chart on the allocations page in the *Presenter View* - Fixed the allocations by ETF provider chart on the allocations page in the *Presenter View* - Fixed the allocations by platform chart on the allocations page in the *Presenter View* </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2hvc3Rmb2xpbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.252.0
|
||||
appVersion: 2.254.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.10
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
type: application
|
||||
version: 10.2.0
|
||||
version: 10.3.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.252.0@sha256:84b780153e604f8c0cb72af4ae40a63528283e6ccbeead5252326a2bebda6844
|
||||
tag: 2.254.0@sha256:1ae235bf49252121fb19d44a40ff5a700a2034dda9efc6dde8a263600e63dade
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user