chore(deps): update container image ghostfolio/ghostfolio to v2.98.0@aebdb70 by renovate (#24464)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghostfolio/ghostfolio](https://togithub.com/ghostfolio/ghostfolio) | minor | `2.97.0` -> `2.98.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.98.0`](https://togithub.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#2980---2024-07-27) [Compare Source](https://togithub.com/ghostfolio/ghostfolio/compare/2.97.0...2.98.0) ##### Added - Set up the language localization for Catalan (`ca`) ##### Changed - Improved the account selector of the create or update activity dialog - Improved the handling of the numerical precision in the value component - Skipped derived currencies in the get quotes functionality of the data provider service - Improved the language localization for Spanish (`es`) - Upgraded `angular` from version `18.0.4` to `18.1.1` - Upgraded `Nx` from version `19.4.3` to `19.5.1` - Upgraded `prisma` from version `5.16.1` to `5.17.0` ##### Fixed - Fixed the dividend import from a data provider for holdings without an account - Fixed an issue in the public page related to a non-existent access </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
This commit is contained in:
parent
ec8d544f2c
commit
44abcace92
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.97.0
|
||||
appVersion: 2.98.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -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.10.1
|
||||
version: 6.11.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.97.0@sha256:9f331542c29b9d0b90681c3675aca811f7d84c0c2d7656788125b8ea94898378
|
||||
tag: 2.98.0@sha256:aebdb70329c99fb3303599005e3807def90a5a11f06edf9a30e5e82aae9f9b78
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
|
Loading…
Reference in New Issue