Skip to content

chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0#77

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-mealie-recipes-mealie-3.x
Open

chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0#77
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-mealie-recipes-mealie-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v3.3.0v3.11.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v3.11.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

  • You can now use a relative date when filtering by "Last Made" in the recipe finder and meal planner! Existing rules using an absolute date will continue to work, but will be updated to a relative date when edited.
    image

  • Ingredients are pluralized more naturally depending on your language. In English, for instance, you will see "2 cups onion chopped" instead of "2 cups onions chopped". Languages where the latter is preferred will keep the old behavior, and some languages (such as Japanese) forego plurals entirely. Check out the PR for more details. Note that this is only applicable for parsed recipes with foods that have both singular and plural forms defined.

  • We've improved the drop down search logic to better match what you type (no more typing "onion" and having to scroll down to the 5th or 6th item to find it). Drop down fields also check aliases now, too!

✨ New features

🐛 Bug fixes

🧰 Maintenance

16 changes

⬆️ Dependency updates

22 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.10.2

Compare Source

🍴🍴🍴🍴🍴🍴

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

🧰 Maintenance

⬆️ Dependency updates

5 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.10.1

Compare Source

🍴🍴🍴🍴🍴🍴

Small release to patch a UI bug in some languages.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

🍴🍴🍴🍴🍴🍴

v3.10.0

Compare Source

🍴🍴🍴🍴🍴🍴

This version of Mealie contains a whole bunch of new features and bug fixes, including first-time contributions from 9 users (and a new bot)! Check out the highlights below 👇

🎉 Highlights

  • When importing a recipe, you can now import the original URL's categories (similar to how you can import tags) (#​6523)

  • You can now use custom OpenAI prompts to overwrite the ones included with Mealie. Check out the docs for more info on how to do this (#​6588)

  • We've migrated our OpenAI implementation to use structured outputs. This means much better support for modern models, which previously didn't support the legacy JSON mode (#​6964)

  • You can now add a full range of dates from the meal planner to your shopping list, instead of adding one day at a time (#​6981):
    image

🚨 Breaking changes

There is a minor breaking change in #​6781: GET requests to /api/households/invitations are now locked to admins only. This doesn't change the invitation flow for users, as requests using a particular invitation are unaffected. Check out the PR for more details.

✨ New features

🐛 Bug fixes

🧰 Maintenance

40 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

27 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.9.2

Compare Source

🍴🍴🍴🍴🍴🍴

Another patch release for a couple small regressions.

🐛 Bug fixes

🧰 Maintenance

🔨 Internal development

⬆️ Dependency updates

🍴🍴🍴🍴🍴🍴

v3.9.1

Compare Source

🍴🍴🍴🍴🍴🍴

Patch release to fix a small regression.

🐛 Bug fixes

🧰 Maintenance

🍴🍴🍴🍴🍴🍴

v3.9.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

  • When navigating to/from the meal planner, your previous date selections are remembered
  • Checking off a shopping list item now has a nice animation
  • Number inputs (e.g. recipe quantity) now use comma separators for the decimal place in locales which use them (e.g. German). They also look nicer!

✨ New features

🐛 Bug fixes

🧰 Maintenance

11 changes

📚 Documentation

⬆️ Dependency updates

9 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.8.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

Security Fixes

#​6743 fixes two security issues

  • A security issue which allows users to access arbitrary system files
  • Updates SafeMarkdown to be more aggressive with which HTML attributes we allow

Both security issues required access to Mealie in order to exploit them.

✨ New features

🐛 Bug fixes

🧰 Maintenance

10 changes

⬆️ Dependency updates

8 changes

🍴🍴🍴🍴🍴🍴

v3.7.0

Compare Source

🍴🍴🍴🍴🍴🍴

The newest version of Mealie includes several new features and quality of life improvements. We've also got five first-time contributors in this release!

ℹ️ IMPORTANT NOTICE

Included in this release we updated our image processing algorithm to improve image quality and compression (thanks @​1-tempest!). This improves all new images added to Mealie moving forward. If you'd like to reprocess your existing images, we've included a user script:

docker exec -it mealie bash
python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/reprocess_images.py

More information in the docs, including some configuration options to speed things up if you have stronger hardware. This process could take several minutes depending on how many recipes you have (and your hardware).

🎉 Highlights

  • Updated image processing algorithm improving image quality and compression
  • You can now choose a snack, drink, and dessert in your meal planner

✨ New features


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 - autoclosed Feb 13, 2026
@renovate renovate bot closed this Feb 13, 2026
@renovate renovate bot deleted the renovate/ghcr.io-mealie-recipes-mealie-3.x branch February 13, 2026 16:53
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 - autoclosed chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 Feb 13, 2026
@renovate renovate bot reopened this Feb 13, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch 3 times, most recently from 5bf1424 to e62d2d0 Compare February 17, 2026 05:40
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0 Feb 17, 2026
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0 - autoclosed Feb 24, 2026
@renovate renovate bot closed this Feb 24, 2026
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0 - autoclosed chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.11.0 Feb 24, 2026
@renovate renovate bot reopened this Feb 24, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch 2 times, most recently from e62d2d0 to 9a7338d Compare February 24, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants