Update Mealie v3.5.0 → v3.10.2 - Major Stability and Feature Improvements#34
Open
BookJJun-IJ wants to merge 3 commits intoYundera:mainfrom
Open
Update Mealie v3.5.0 → v3.10.2 - Major Stability and Feature Improvements#34BookJJun-IJ wants to merge 3 commits intoYundera:mainfrom
BookJJun-IJ wants to merge 3 commits intoYundera:mainfrom
Conversation
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.
Update Mealie v3.5.0 → v3.10.2 - Major Stability and Feature Improvements
Description
This update addresses user-reported issues (slow performance, login persistence bugs, recipe access failures) by upgrading Mealie from v3.5.0 to v3.10.2 and improving the container configuration.
User Feedback Addressed:
Version Changes (v3.5.0 → v3.10.2)
v3.6.0 - Login Persistence Fix (Critical)
v3.7.0 - Image Processing & UI Improvements
v3.8.0 - Security Patches
v3.9.0 - UX Improvements
v3.10.0 - Major Feature Release
v3.10.1 & v3.10.2 - Patches
Configuration Changes
1. Version Upgrade
Old:
ghcr.io/mealie-recipes/mealie:v3.5.0New:
ghcr.io/mealie-recipes/mealie:v3.10.22. BASE_URL Fix
Old:
BASE_URL: https://mealie-$domainNew:
BASE_URL: https://mealie-${APP_DOMAIN}3. Resource Limits Added
cpu_shares: 70(Interactive with Heavy Tasks)4. Caddy Labels Added
caddy=mealie-${APP_DOMAIN}for reverse proxy routingcaddy.reverse_proxy={{upstreams 80}}5. Network Configuration
pcsexternal network for proper routing6. Removed Healthcheck
7. Removed pre-install-cmd
How This Fixes User-Reported Issues
Security Checklist
user: $PUID:$PGIDv3.10.2(no:latest)Functionality Checklist
/DATA/AppData/mealie/data/Documentation Checklist
Testing
Links