Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/mealie-recipes/mealie to v2.5.0 #5826

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v2.4.2 -> v2.5.0

Release Notes

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

v2.5.0: - More Household Features, Security Fixes

Compare Source

🍴🍴🍴🍴🍴🍴
🎉 Highlights
Features
  • Migrated the "Last Made" and "On Hand" features to the household level for improved organization and usability.
  • Redesigned the FAQ section in our documentation, featuring collapsible spoilers for better readability.
🔒 Security

As part of this release, we are addressing three security vulnerabilities kindly reported by @​m10x. These vulnerabilities involved privilege escalation at the household level, allowing users to manipulate their own household permissions, such as invitations, data management, and more. Additionally, one vulnerability allowed users to create share links for recipes belonging to other groups if they had access to the recipe ID.

It is important to note that these vulnerabilities could only be exploited by users with an existing account on your Mealie instance. Nonetheless, we recommend updating to this version.

🕐Kitchen Timer

In this release, we are removing the kitchen timer from the recipe page. After discussion about enhancing this feature (#​4467), we concluded that we cannot support a timer that functions only when the screen is on and the app is in the foreground.

✨ New features
🐛 Bug fixes
🧰 Maintenance
12 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
23 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 requested a review from Vikaspogu as a code owner January 22, 2025 18:33
@404-bot 404-bot bot added the area/kubernetes Changes made in the kubernetes directory label Jan 22, 2025
Copy link

--- kubernetes/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie

+++ kubernetes/apps/default/mealie/app Kustomization: flux-system/mealie HelmRelease: default/mealie

@@ -54,13 +54,13 @@

             envFrom:
             - secretRef:
                 name: mealie-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/mealie-recipes/mealie
-              tag: v2.4.2
+              tag: v2.5.0
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

Copy link

--- HelmRelease: default/mealie Deployment: default/mealie

+++ HelmRelease: default/mealie Deployment: default/mealie

@@ -75,13 +75,13 @@

           value: '1'
         - name: WORKERS_PER_CORE
           value: '1'
         envFrom:
         - secretRef:
             name: mealie-secret
-        image: ghcr.io/mealie-recipes/mealie:v2.4.2
+        image: ghcr.io/mealie-recipes/mealie:v2.5.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:

@Vikaspogu Vikaspogu merged commit 74cee7b into main Jan 24, 2025
5 checks passed
@Vikaspogu Vikaspogu deleted the renovate/ghcr.io-mealie-recipes-mealie-2.x branch January 24, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant