Skip to content

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

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.10.2#73
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 Jan 21, 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.10.2

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.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

🐛 Bug fixes

🧰 Maintenance

14 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

17 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.6.1

Compare Source

🍴🍴🍴🍴🍴🍴

Minor bug fixes to remove some unnecessary backend polling. This release also tests a new workflow which will hopefully update the version in time for the release build.

🐛 Bug fixes

🧰 Maintenance

🍴🍴🍴🍴🍴🍴

v3.6.0

Compare Source

🍴🍴🍴🍴🍴🍴

This version of Mealie comes with a bunch of fixes and stability improvements. So


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 force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from ebac747 to 23429dc Compare February 2, 2026 20:51
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.9.2 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.0 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 23429dc to 2c3d2b7 Compare February 3, 2026 01:56
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.1 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 2c3d2b7 to efcfea0 Compare February 5, 2026 00:38
@renovate renovate bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.1 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.10.2 Feb 5, 2026
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