Update ghcr.io/mealie-recipes/mealie Docker tag to v3.7.0 #609

Merged
AverageMarcus merged 1 commits from renovate/ghcr.io-mealie-recipes-mealie-3.x into master 2025-12-13 08:31:27 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v3.6.1 -> v3.7.0

Release Notes

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

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

🍴🍴🍴🍴🍴🍴


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 is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | minor | `v3.6.1` -> `v3.7.0` | --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.7.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.7.0) [Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.6.1...v3.7.0) ### 🍴🍴🍴🍴🍴🍴 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](https://github.com/mealie-recipes/mealie/pull/5883) to improve image quality and compression (thanks [@&#8203;1-tempest](https://github.com/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: ```shell docker exec -it mealie bash python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/reprocess_images.py ``` More information [in the docs](https://docs.mealie.io/documentation/getting-started/updating/), 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 - feat: Put calendar directly in the date picker dialogs [@&#8203;noxhirsch](https://github.com/noxhirsch) ([#&#8203;6110](https://github.com/mealie-recipes/mealie/issues/6110)) - feat: Add snack, drink, and dessert [@&#8203;cashpw](https://github.com/cashpw) ([#&#8203;6149](https://github.com/mealie-recipes/mealie/issues/6149)) - feat: frontend autocomplete is diacritics/ligatures insensitive [@&#8203;Noneangel](https://github.com/Noneangel) ([#&#8203;6169](https://github.com/mealie-recipes/mealie/issues/6169)) - feat: Improve Image Minification Logic and Efficiency [@&#8203;1-tempest](https://github.com/1-tempest) ([#&#8203;5883](https://github.com/mealie-recipes/mealie/issues/5883)) - feat: Reprocess image user script [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6704](https://github.com/mealie-recipes/mealie/issues/6704)) - feat: Improve startup workflow UI [@&#8203;miah120](https://github.com/miah120) ([#&#8203;6342](https://github.com/mealie-recipes/mealie/issues/6342)) - feat: autofill default credentials on first login [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6666](https://github.com/mealie-recipes/mealie/issues/6666)) - feat: Add user QueryFilter and improve UI on mobile [@&#8203;p0lycarpio](https://github.com/p0lycarpio) ([#&#8203;6235](https://github.com/mealie-recipes/mealie/issues/6235)) - feat: Suggest HTML importer on URL importer failure [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6685](https://github.com/mealie-recipes/mealie/issues/6685)) #### 🐛 Bug fixes - fix: change log rotation size from 10kb to 10mb [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6648](https://github.com/mealie-recipes/mealie/issues/6648)) - fix: clear cached store data on logout to prevent user data leakage [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6665](https://github.com/mealie-recipes/mealie/issues/6665)) - fix: improve password manager autofill compatibility on login page [@&#8203;henricook](https://github.com/henricook) ([#&#8203;6662](https://github.com/mealie-recipes/mealie/issues/6662)) - fix: Reprocess script UUID handling for postgres [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6705](https://github.com/mealie-recipes/mealie/issues/6705)) #### 🧰 Maintenance <details> <summary>14 changes</summary> - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6649](https://github.com/mealie-recipes/mealie/issues/6649)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6653](https://github.com/mealie-recipes/mealie/issues/6653)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6661](https://github.com/mealie-recipes/mealie/issues/6661)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6671](https://github.com/mealie-recipes/mealie/issues/6671)) - chore(l10n): Crowdin locale sync [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6672](https://github.com/mealie-recipes/mealie/issues/6672)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6675](https://github.com/mealie-recipes/mealie/issues/6675)) - chore(auto): Update pre-commit hooks [@&#8203;github-actions](https://github.com/github-actions) ([#&#8203;6680](https://github.com/mealie-recipes/mealie/issues/6680)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6678](https://github.com/mealie-recipes/mealie/issues/6678)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6686](https://github.com/mealie-recipes/mealie/issues/6686)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6689](https://github.com/mealie-recipes/mealie/issues/6689)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6693](https://github.com/mealie-recipes/mealie/issues/6693)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6694](https://github.com/mealie-recipes/mealie/issues/6694)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6697](https://github.com/mealie-recipes/mealie/issues/6697)) - chore(l10n): New Crowdin updates [@&#8203;hay-kot](https://github.com/hay-kot) ([#&#8203;6701](https://github.com/mealie-recipes/mealie/issues/6701)) </details> #### 📚 Documentation - docs: add theming examples to backend configuration guide [@&#8203;n-winspear](https://github.com/n-winspear) ([#&#8203;6443](https://github.com/mealie-recipes/mealie/issues/6443)) #### 🔨 Internal development - dev: Add `copilot-instructions.md` [@&#8203;michael-genson](https://github.com/michael-genson) ([#&#8203;6659](https://github.com/mealie-recipes/mealie/issues/6659)) #### ⬆️ Dependency updates <details> <summary>17 changes</summary> - chore(deps): update dependency ruff to v0.14.8 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6655](https://github.com/mealie-recipes/mealie/issues/6655)) - fix(deps): update dependency fastapi to v0.123.8 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6640](https://github.com/mealie-recipes/mealie/issues/6640)) - fix(deps): update dependency openai to v2.9.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6656](https://github.com/mealie-recipes/mealie/issues/6656)) - fix(deps): update dependency fastapi to v0.123.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6657](https://github.com/mealie-recipes/mealie/issues/6657)) - fix(deps): update dependency fastapi to v0.123.10 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6660](https://github.com/mealie-recipes/mealie/issues/6660)) - fix(deps): update dependency fastapi to v0.124.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6664](https://github.com/mealie-recipes/mealie/issues/6664)) - fix(deps): update dependency orjson to v3.11.5 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6667](https://github.com/mealie-recipes/mealie/issues/6667)) - chore(deps): update dependency pytest to v9.0.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6670](https://github.com/mealie-recipes/mealie/issues/6670)) - fix(deps): update dependency apprise to v1.9.6 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6677](https://github.com/mealie-recipes/mealie/issues/6677)) - chore(deps): update dependency coverage to v7.13.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6683](https://github.com/mealie-recipes/mealie/issues/6683)) - chore(deps): update node.js to [`9a2ed90`](https://github.com/mealie-recipes/mealie/commit/9a2ed90) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6684](https://github.com/mealie-recipes/mealie/issues/6684)) - fix(deps): update dependency sqlalchemy to v2.0.45 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6687](https://github.com/mealie-recipes/mealie/issues/6687)) - fix(deps): update dependency recipe-scrapers to v15.11.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6691](https://github.com/mealie-recipes/mealie/issues/6691)) - fix(deps): update dependency fastapi to v0.124.2 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6688](https://github.com/mealie-recipes/mealie/issues/6688)) - fix(deps): update dependency openai to v2.11.0 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6696](https://github.com/mealie-recipes/mealie/issues/6696)) - chore(deps): update dependency ruff to v0.14.9 [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6699](https://github.com/mealie-recipes/mealie/issues/6699)) - chore(deps): update node.js to [`20988bc`](https://github.com/mealie-recipes/mealie/commit/20988bc) [@&#8203;renovate](https://github.com/renovate) ([#&#8203;6698](https://github.com/mealie-recipes/mealie/issues/6698)) </details> #### 🙏 New Contributors - [@&#8203;cashpw](https://github.com/cashpw) made their first contribution in [#&#8203;6149](https://github.com/mealie-recipes/mealie/pull/6149) - [@&#8203;Noneangel](https://github.com/Noneangel) made their first contribution in [#&#8203;6169](https://github.com/mealie-recipes/mealie/pull/6169) - [@&#8203;1-tempest](https://github.com/1-tempest) made their first contribution in [#&#8203;5883](https://github.com/mealie-recipes/mealie/pull/5883) - [@&#8203;n-winspear](https://github.com/n-winspear) made their first contribution in [#&#8203;6443](https://github.com/mealie-recipes/mealie/pull/6443) - [@&#8203;henricook](https://github.com/henricook) made their first contribution in [#&#8203;6662](https://github.com/mealie-recipes/mealie/pull/6662) ### 🍴🍴🍴🍴🍴🍴 </details> --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-12-13 03:07:57 +00:00
AverageMarcus merged commit e087a4c70f into master 2025-12-13 08:31:27 +00:00
AverageMarcus deleted branch renovate/ghcr.io-mealie-recipes-mealie-3.x 2025-12-13 08:31:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#609