feat(container): update ghcr.io/mealie-recipes/mealie ( v3.20.1 ➔ v3.22.0 ) - #843
Open
renovatebot-mcsrobert[bot] wants to merge 1 commit into
Open
feat(container): update ghcr.io/mealie-recipes/mealie ( v3.20.1 ➔ v3.22.0 )#843renovatebot-mcsrobert[bot] wants to merge 1 commit into
renovatebot-mcsrobert[bot] wants to merge 1 commit into
Conversation
--- kubernetes/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie
+++ kubernetes/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie
@@ -41,13 +41,13 @@
TZ: Europe/Amsterdam
envFrom:
- secretRef:
name: mealie-env
image:
repository: ghcr.io/mealie-recipes/mealie
- tag: v3.20.1@sha256:9b680f5dad8618e69317a005e083a00a699845fb2a72c392a558a4e2898aed20
+ tag: v3.22.0@sha256:36c28f0642fb6c75fae8997a2d55994631b9b4bcffba3016c208fc132a4c1e69
probes:
liveness:
custom: true
enabled: true
spec:
exec: |
--- HelmRelease: default/mealie Deployment: default/mealie
+++ HelmRelease: default/mealie Deployment: default/mealie
@@ -81,13 +81,13 @@
value: '2525'
- name: TZ
value: Europe/Amsterdam
envFrom:
- secretRef:
name: mealie-env
- image: ghcr.io/mealie-recipes/mealie:v3.20.1@sha256:9b680f5dad8618e69317a005e083a00a699845fb2a72c392a558a4e2898aed20
+ image: ghcr.io/mealie-recipes/mealie:v3.22.0@sha256:36c28f0642fb6c75fae8997a2d55994631b9b4bcffba3016c208fc132a4c1e69
livenessProbe:
exec:
command:
- /app/healthcheck.sh
name: mealie
readinessProbe: |
renovatebot-mcsrobert
Bot
force-pushed
the
renovate/ghcr.io-mealie-recipes-mealie-3.x
branch
3 times, most recently
from
July 30, 2026 14:11
22037c1 to
a0eabc7
Compare
…22.0 ) | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------- | | docker | ghcr.io/mealie-recipes/mealie | v3.20.1 | v3.22.0 |
renovatebot-mcsrobert
Bot
force-pushed
the
renovate/ghcr.io-mealie-recipes-mealie-3.x
branch
from
July 30, 2026 15:10
a0eabc7 to
512a845
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.20.1→v3.22.0Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v3.22.0Compare Source
🍴🍴🍴🍴🍴🍴
The previous version of Mealie (v3.21.0) introduced a⚠️ BREAKING CHANGE⚠️ for instances using OIDC: Mealie now requires your OIDC provider to confirm the user's email address before allowing the login. This prevents an unverified, self-asserted email address from being used to match (and sign in) to an existing Mealie account.
If an identity provider does not emit the
email_verifiedclaim, logins now fail. If you cannot configure your identity provider to include theemail_verifiedclaim, you can setOIDC_REQUIRES_EMAIL_VERIFICATIONtofalse(this is not recommended per the above security concerns). See the docs for more details.🎉 Highlights
New to this release, many improvements have been made to make importing recipes more reliable. Mealie does a better job of looking like a real browser, rotates between several browser signatures, and retries more intelligently when a site pushes back. This works out of the box, with no configuration.
For sites sitting behind extra bot protection (such as Cloudflare) server admins have two additional controls:
Both require additional configuration to work. Mealie does not ship or manage either one. You supply the proxy, and host FlareSolverr yourself (it runs nicely as a sidecar container). See the configuration docs for the settings, setup details, and an example compose file.
✨ New features
🐛 Bug fixes
🧰 Maintenance
5 changes
🔨 Internal development
⬆️ Dependency updates
5 changes
🍴🍴🍴🍴🍴🍴
v3.21.0Compare Source
🍴🍴🍴🍴🍴🍴
This release brings a couple new features and a slew of bug fixes.
✨ New features
🐛 Bug fixes
refvar name when adding recipe to shopping list @michael-genson (#7937)🧰 Maintenance
20 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
39 changes
392e1e2@renovate[bot] (#7858)d5adb04@renovate[bot] (#7878)5711a0d@renovate[bot] (#7883)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 Automerge: Enabled.
♻ 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 these updates again.
This PR has been generated by Mend Renovate.