Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image docker.io/ghostfolio/ghostfolio to v2.122.0 - autoclosed #1041

Closed

Conversation

spicerabot[bot]
Copy link
Contributor

@spicerabot spicerabot bot commented Oct 10, 2024

This PR contains the following updates:

Package Update Change
docker.io/ghostfolio/ghostfolio minor 2.113.0 -> 2.122.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)

v2.122.0

Compare Source

Changed
  • Upgraded countries-list from version 3.1.0 to 3.1.1
Fixed
  • Fixed an issue with the algebraic sign in the chart of the holdings tab on the home page (experimental)
  • Improved the exception handling in the user authorization service
  • Disabled the caching of the benchmarks in the markets overview if sharing the Fear & Greed Index (market mood) is enabled

v2.121.1

Compare Source

Added
  • Set the stack and container names in the docker-compose files (docker-compose.yml, docker-compose.build.yml and docker-compose.dev.yml)
Changed
  • Reverted the permissions (chmod 0700) on entrypoint.sh in the Dockerfile
  • Upgraded the Stripe dependencies

v2.121.0

Compare Source

Added
  • Set the stack and container names in the docker-compose files (docker-compose.yml, docker-compose.build.yml and docker-compose.dev.yml)
Changed
  • Reverted the permissions (chmod 0700) on entrypoint.sh in the Dockerfile
  • Upgraded the Stripe dependencies
Special Thanks

v2.120.0

Compare Source

Added
  • Added support for log levels (LOG_LEVELS) to conditionally log prisma query events (debug or verbose)
Changed
  • Restructured the resources page
  • Renamed the static portfolio analysis rule from Allocation Cluster Risk to Economic Market Cluster Risk (Developed Markets and Emerging Markets)
  • Improved the language localization for German (de)
  • Switched the consistent-generic-constructors rule from warn to error in the eslint configuration
  • Switched the consistent-indexed-object-style rule from warn to off in the eslint configuration
  • Switched the consistent-type-assertions rule from warn to error in the eslint configuration
  • Switched the prefer-optional-chain rule from warn to error in the eslint configuration
  • Upgraded Nx from version 20.0.3 to 20.0.6

v2.119.0

Compare Source

Changed
  • Switched the consistent-type-definitions rule from warn to error in the eslint configuration
  • Switched the no-empty-function rule from warn to error in the eslint configuration
  • Switched the prefer-function-type rule from warn to error in the eslint configuration
  • Upgraded prisma from version 5.20.0 to 5.21.1
Fixed
  • Fixed an issue with the X-axis scale of the dividend timeline on the analysis page
  • Fixed an issue with the X-axis scale of the investment timeline on the analysis page
  • Fixed an issue with the X-axis scale of the portfolio evolution chart on the analysis page
  • Fixed an issue in the calculation of the static portfolio analysis rule: Allocation Cluster Risk (Developed Markets)
  • Fixed an issue in the calculation of the static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)

v2.118.0

Compare Source

Added
  • Added a new static portfolio analysis rule: Allocation Cluster Risk (Developed Markets)
  • Added a new static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)
  • Added support for mutual funds in the EOD Historical Data service
Changed
  • Improved the font colors of the chart of the holdings tab on the home page (experimental)
  • Optimized the dialog sizes for mobile (full screen)
  • Optimized the git-hook via husky to lint only affected projects before a commit
  • Upgraded angular from version 18.1.1 to 18.2.8
  • Upgraded Nx from version 19.5.6 to 20.0.3
Fixed
  • Fixed the warning export was not found in connection with GetValuesParams
  • Quoted the password for the Redis service healthcheck in the docker-compose files (docker-compose.yml and docker-compose.build.yml)

v2.117.0

Compare Source

Added
  • Added the logotype to the footer
  • Added the data providers management to the admin control panel
Changed
  • Improved the backgrounds of the chart of the holdings tab on the home page (experimental)
  • Improved the language localization for German (de)
Fixed
  • Fixed an issue in the carousel component for the testimonial section on the landing page

v2.116.0

Compare Source

Added
  • Extended the content of the Self-Hosting section by the benchmarks concept for Compare with... on the Frequently Asked Questions (FAQ) page
  • Extended the content of the Self-Hosting section by the benchmarks concept for Markets on the Frequently Asked Questions (FAQ) page
  • Set the permissions (chmod 0700) on entrypoint.sh in the Dockerfile
Changed
  • Improved the empty state in the benchmarks of the markets overview
  • Disabled the text hover effect in the chart of the holdings tab on the home page (experimental)
  • Improved the usability to customize the rule thresholds in the X-ray section by introducing units (experimental)
  • Switched to adjusted market prices (splits and dividends) in the get historical functionality of the EOD Historical Data service
  • Improved the language localization for German (de)
Fixed
  • Fixed the usage of the environment variable PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY

v2.115.0

Compare Source

Added
  • Added the name to the tooltip of the chart of the holdings tab on the home page (experimental)
Changed
  • Improved the backgrounds of the chart of the holdings tab on the home page (experimental)
  • Improved the labels of the chart of the holdings tab on the home page (experimental)
  • Improved the usability to customize the rule thresholds in the X-ray section by introducing sliders (experimental)
  • Refactored the rule thresholds in the X-ray section (experimental)
  • Exposed the timeout of the portfolio snapshot computation as an environment variable (PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_TIMEOUT)
  • Harmonized the processor concurrency environment variables
  • Improved the portfolio unit tests to work with exported activity files
  • Enabled the noUnusedLocals compiler option in the tsconfig
  • Enabled the noUnusedParameters compiler option in the tsconfig
Fixed
  • Considered the language of the user settings on login with Security Token
Todo
  • Rename the environment variable from PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE to PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY
  • Rename the environment variable from PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA to PROCESSOR_GATHER_HISTORICAL_MARKET_DATA_CONCURRENCY
  • Rename the environment variable from PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT to PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY

v2.114.0

Compare Source

Added
  • Added a tooltip to the chart of the holdings tab on the home page (experimental)
  • Extended the Public API with the health check endpoint (experimental)
Changed
  • Moved the tags from the info to the user service
  • Switched the prefer-const rule from warn to error in the eslint configuration
Fixed
  • Fixed an exception in the portfolio details endpoint caused by a calculation of the allocations by market

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@spicerabot
Copy link
Contributor Author

spicerabot bot commented Oct 10, 2024

--- kubernetes/apps/selfhosted/ghostfolio/app Kustomization: flux-system/ghostfolio HelmRelease: selfhosted/ghostfolio

+++ kubernetes/apps/selfhosted/ghostfolio/app Kustomization: flux-system/ghostfolio HelmRelease: selfhosted/ghostfolio

@@ -34,13 +34,13 @@

               REDIS_PORT: 6379
             envFrom:
             - secretRef:
                 name: ghostfolio-secret
             image:
               repository: docker.io/ghostfolio/ghostfolio
-              tag: 2.113.0
+              tag: 2.122.0
             resources:
               limits:
                 memory: 500M
               requests:
                 cpu: 10m
                 memory: 100M

@spicerabot
Copy link
Contributor Author

spicerabot bot commented Oct 10, 2024

--- HelmRelease: selfhosted/ghostfolio Deployment: selfhosted/ghostfolio

+++ HelmRelease: selfhosted/ghostfolio Deployment: selfhosted/ghostfolio

@@ -48,13 +48,13 @@

           value: dragonfly.databases.svc.cluster.local
         - name: REDIS_PORT
           value: '6379'
         envFrom:
         - secretRef:
             name: ghostfolio-secret
-        image: docker.io/ghostfolio/ghostfolio:2.113.0
+        image: docker.io/ghostfolio/ghostfolio:2.122.0
         name: app
         resources:
           limits:
             memory: 500M
           requests:
             cpu: 10m

@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from b022c2e to de9a347 Compare October 14, 2024 20:08
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.114.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.115.0 Oct 14, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from de9a347 to 0e1e89a Compare October 17, 2024 16:08
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.115.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.116.0 Oct 17, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 0e1e89a to e3f829b Compare October 19, 2024 20:07
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.116.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.117.0 Oct 19, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from e3f829b to e857664 Compare October 23, 2024 19:06
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.117.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.118.0 Oct 23, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from e857664 to 3c936ec Compare October 26, 2024 09:06
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.118.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.119.0 Oct 26, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 3c936ec to c3343eb Compare October 30, 2024 21:06
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.119.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.120.0 Oct 30, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from c3343eb to 4e43042 Compare November 2, 2024 13:09
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.120.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.121.0 Nov 2, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 4e43042 to 41d17f5 Compare November 2, 2024 22:08
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.121.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.121.1 Nov 2, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 41d17f5 to 0c4705a Compare November 7, 2024 20:08
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.121.1 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.122.0 Nov 7, 2024
@spicerabot spicerabot bot force-pushed the renovate/docker.io-ghostfolio-ghostfolio-2.x branch from 0c4705a to 69b24af Compare November 12, 2024 06:09
@spicerabot spicerabot bot changed the title feat(container): update image docker.io/ghostfolio/ghostfolio to v2.122.0 feat(container): update image docker.io/ghostfolio/ghostfolio to v2.122.0 - autoclosed Nov 12, 2024
@spicerabot spicerabot bot closed this Nov 12, 2024
@spicerabot spicerabot bot deleted the renovate/docker.io-ghostfolio-ghostfolio-2.x branch November 12, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant