chore(deps): update container image ghostfolio/ghostfolio to v2.106.0@097aa6b by renovate (#26110)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `2.105.0` -> `2.106.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary>

###
[`v2.106.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21060---2024-09-07)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.105.0...2.106.0)

##### Added

-   Set up a performance logging service
- Added a loading indicator to the queue jobs table in the admin control
panel
- Added a loading indicator to the users table in the admin control
panel
- Added the attribute `mode` to the scraper configuration to get quotes
instantly

##### Changed

-   Reworked the portfolio calculator
- Improved the caching of the portfolio snapshot in the portfolio
calculator by returning cached data and recalculating in the background
when it expires
-   Exposed the log levels as an environment variable (`LOG_LEVELS`)
- Exposed the maximum of chart data items as an environment variable
(`MAX_CHART_ITEMS`)
- Changed the data format of the environment variable `CACHE_QUOTES_TTL`
from seconds to milliseconds
- Changed the data format of the environment variable `CACHE_TTL` from
seconds to milliseconds
-   Removed the environment variable `MAX_ITEM_IN_CACHE`
- Improved the error logs of the scraper configuration test in the asset
profile details dialog of the admin control
-   Improved the language localization for Polish (`pl`)
- Migrated from `cache-manager-redis-store` to `cache-manager-redis-yet`
-   Upgraded `cache-manager` from version `3.4.3` to `5.7.6`
-   Upgraded `prisma` from version `5.18.0` to `5.19.0`

##### Fixed

- Fixed an issue in the view mode toggle of the holdings tab on the home
page (experimental)
- Fixed an issue on the portfolio activities page by loading the data
only once
- Fixed an issue in the carousel component for the testimonial section
on the landing page
- Fixed the historical market data gathering in the *Yahoo Finance*
service by switching from `historical()` to `chart()`
- Handled an exception in the historical market data component of the
asset profile details dialog in the admin control panel

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2024-09-08 02:48:57 +02:00
committed by GitHub
parent caec337cc9
commit 9413675264
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.105.0
appVersion: 2.106.0
dependencies:
- name: common
version: 24.1.14
@@ -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.18.2
version: 6.19.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.105.0@sha256:855e1f97a353a92460cb197e91c1aceda88bfbc9b5b11d1d4912db027cf025aa
tag: 2.106.0@sha256:097aa6bc20d2e8789f2022ce9407e08e4846524488c66108f5382649f51bb093
securityContext:
container:
runAsNonRoot: false