Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/mealie-recipes/mealie ( v2.7.1 → v2.8.0 ) #3489

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

shipwasher[bot]
Copy link
Contributor

@shipwasher shipwasher bot commented Mar 18, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v2.7.1 -> v2.8.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)

v2.8.0: - New Ingredient Parser Package

Compare Source

🍴🍴🍴🍴🍴🍴
🎉 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 for some sites.

✨ New features
🐛 Bug fixes
🧰 Maintenance
16 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
17 changes
🙏 New Contributors
New Contributors

Full Changelog: mealie-recipes/mealie@v2.7.1...v2.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@shipwasher shipwasher bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Mar 18, 2025
@shipwasher
Copy link
Contributor Author

shipwasher bot commented Mar 18, 2025

--- kubernetes/main/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie

+++ kubernetes/main/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie

@@ -56,13 +56,13 @@

             envFrom:
             - secretRef:
                 name: mealie-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/mealie-recipes/mealie
-              tag: v2.7.1
+              tag: v2.8.0
             resources:
               limits:
                 memory: 512M
               requests:
                 cpu: 10m
         initContainers:

@shipwasher
Copy link
Contributor Author

shipwasher bot commented Mar 18, 2025

--- HelmRelease: default/mealie Deployment: default/mealie

+++ HelmRelease: default/mealie Deployment: default/mealie

@@ -84,13 +84,13 @@

           value: '1'
         - name: WORKERS_PER_CORE
           value: '1'
         envFrom:
         - secretRef:
             name: mealie-secret
-        image: ghcr.io/mealie-recipes/mealie:v2.7.1
+        image: ghcr.io/mealie-recipes/mealie:v2.8.0
         imagePullPolicy: IfNotPresent
         name: app
         resources:
           limits:
             memory: 512M
           requests:

@wipash wipash merged commit 1cb1bca into main Mar 23, 2025
12 of 13 checks passed
@wipash wipash deleted the renovate/ghcr.io-mealie-recipes-mealie-2.x branch March 23, 2025 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant