Skip to content

Update ghostfolio/ghostfolio Docker tag to v3.42.0 - #45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghostfolio-ghostfolio-3.x
Open

Update ghostfolio/ghostfolio Docker tag to v3.42.0#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghostfolio-ghostfolio-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghostfolio/ghostfolio minor 3.32.03.42.0

Release Notes

ghostfolio/ghostfolio (ghostfolio/ghostfolio)

v3.42.0

Compare Source

Changed
  • Improved the usability of the portfolio summary by collapsing the Holdings and Cash breakdowns by default
  • Extended the support of the Exclude from Analysis tag from accounts to activities
  • Optimized the performance of the search in the assistant by reusing the cached portfolio snapshot
  • Improved the validation of the import functionality when referencing an asset profile with the data source MANUAL
  • Improved the validation of the endpoint to add a custom asset profile in the admin control panel
Fixed
  • Fixed the fuzzy search for the holdings in the assistant

v3.41.0

Compare Source

Added
  • Added support for the account platforms in the activities import
  • Added the database model and endpoints to manage the stock splits of an asset profile (experimental)
Changed
  • Improved the usability of the admin control panel by eliminating the page reload on changing a setting
  • Improved the usability of the admin control panel by eliminating the page reload on deleting an asset profile
  • Improved the usability of the admin control panel by eliminating the page reload on flushing the cache
  • Improved the usability of the admin control panel by eliminating the page reload on gathering historical market data
  • Improved the language localization for German (de)
Fixed
  • Fixed the loading state in the user detail dialog of the admin control panel’s users section
  • Fixed a race condition where the portfolio snapshot computation was completed before its result had been cached, causing a redundant recomputation
  • Fixed an endless loop in the portfolio snapshot computation if the computed result could not be read from the cache

v3.40.0

Compare Source

Changed
  • Improved the style of the read-only tags in the tags selector component
  • Improved the language localization for Chinese (zh)
  • Upgraded nestjs from version 11.1.27 to 11.1.28
Fixed
  • Fixed the handling of the Exclude from Analysis tag in the activities table
  • Fixed the persistence of an empty comment in the create or update account dialog
  • Resolved a validation error caused by empty strings in the asset profile details dialog of the admin control panel

v3.39.0

Compare Source

Changed
  • Harmonized the data format of the export functionality
  • Removed the deprecated firstOrderDate attribute from the GET api/v2/portfolio/performance endpoint response
  • Removed the deprecated isExcluded attribute of the account in favor of the Exclude from Analysis tag including a data migration
  • Improved the language localization for German (de)
  • Upgraded prisma from version 7.8.0 to 7.9.1
Fixed
  • Fixed the scroll behavior of the page content behind an open dialog
  • Fixed the export functionality to only include the accounts of the exported activities if a filter is applied

v3.38.0

Compare Source

Added
  • Added support for the date range filter in the export functionality
  • Added support for the date range filter on the portfolio activities page
Changed
  • Improved the style of the tabs in the account detail dialog on mobile
  • Improved the style of the tabs in the holding detail dialog on mobile
  • Improved the style of the tabs in the asset profile dialog of the admin control panel on mobile
  • Improved the style of the empty state in the Fear & Greed Index component
  • Added the activity count to the delete menu item of the activities table
  • Added the activity count to the deletion confirmation dialog of the activities table
  • Improved the style of the type filter in the activities table component (experimental)
  • Improved the search functionality by trimming the query
  • Improved the log output in the search functionality of the Yahoo Finance service for unsupported queries
  • Improved the performance of the property service by caching the properties in memory
  • Improved the validation of the query parameters in the activities endpoints
  • Improved the language localization for German (de)
Fixed
  • Fixed the calendar year date range in time zones with a negative UTC offset
  • Fixed the deletion of activities to respect the activity type filter on the activities page (experimental)
  • Fixed the deletion of activities to respect the date range filter on the activities page
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Asset Class Cluster Risks (Equity)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Asset Class Cluster Risks (Fixed Income)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Currency Cluster Risks (Investment)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Currency Cluster Risks (Investment: Base Currency)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Economic Market Cluster Risks (Developed Markets)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Economic Market Cluster Risks (Emerging Markets)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Regional Market Cluster Risks (Asia-Pacific)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Regional Market Cluster Risks (Emerging Markets)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Regional Market Cluster Risks (Europe)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Regional Market Cluster Risks (Japan)
  • Fixed the static portfolio analysis rule for a portfolio with no holdings: Regional Market Cluster Risks (North America)

v3.37.0

Compare Source

Added
  • Added an empty state to the Fear & Greed Index component
  • Added a Storybook story for the Fear & Greed Index component
Changed
  • Moved the tags to the overview tab of the account detail dialog (experimental)
  • Moved the tags to the overview tab of the holding detail dialog
  • Consolidated the markets pages into a single route where the Fear & Greed Index is controlled by permission
  • Refactored the line chart components to share the common chart configuration
  • Improved the language localization for Spanish (es)
  • Improved the language localization for Ukrainian (uk)
Fixed
  • Ignored future-dated account balances in the portfolio calculation

v3.36.0

Compare Source

Added
  • Added an overview tab to the account detail dialog
  • Added the tags (read-only) to the account detail dialog (experimental)
Changed
  • Improved the portfolio summary tab on the home page
  • Improved the language localization for German (de)
  • Upgraded @openrouter/ai-sdk-provider from version 2.9.1 to 3.0.0
  • Upgraded ai from version 6.0.174 to 7.0.37
Fixed
  • Fixed the time in market of the portfolio summary to be empty if there is no activity
  • Fixed an issue with the delete button in the activities filter component
  • Fixed the tags in the read-only mode of the tags selector component

v3.35.0

Compare Source

Added
  • Added a loading indicator to the access table to share the portfolio
Changed
  • Improved the portfolio summary by presenting the cash and the holdings as a breakdown of the total assets
  • Improved the FIRE calculator by including the cash which is not part of the emergency fund
  • Improved the performance calculation and the value of the portfolio by excluding cash denominated in the base currency
  • Extended the portfolio details endpoint to include the total assets and the total cash in the portfolio summary
  • Deprecated firstOrderDate in favor of dateOfFirstActivity in the GET api/v2/portfolio/performance endpoint
  • Improved the log output in the get asset profile functionality of the Financial Modeling Prep service for delisted asset profiles
  • Refreshed the cryptocurrencies list
  • Upgraded prettier from version 3.8.4 to 3.9.6
Fixed
  • Resolved an exception in the user service when getting a non-existent user
  • Fixed the missing currency in the get quotes functionality of the Financial Modeling Prep service for cryptocurrencies without an asset profile

v3.34.0

Compare Source

Changed
  • Included cash in the performance calculation of the portfolio
  • Moved the support for tags in the account from experimental to general availability
  • Improved the user experience of the users table in the admin control panel by eliminating the reload when opening and closing the user detail dialog
  • Upgraded countup.js from version 2.10.0 to 2.10.1
  • Upgraded dotenv from version 17.2.3 to 17.4.2
  • Upgraded dotenv-expand from version 12.0.3 to 13.0.0
  • Upgraded fuse.js from version 7.3.0 to 7.5.0
Fixed
  • Fixed the Add activity link of the onboarding on the overview tab of the home page to open the create activity dialog
  • Fixed the link of the no activities info component to open the create activity dialog
  • Resolved an exception in the POST api/v1/activities endpoint when creating an activity with the update account balance option but without an account

v3.33.0

Compare Source

Added
  • Added the stack trace logging for MaxListenersExceededWarning occurrences
Changed
  • Moved the support to create custom tags from experimental to general availability
  • Recomputed the portfolio snapshot calculation in the background on a portfolio change
  • Improved the deduplication of the portfolio snapshot calculation jobs by considering the filters
  • Refactored the deprecated animation providers (provideAnimations() and provideNoopAnimations())
  • Improved the language localization for German (de)
  • Improved the language localization for Polish (pl)
Fixed
  • Fixed an issue with the localization in the FIRE page
  • Improved the spacing in the testimonial section on the landing page

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@xRahul

xRahul commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Updates the ghostfolio service image in docker-compose.yml from version 3.32.0 to 3.38.0.

Changes

Ghostfolio deployment update

Layer / File(s) Summary
Update Ghostfolio image tag
docker-compose.yml
The ghostfolio service image changes from ghostfolio/ghostfolio:3.32.0 to ghostfolio/ghostfolio:3.38.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • xRahul/Pi-setup#21: Previously updated the Ghostfolio image tag in the same Docker Compose field.
  • xRahul/Pi-setup#25: Also updated the ghostfolio/ghostfolio image tag in docker-compose.yml.
  • xRahul/Pi-setup#27: Updated the Ghostfolio image tag in the same Docker Compose service.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the Docker tag update, but it specifies version 3.42.0 instead of the changed version 3.38.0.

Comment @coderabbitai help to get the list of available commands.

@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.33.0 Update ghostfolio/ghostfolio Docker tag to v3.34.0 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from 776395e to 3e6867b Compare July 25, 2026 21:09
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.34.0 Update ghostfolio/ghostfolio Docker tag to v3.35.0 Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from 3e6867b to 97dafbd Compare July 27, 2026 22:46
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.35.0 Update ghostfolio/ghostfolio Docker tag to v3.37.0 Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from 97dafbd to 9438c0d Compare July 30, 2026 21:59
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.37.0 Update ghostfolio/ghostfolio Docker tag to v3.38.0 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch 2 times, most recently from cb16ba7 to 506cf9e Compare August 1, 2026 16:41
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.38.0 Update ghostfolio/ghostfolio Docker tag to v3.39.0 Aug 1, 2026
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.39.0 Update ghostfolio/ghostfolio Docker tag to v3.40.0 Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from 506cf9e to cb45bcf Compare August 2, 2026 14:26
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.40.0 Update ghostfolio/ghostfolio Docker tag to v3.41.0 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from cb45bcf to 0913fbf Compare August 3, 2026 21:53
@renovate
renovate Bot force-pushed the renovate/ghostfolio-ghostfolio-3.x branch from 0913fbf to e3c8aa6 Compare August 4, 2026 22:35
@renovate renovate Bot changed the title Update ghostfolio/ghostfolio Docker tag to v3.41.0 Update ghostfolio/ghostfolio Docker tag to v3.42.0 Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant