-
Notifications
You must be signed in to change notification settings - Fork 15
feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.5.0 ) #5554
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.5.0 ) #5554
renovate
wants to merge
1
commit into
main
from
renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x
+1
−1
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
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
90e749f to
f2233f7
Compare
f2233f7 to
be10bed
Compare
be10bed to
af520f5
Compare
af520f5 to
187e196
Compare
187e196 to
caea19c
Compare
caea19c to
1d1e89c
Compare
1d1e89c to
80c610c
Compare
80c610c to
1f749d3
Compare
1f749d3 to
9952084
Compare
9952084 to
14ac592
Compare
… → v3.5.0 ) | datasource | package | from | to | | ---------- | ----------------------------- | ------ | ------ | | docker | ghcr.io/mealie-recipes/mealie | v2.7.1 | v3.5.0 |
14ac592 to
84ad563
Compare
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:
v2.7.1->v3.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v3.5.0Compare Source
🍴🍴🍴🍴🍴🍴
Welcome to the latest release of Mealie! This release contains a minor breaking change; the flow for downloading a recipe .zip has been simplified and no longer requires a zip token. If you are leveraging the .zip API, you'll want to update your scripts.
🎉 Highlights
🚨 Breaking changes
✨ New features
DELETE /{slug}/image@chollinger93 (#6259)🐛 Bug fixes
🧰 Maintenance
14 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
6 changes
55b6bbe@renovate (#6503)e5bbac0@renovate (#6507)7f80506@renovate (#6539)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
v3.4.0Compare Source
🍴🍴🍴🍴🍴🍴
This release contains mostly bug fixes, though we fit in a few features for you too!
🎉 Highlights
You can now set the default activity per-device (thanks @miah120!). Upon logging-in (or opening the PWA). You can choose to navigate to:
This can be configured in your profile. By default, your default activity will be the recipes page (just like how it used to be before this update).
✨ New features
🐛 Bug fixes
x-forwarded-protoheader when determining auth cookie samesite attribute @michael-genson (#6383)crossorigin: "use-credentials"with PWA manifest @michael-genson (#6430)🧰 Maintenance
25 changes
📚 Documentation
⬆️ Dependency updates
36 changes
58644f2@renovate (#6418)a2a7dcc@renovate (#6422)23c24e8@renovate (#6424)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
v3.3.2Compare Source
🍴🍴🍴🍴🍴🍴
This release contains bug-fixes related to authentication and fixes a breaking change related to long passwords (>72 bytes). No action is needed for users with long passwords, though it may be worth checking out the PR for more information.
✨ New features
🐛 Bug fixes
🧰 Maintenance
8 changes
📚 Documentation
⬆️ Dependency updates
7 changes
2bb201f@renovate (#6295)v3.3.1Compare Source
🍴🍴🍴🍴🍴🍴
This release contains few minor bug fixes that can impact users trying the ingredient parser for the first time.
🐛 Bug fixes
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
9 changes
d367fd3@renovate (#6292)🍴🍴🍴🍴🍴🍴
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)🍴🍴🍴🍴🍴🍴
v3.2.1Compare Source
🍴🍴🍴🍴🍴🍴
A quick bug fix release to fix state issues on the recipe explorer overview page.
🐛 Bug fixes
📚 Documentation
⬆️ Dependency updates
🍴🍴🍴🍴🍴🍴
v3.2.0Compare Source
🍴🍴🍴🍴🍴🍴
❗❗❗Important Notice for PWA (Mobile) Users
TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!
The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).
A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, remove/uninstall your old PWA and re-install it.
🎉 Highlights
✨ New features
🐛 Bug fixes
breaksoption to markdown rendering, to get old linebreak behaviour @fleshgolem (#6156)🧰 Maintenance
21 changes
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.
This PR was generated by Mend Renovate. View the repository job log.