chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v3.3.0 #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-mealie-recipes-mealie-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.2.1->v3.3.0Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v3.3.0: - Overhauled Ingredient ParsingCompare Source
🍴🍴🍴🍴🍴🍴
Welcome to the latest Mealie release!
This update brings a major update to how you parse recipes, home to some of the most heavily-requested features. This update also brings a truckload of fixes to round out some performance issues and fix some fairly-regular annoyances.
❗❗❗Minor breaking change with
TOKEN_TIMEThis PR introduces a maximum for the
TOKEN_TIMEvariable. IfTOKEN_TIMEis greater than87600(10 years, in hours) the application will fail to load. This was introduced as setting too high of a value can cause an overflow error when generating auth tokens, which can be more difficult to debug since the error wouldn't necessarily appear at startup.🎉 Highlights
📋 Semi-automated Ingredient Parser
Mealie v3.3.0 introduces an entirely new workflow to parsing recipes. The new parsing workflow includes many heavily-requested features such as:
Auth Timeout and
iframeSupportUsers have been experiencing issues with authentication, including being logged-out seemingly randomly between sessions (even if
TOKEN_TIMEis set, which is a requirement for longer session times). This update should resolve flaky session times ignoring theTOKEN_TIME.Additionally, support for hosting Mealie in an
iframe(such as via Home Assistant) should be fixed. Note thatiframesupport only works if being served over HTTPS, which is a browser requirement. For more information, see the samesite Cookie header spec.✨ New features
🐛 Bug fixes
🧰 Maintenance
18 changes
📚 Documentation
⬆️ Dependency updates
21 changes
abcf9c9@renovate (#6138)🍴🍴🍴🍴🍴🍴
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 this update again.
This PR has been generated by Renovate Bot.