From 8877b11a25174d534993cae3bdeac7ab1efbeaa1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 19 Mar 2025 09:30:14 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/mealie-?= =?UTF-8?q?recipes/mealie=20v2.7.1=20=E2=86=92=20v2.8.0=20(#33410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | minor | `708e9ff` -> `63aef46` | --- > [!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
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie) ### [`v2.8.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v2.8.0): - New Ingredient Parser Package [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v2.7.1...v2.8.0) ### 🍴🍴🍴🍴🍴🍴 #### πŸŽ‰ Highlights ##### πŸ“‘ New Ingredient Parser Mealie now uses a new Ingredient Parser package, making future development easier β€” especially for adding support for languages beyond English. While some inputs may be interpreted differently, our testing shows that improvements and regressions generally balance out. So overall parsing performance remains the same. ##### πŸ”Scraper Improvements Nutritional data is now extracted directly from our scraper library, including additional information beyond the recipe schema. This improves the accuracy and completeness. #### ✨ New features - feat: Migrate from CRF++ to Ingredient Parser (a Python package) [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5061](https://redirect.github.com/mealie-recipes/mealie/issues/5061)) - feat: Use recipe_scrapers metadata for more accurate parsing [@​eric-hoffmann](https://redirect.github.com/eric-hoffmann) ([#​5165](https://redirect.github.com/mealie-recipes/mealie/issues/5165)) - *feat: Update seeding to use new foods list format - round 2* - reverted due to crowdin limits [@​Cameronwyatt](https://redirect.github.com/Cameronwyatt) ([#​5189](https://redirect.github.com/mealie-recipes/mealie/issues/5189)) - feat: OIDC: Call userinfo if no claims found in id token [@​cmintey](https://redirect.github.com/cmintey) ([#​5228](https://redirect.github.com/mealie-recipes/mealie/issues/5228)) #### πŸ› Bug fixes - fix: Filter out null chars from OpenAI response [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5187](https://redirect.github.com/mealie-recipes/mealie/issues/5187)) - fix: Case Insensitive Query Filters [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5162](https://redirect.github.com/mealie-recipes/mealie/issues/5162)) - fix: Revert "feat: Update seeding to use new foods list format - round 2" [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5208](https://redirect.github.com/mealie-recipes/mealie/issues/5208)) - fix: PostgreSQL capitalization [@​TeaRex-coder](https://redirect.github.com/TeaRex-coder) ([#​5220](https://redirect.github.com/mealie-recipes/mealie/issues/5220)) #### 🧰 Maintenance
16 changes - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5131](https://redirect.github.com/mealie-recipes/mealie/issues/5131)) - chore: Renovate Ignore Python Upgrades [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5134](https://redirect.github.com/mealie-recipes/mealie/issues/5134)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5135](https://redirect.github.com/mealie-recipes/mealie/issues/5135)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5142](https://redirect.github.com/mealie-recipes/mealie/issues/5142)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5145](https://redirect.github.com/mealie-recipes/mealie/issues/5145)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5149](https://redirect.github.com/mealie-recipes/mealie/issues/5149)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5161](https://redirect.github.com/mealie-recipes/mealie/issues/5161)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​5167](https://redirect.github.com/mealie-recipes/mealie/issues/5167)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5174](https://redirect.github.com/mealie-recipes/mealie/issues/5174)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5175](https://redirect.github.com/mealie-recipes/mealie/issues/5175)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5176](https://redirect.github.com/mealie-recipes/mealie/issues/5176)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5179](https://redirect.github.com/mealie-recipes/mealie/issues/5179)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​5200](https://redirect.github.com/mealie-recipes/mealie/issues/5200)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​5229](https://redirect.github.com/mealie-recipes/mealie/issues/5229)) - chore: Bump Ruff to 0.11.0 [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5233](https://redirect.github.com/mealie-recipes/mealie/issues/5233)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5185](https://redirect.github.com/mealie-recipes/mealie/issues/5185))
#### πŸ“š Documentation - docs(auto): Update image tag, for release v2.7.1 [@​github-actions](https://redirect.github.com/github-actions) ([#​5129](https://redirect.github.com/mealie-recipes/mealie/issues/5129)) - docs: Re-add missing environment variable documentation [@​brycied00d](https://redirect.github.com/brycied00d) ([#​5199](https://redirect.github.com/mealie-recipes/mealie/issues/5199)) - docs: faq.md: fix paths to scripts [@​myxor](https://redirect.github.com/myxor) ([#​5201](https://redirect.github.com/mealie-recipes/mealie/issues/5201)) #### πŸ”¨ Internal development - dev: chown commandhistory to correct user during devcontainer creation [@​eric-hoffmann](https://redirect.github.com/eric-hoffmann) ([#​5166](https://redirect.github.com/mealie-recipes/mealie/issues/5166)) #### ⬆️ Dependency updates
17 changes - chore(deps): update dependency ruff to v0.9.9 [@​renovate](https://redirect.github.com/renovate) ([#​5130](https://redirect.github.com/mealie-recipes/mealie/issues/5130)) - fix(deps): update dependency bcrypt to v4.3.0 [@​renovate](https://redirect.github.com/renovate) ([#​5127](https://redirect.github.com/mealie-recipes/mealie/issues/5127)) - fix(deps): update dependency ingredient-parser-nlp to v2 [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5137](https://redirect.github.com/mealie-recipes/mealie/issues/5137)) - fix(deps): update dependency authlib to v1.5.1 [@​renovate](https://redirect.github.com/renovate) ([#​5138](https://redirect.github.com/mealie-recipes/mealie/issues/5138)) - fix(deps): update dependency fastapi to v0.115.10 [@​renovate](https://redirect.github.com/renovate) ([#​5139](https://redirect.github.com/mealie-recipes/mealie/issues/5139)) - chore(deps): update dependency mkdocs-material to v9.6.6 [@​renovate](https://redirect.github.com/renovate) ([#​5141](https://redirect.github.com/mealie-recipes/mealie/issues/5141)) - fix(deps): update dependency openai to v1.65.2 [@​renovate](https://redirect.github.com/renovate) ([#​5147](https://redirect.github.com/mealie-recipes/mealie/issues/5147)) - fix(deps): update dependency fastapi to v0.115.11 [@​renovate](https://redirect.github.com/renovate) ([#​5150](https://redirect.github.com/mealie-recipes/mealie/issues/5150)) - fix(deps): update dependency rapidfuzz to v3.12.2 [@​renovate](https://redirect.github.com/renovate) ([#​5159](https://redirect.github.com/mealie-recipes/mealie/issues/5159)) - chore(deps): update dependency pytest to v8.3.5 [@​renovate](https://redirect.github.com/renovate) ([#​5158](https://redirect.github.com/mealie-recipes/mealie/issues/5158)) - chore(deps): update dependency mkdocs-material to v9.6.7 [@​renovate](https://redirect.github.com/renovate) ([#​5163](https://redirect.github.com/mealie-recipes/mealie/issues/5163)) - fix(deps): update dependency openai to v1.65.3 [@​renovate](https://redirect.github.com/renovate) ([#​5180](https://redirect.github.com/mealie-recipes/mealie/issues/5180)) - fix(deps): update dependency jinja2 to v3.1.6 \[security] [@​renovate](https://redirect.github.com/renovate) ([#​5183](https://redirect.github.com/mealie-recipes/mealie/issues/5183)) - fix(deps): update dependency openai to v1.65.4 [@​renovate](https://redirect.github.com/renovate) ([#​5182](https://redirect.github.com/mealie-recipes/mealie/issues/5182)) - chore(deps): update dependency ruff to v0.9.10 [@​renovate](https://redirect.github.com/renovate) ([#​5188](https://redirect.github.com/mealie-recipes/mealie/issues/5188)) - fix(deps): update dependency recipe-scrapers to v15.6.0 [@​renovate](https://redirect.github.com/renovate) ([#​5198](https://redirect.github.com/mealie-recipes/mealie/issues/5198)) - chore(deps): update dependency pylint to v3.3.5 [@​renovate](https://redirect.github.com/renovate) ([#​5194](https://redirect.github.com/mealie-recipes/mealie/issues/5194)) - chore(deps): update dependency mkdocs-material to v9.6.9 [@​renovate](https://redirect.github.com/renovate) ([#​5209](https://redirect.github.com/mealie-recipes/mealie/issues/5209))
#### πŸ™ New Contributors #### New Contributors * @​eric-hoffmann made their first contributi[https://github.com/mealie-recipes/mealie/pull/5166](https://redirect.github.com/mealie-recipes/mealie/pull/5166)l/5166 * @​brycied00d made their first contributi[https://github.com/mealie-recipes/mealie/pull/5199](https://redirect.github.com/mealie-recipes/mealie/pull/5199)l/5199 * @​myxor made their first contributi[https://github.com/mealie-recipes/mealie/pull/5201](https://redirect.github.com/mealie-recipes/mealie/pull/5201)l/5201 * @​TeaRex-coder made their first contributi[https://github.com/mealie-recipes/mealie/pull/5220](https://redirect.github.com/mealie-recipes/mealie/pull/5220)l/5220 **Full Changelog**: https://github.com/mealie-recipes/mealie/compare/v2.7.1...v2.8.0
--- ### 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. --- - [ ] 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). --------- Signed-off-by: Alfred GΓΆppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred GΓΆppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/mealie/Chart.yaml | 4 ++-- charts/stable/mealie/values.yaml | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 83b464db69d..af5f3493f9c 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.7.1 +appVersion: 2.8.0 dependencies: - name: common version: 25.4.10 @@ -32,4 +32,4 @@ sources: - https://github.com/mealie-recipes/mealie - https://github.com/truecharts/charts/tree/master/charts/stable/mealie type: application -version: 24.8.0 +version: 24.9.0 diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index dd22b3055aa..7c5a6140826 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/mealie-recipes/mealie - tag: v2.7.1@sha256:708e9ffb843bafdcebf46ee35bb45d1b003518e8c204483a1da039b4076ef980 + tag: v2.8.0@sha256:63aef46d90975d9cf9c0fdb9399fc2fe36acd222e1db6be99c504b9ccdbee967 pullPolicy: IfNotPresent mealie: frontend: @@ -88,6 +88,14 @@ persistence: main: main: mountPath: /app/data + nltk: + enabled: true + type: emptyDir + size: 5Gi + targetSelector: + main: + main: + mountPath: /nltk_data cnpg: main: enabled: true