Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.20.1v3.27.0

⚠️ This bumps the upstream image (tag + digest) only. Before merging, also bump the Hola bundle version (src/<app>/package.json + src/<app>/src/manifest.json — Hola's semver describes impact on the Hola user, not upstream's number) and review whether the manifest's upgrade/backup blocks need changes. CI regenerates catalog.json on merge.


Release Notes

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

v3.27.0

Compare Source

🍴🍴🍴🍴🍴🍴

This release contains a few critical bug fixes for the previous version, as well as new connectivity testing for AI providers for non-admins.

✨ New features

🐛 Bug fixes

🧰 Maintenance

6 changes

⬆️ Dependency updates

9 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.26.0

Compare Source

🍴🍴🍴🍴🍴🍴

Welcome to the latest release of Mealie! We have tons of new features packed into this one, as well as a large collection of bug fixes. Check them out below 👇

🚨 BREAKING CHANGE

Mealie now checks where its own outgoing requests are going. Anything the server fetches on your behalf, such as importing a recipe from a URL, downloading a recipe image, sending a webhook, or running a recipe action, is only allowed to reach addresses on the public internet.

Webhooks and recipe actions were not checked before, and the checks on recipe imports were narrower than they are now. If any of these pointed at something on your own network, they will stop working after this update.

If you need a target on your own network to keep working, allow it explicitly with HTTP_ALLOW_LIST, which accepts hostnames or CIDRs. To keep a Tailscale host reachable, for example:

HTTP_ALLOW_LIST=100.64.0.0/10

For more information, check out the docs and the in-app announcement.

🎉 Highlights

You can now add substitutions to your ingredients. We support two kinds of substitutions:

Recipe-specific substitutions:
image image
Common substitutions (not tied to specific recipe, edited on the data management page):
image image

Substitutions are (optionally) considered in the recipe finder, too! image


You can now link recipe notes to individual steps: image image

🚨 Breaking changes
✨ New features
🐛 Bug fixes
🧰 Maintenance
14 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
14 changes
🙏 New Contributors
🍴🍴🍴🍴🍴🍴

v3.25.1

Compare Source

🍴🍴🍴🍴🍴🍴

Patch release to fix auth issues when embedding Mealie in an iframe.

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.25.0

Compare Source

🍴🍴🍴🍴🍴🍴

This release comes with an overhaul to Mealie's internal auth, making it more inline with what you generally expect, specifically with "Remember Me" and TOKEN_TIME.

  • Tokens now refresh automatically before they expire. As long as you use the app before your token expires, it will automatically be refreshed with a new token. What this means for users is that you won't be logged-out mid-session, and you shouldn't have to log-in periodically unless you haven't used the app in some time (see TOKEN_TIME changes).
  • Once you close your tab/browser/session, you will be logged-out. To stay logged-in between sessions, check "Remember Me" when logging in. Since this is the opposite behavior of how logins worked before this change, "Remember Me" is checked by default to help ease the learning curve.
  • TOKEN_TIME now defines how long a session will last before expiring. Many instances previously set this value arbitrarily high to prevent users from being logged-out. Now with auto-refresh this is unnecessary, and can be substantially lowered (we recommend turning this down to at most 168 hours, i.e. one week).
⚠️⚠️⚠️ IMPORTANT BREAKING CHANGE FOR APP DEVELOPERS ⚠️⚠️⚠️

GET /api/auth/refresh has been removed, and is instead now a POST API.

🎉 Highlights

  • Overhauled internal auth (see above)
  • You can now delete unused organizers from the data management page
  • You can now leverage a recipe's rating in meal plan rules, cookbooks, and the recipe finder
  • Clicking on a recipe's image or asset will show the the fully expanded image
  • The Meal Planner UI has been reworked to make it easier to use

🚨 Breaking changes

✨ New features

🐛 Bug fixes

🧰 Maintenance

14 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

10 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.24.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

  • The meal planner features a much-improved recipe selector when editing entries directly:
    Screenshot 2026-08-24 at 11 28 34 AM

  • Several improvements have been made to lower idle RAM usage and speed up startup time.

✨ New features

🐛 Bug fixes

🧰 Maintenance

7 changes

🔨 Internal development

⬆️ Dependency updates

19 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.23.1

Compare Source

🍴🍴🍴🍴🍴🍴

Quick fix to a few hints on the new AI page.

🐛 Bug fixes

🍴🍴🍴🍴🍴🍴

v3.23.0

Compare Source

🍴🍴🍴🍴🍴🍴

🎉 Highlights

Simplified AI Imports

Importing recipes with AI has been vastly improved. Rather than several disparate import pages, you now import recipes with AI via the universal "Import with AI" page: image

From here you can also choose several options previously only featured on a handful of pages: image

The internals of how your providers are called has been rewritten as well to break up import tasks into separate calls to your provider, shrinking context windows and producing more consistent results.

Native OIDC endpoints

We now have native OIDC endpoints for OIDC services which only work via passkey (or otherwise don't rely on the browser session), such as Pocket ID and authentik. These should now work for you out of the box (see: #​7804).

✨ New features

🐛 Bug fixes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.22.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.23.1 Aug 18, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch 2 times, most recently from 32c258f to 0c1367e Compare August 25, 2026 16:59
@renovate renovate Bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.23.1 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.24.0 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 0c1367e to 75de76c Compare September 2, 2026 22:13
@renovate renovate Bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.24.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.25.0 Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 75de76c to 3551c77 Compare September 4, 2026 05:10
@renovate renovate Bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.25.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.25.1 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch 2 times, most recently from 9b59ca9 to 8cbbc24 Compare September 14, 2026 05:04
@renovate renovate Bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.25.1 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.26.0 Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 8cbbc24 to eee3282 Compare September 17, 2026 20:06
@renovate renovate Bot changed the title chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.26.0 chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.27.0 Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants