fix(mealie): update image ghcr.io/mealie-recipes/mealie v3.19.1 → v3.19.2 (#48605)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | patch | `6747299` → `f68e959` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.19.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.19.2) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.19.1...v3.19.2) ### 🍴🍴🍴🍴🍴🍴 This release contains a fix for users with an empty `.secret` file not being able to log-in with local auth. Your `.secret` file will be regenerated with a valid value. Note that this will invalidate existing tokens, including API keys. #### 🐛 Bug fixes - fix: Ensure secret key is not empty [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7701](https://redirect.github.com/mealie-recipes/mealie/issues/7701)) #### 🔨 Internal development - dev: Set renovarte bot PRs to "immediate" [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7690](https://redirect.github.com/mealie-recipes/mealie/issues/7690)) #### ⬆️ Dependency updates <details> <summary>6 changes</summary> - fix(deps): update dependency fastapi to v0.136.3 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7692](https://redirect.github.com/mealie-recipes/mealie/issues/7692)) - chore(deps): update dependency coverage to v7.14.1 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7691](https://redirect.github.com/mealie-recipes/mealie/issues/7691)) - fix(deps): update dependency uvicorn to v0.48.0 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7696](https://redirect.github.com/mealie-recipes/mealie/issues/7696)) - fix(deps): update dependency sqlalchemy to v2.0.50 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7693](https://redirect.github.com/mealie-recipes/mealie/issues/7693)) - fix(deps): update dependency ingredient-parser-nlp to v2.7.0 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7695](https://redirect.github.com/mealie-recipes/mealie/issues/7695)) - chore(deps): lock file maintenance @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7697](https://redirect.github.com/mealie-recipes/mealie/issues/7697)) </details> ### 🍴🍴🍴🍴🍴🍴 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZWFsaWUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.19.1
|
||||
appVersion: 3.19.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/mealie-recipes/mealie
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mealie
|
||||
type: application
|
||||
version: 27.9.1
|
||||
version: 27.9.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/mealie-recipes/mealie
|
||||
tag: v3.19.1@sha256:67472993a2edb2378e92fd84a59b8b2db5f3dc0fa93d7b8e31a2f205372cfc07
|
||||
tag: v3.19.2@sha256:f68e959bf66f4f458893ea58facac71690fe6f2ac7a31466b5cecb41b4e99c02
|
||||
pullPolicy: IfNotPresent
|
||||
mealie:
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user