fix(mealie): update image ghcr.io/mealie-recipes/mealie v3.10.1 → v3.10.2 (#44562)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | patch | `bf48f06` -> `58b54bc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.10.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.10.2) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.10.1...v3.10.2) ### 🍴🍴🍴🍴🍴🍴 Patch release to fix a cache issue with OIDC users. Also includes a fix for some users using a reverse proxy with OIDC. #### 🐛 Bug fixes - fix: use BASE\_URL config for redirect\_url if available [@​whattheschnell](https://redirect.github.com/whattheschnell) ([#​6995](https://redirect.github.com/mealie-recipes/mealie/issues/6995)) - fix: OIDC caching [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7009](https://redirect.github.com/mealie-recipes/mealie/issues/7009)) #### 🧰 Maintenance - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6997](https://redirect.github.com/mealie-recipes/mealie/issues/6997)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​7004](https://redirect.github.com/mealie-recipes/mealie/issues/7004)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​7005](https://redirect.github.com/mealie-recipes/mealie/issues/7005)) #### ⬆️ Dependency updates <details> <summary>5 changes</summary> - chore(deps): update node.js to [`bdc7252`](https://redirect.github.com/mealie-recipes/mealie/commit/bdc7252) [@​renovate](https://redirect.github.com/renovate) ([#​6996](https://redirect.github.com/mealie-recipes/mealie/issues/6996)) - chore(deps): Upgrade to ruff 15.0.0 [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7003](https://redirect.github.com/mealie-recipes/mealie/issues/7003)) - chore(deps): update dependency coverage to v7.13.3 [@​renovate](https://redirect.github.com/renovate) ([#​6998](https://redirect.github.com/mealie-recipes/mealie/issues/6998)) - chore(deps): update node.js to [`1de022d`](https://redirect.github.com/mealie-recipes/mealie/commit/1de022d) - autoclosed [@​renovate](https://redirect.github.com/renovate) ([#​7002](https://redirect.github.com/mealie-recipes/mealie/issues/7002)) - fix(deps): update dependency fastapi to v0.128.1 [@​renovate](https://redirect.github.com/renovate) ([#​7008](https://redirect.github.com/mealie-recipes/mealie/issues/7008)) </details> #### 🙏 New Contributors - [@​whattheschnell](https://redirect.github.com/whattheschnell) made their first contribution in [#​6995](https://redirect.github.com/mealie-recipes/mealie/pull/6995) ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVhbGllIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.10.1
|
||||
appVersion: 3.10.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -25,20 +25,20 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/mealie
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/mealie.webp
|
||||
home: https://truecharts.org/charts/stable/mealie
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp
|
||||
keywords:
|
||||
- grocy
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: mealie
|
||||
sources:
|
||||
- https://ghcr.io/mealie-recipes/mealie
|
||||
- https://github.com/mealie-recipes/mealie
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mealie
|
||||
type: application
|
||||
version: 26.22.0
|
||||
version: 26.22.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/mealie-recipes/mealie
|
||||
tag: v3.10.1@sha256:bf48f06fcb2bd3f242d6f703cd7860f18913df3b1a3c8e8b8194196a8b53f6f6
|
||||
tag: v3.10.2@sha256:58b54bca4c729fcc7f272cfac5086623866430956838de3f5d763fcaf9e64115
|
||||
pullPolicy: IfNotPresent
|
||||
mealie:
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user