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

fix(container): update docker.io/ghostfolio/ghostfolio ( 2.133.0 → 2.133.1 ) #261

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

rk-1b[bot]
Copy link
Contributor

@rk-1b rk-1b bot commented Jan 9, 2025

This PR contains the following updates:

Package Update Change
docker.io/ghostfolio/ghostfolio patch 2.133.0 -> 2.133.1

Release Notes

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

v2.133.1

Compare Source

Added
  • Added a Copy AI prompt to clipboard action to the analysis page (experimental)
Changed
  • Improved the usability of the Copy link to clipboard action by adding a confirmation on success in the access table to share the portfolio
  • Improved the endpoint to fetch the logo of an asset or a platform by sending the original MIME type
  • Eliminated got in favor of using fetch
  • Changed the REDIS_HOST from localhost to redis in .env.example
  • Changed the Postgres host from localhost to postgres in .env.example
  • Changed the Postgres image from postgres:15 to postgres:15-alpine in the docker-compose files
  • Introduced extends in the docker-compose files
  • Improved the language localization for German (de)
  • Refreshed the cryptocurrencies list
  • Upgraded envalid from version 7.3.1 to 8.0.0
  • Upgraded replace-in-file from version 7.0.1 to 8.3.0
Fixed
  • Improved the handling of a missing url in the endpoint to fetch the logo of an asset or a platform
  • Fixed the Storybook setup

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.

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Jan 9, 2025

--- HelmRelease: default/ghostfolio Deployment: default/ghostfolio

+++ HelmRelease: default/ghostfolio Deployment: default/ghostfolio

@@ -49,13 +49,13 @@

           value: dragonfly.database.svc.cluster.local.
         - name: REDIS_PORT
           value: '6379'
         envFrom:
         - secretRef:
             name: ghostfolio-secret
-        image: docker.io/ghostfolio/ghostfolio:2.133.0@sha256:e3863eb0996a468f6a4ad9c281a2192a24900197834d0bed599fde8080c5d533
+        image: docker.io/ghostfolio/ghostfolio:2.133.1@sha256:cedb0677aa7c3012da3faac13adcdc912ffb9ef42a050cbfa3a976ff9e64e69a
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/v1/health
             port: 3333
           initialDelaySeconds: 0

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Jan 9, 2025

--- kubernetes/main/apps/default/ghostfolio/app Kustomization: flux-system/ghostfolio HelmRelease: default/ghostfolio

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

@@ -41,13 +41,13 @@

               REDIS_PORT: 6379
             envFrom:
             - secretRef:
                 name: ghostfolio-secret
             image:
               repository: docker.io/ghostfolio/ghostfolio
-              tag: 2.133.0@sha256:e3863eb0996a468f6a4ad9c281a2192a24900197834d0bed599fde8080c5d533
+              tag: 2.133.1@sha256:cedb0677aa7c3012da3faac13adcdc912ffb9ef42a050cbfa3a976ff9e64e69a
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@rkoosaar rkoosaar merged commit c55bd4f into main Jan 10, 2025
9 checks passed
@rkoosaar rkoosaar deleted the renovate/main-docker.io-ghostfolio-ghostfolio-2.x branch January 10, 2025 10:10
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