feat(mealie): update image ghcr.io/mealie-recipes/mealie v3.15.1 → v3.16.0 (#47161)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | minor | `62897c8` → `74496ae` | --- > [!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.16.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.16.0) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.15.2...v3.16.0) ### 🍴🍴🍴🍴🍴🍴 This release contains a few fixes, and migrates our PWA manifest to the backend. Among other things, this fixes a bug with the PWA where it doesn't respect your custom theme color if you have it set. #### ✨ New features - feat: Migrate PWA manifest to backend [@​Choromanski](https://redirect.github.com/Choromanski) ([#​7331](https://redirect.github.com/mealie-recipes/mealie/issues/7331)) #### 🐛 Bug fixes - fix: Blank query filter builder fields [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7480](https://redirect.github.com/mealie-recipes/mealie/issues/7480)) - fix: preserve ingredient section titles when parsing recipe ingredients [@​zdenek-stursa](https://redirect.github.com/zdenek-stursa) ([#​7483](https://redirect.github.com/mealie-recipes/mealie/issues/7483)) - fix: Misc frontend layout fixes [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7487](https://redirect.github.com/mealie-recipes/mealie/issues/7487)) #### 🧰 Maintenance - chore: Update yarn deps [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7486](https://redirect.github.com/mealie-recipes/mealie/issues/7486)) #### 📚 Documentation - docs: Added copy button to codeblocks [@​Choromanski](https://redirect.github.com/Choromanski) ([#​7343](https://redirect.github.com/mealie-recipes/mealie/issues/7343)) #### 🔨 Internal development - dev: Enable lockfile maintenance and update deps [@​michael-genson](https://redirect.github.com/michael-genson) ([#​7484](https://redirect.github.com/mealie-recipes/mealie/issues/7484)) #### ⬆️ Dependency updates - chore(deps): update node.js to [`33cf7f0`](https://redirect.github.com/mealie-recipes/mealie/commit/33cf7f0) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7478](https://redirect.github.com/mealie-recipes/mealie/issues/7478)) - fix(deps): update dependency authlib to v1.6.11 \[security] @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7481](https://redirect.github.com/mealie-recipes/mealie/issues/7481)) - fix(deps): update dependency lxml to v6.0.4 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7485](https://redirect.github.com/mealie-recipes/mealie/issues/7485)) #### 🙏 New Contributors - [@​zdenek-stursa](https://redirect.github.com/zdenek-stursa) made their first contribution in [#​7483](https://redirect.github.com/mealie-recipes/mealie/pull/7483) ### 🍴🍴🍴🍴🍴🍴 ### [`v3.15.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.15.2) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.15.1...v3.15.2) ### 🍴🍴🍴🍴🍴🍴 This PR patches path traversal vulnerabilities in migration image imports and media routes. We recommend updating your instance immediately to patch these vulnerabilities. #### 🐛 Bug fixes - fix: path traversal vulnerabilities in migration image imports and media routes [@​hay-kot](https://redirect.github.com/hay-kot) ([#​7474](https://redirect.github.com/mealie-recipes/mealie/issues/7474)) #### ⬆️ Dependency updates - fix(deps): update dependency python-multipart to v0.0.25 @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7470](https://redirect.github.com/mealie-recipes/mealie/issues/7470)) - fix(deps): update dependency python-multipart to v0.0.26 \[security] @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) ([#​7473](https://redirect.github.com/mealie-recipes/mealie/issues/7473)) ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVhbGllIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
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.15.2
|
||||
appVersion: 3.16.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.15
|
||||
@@ -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.2.3
|
||||
version: 27.3.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/mealie-recipes/mealie
|
||||
tag: v3.15.2@sha256:3f1a1bf58774f9b211b91a1f4d30a4a34e1159e6c0dcb6849b3a1067bcb6858e
|
||||
tag: v3.16.0@sha256:74496aed2c5055e3b7b6c4e1bb9b4f16b1f566601582b258a10bae851f19ac24
|
||||
pullPolicy: IfNotPresent
|
||||
mealie:
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user