chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.4 #724

Open
renovate-bot wants to merge 1 commit from renovate/ghcr.io-tandoorrecipes-recipes-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/tandoorrecipes/recipes minor 2.5.3 -> 2.6.4

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)

v2.6.4

Compare Source

v2.6.3

Compare Source

  • fixed issue in migration deleting meal plan entries #​4570

If you had previously migrated to 2.6.0 or 2.6.1 and multiple users had meal plans that had the same name and all created meal plans those from some of these users might have been deleted by the migration.
There are two paths to recover the old meal plans should they be relevant to you:

  1. Load a pre 2.6.0 backup, update to 2.6.3 and everything works again
  2. Clear the cookbook_mealplan and cookbook_mealtype tables and load their content from a backup. Check if cookbook_mealtype contains duplicate names and if so update all mealplans to one of them and delete the duplicates. After that everything should work again.

v2.6.2

Compare Source

v2.6.1

Compare Source

⚠️ if you did not have ALLOWED_HOSTS set before this update you will need to set it to your host, otherwise Tandoor will no longer work. This is important to prevent security issues.

v2.6.0: Households and Pantry

Compare Source


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://github.com/TandoorRecipes/recipes) | minor | `2.5.3` -> `2.6.4` | --- > :warning: **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)</summary> ### [`v2.6.4`](https://github.com/TandoorRecipes/recipes/releases/tag/2.6.4) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.6.3...2.6.4) - **added** Household setup page and default creation to welcome stepper - **added** django migration records to admin - **fixed** food shopping sub endpoint not validating amount and unit inputs https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-8w8h-3pv2-3554 - **fixed** a shared user could make changes to a book trough the API https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-xvmf-cfrq-4j8f - **fixed** style tags allowed in rendered markdown could lead to CSS injection in third party clients that did not properly clean the output on the frontend https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-9hhh-g2fc-r8x2 - **fixed** recipe batch update endpoint could be used to update private recipes of other space members if the ID was known https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-v8x3-w674-55p5 - **fixed** performance issues on some admin views - **fixed** admins can accidentally lock themselves out of their space - **fixed** category order jumping in shopping list when checking and not having any supermarket selected [#&#8203;4446](https://github.com/TandoorRecipes/recipes/issues/4446) - **fixed** selecting no supermarket in shopping not working - **removed** shopping list entries and meal plans from previously shopping shared users being shown - **updated** dependencies ### [`v2.6.3`](https://github.com/TandoorRecipes/recipes/releases/tag/2.6.3) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.6.2...2.6.3) - **fixed** issue in migration deleting meal plan entries [#&#8203;4570](https://github.com/TandoorRecipes/recipes/issues/4570) If you had previously migrated to 2.6.0 or 2.6.1 **and** multiple users had meal plans that had the same name **and** all created meal plans those from some of these users might have been deleted by the migration. There are two paths to recover the old meal plans should they be relevant to you: 1. Load a pre 2.6.0 backup, update to 2.6.3 and everything works again 2. Clear the `cookbook_mealplan` and `cookbook_mealtype` tables and load their content from a backup. Check if `cookbook_mealtype` contains duplicate names and if so update all mealplans to one of them and delete the duplicates. After that everything should work again. ### [`v2.6.2`](https://github.com/TandoorRecipes/recipes/compare/2.6.1...2.6.2) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.6.1...2.6.2) ### [`v2.6.1`](https://github.com/TandoorRecipes/recipes/releases/tag/2.6.1) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.6.0...2.6.1) - **fixed** forbidden issue on login (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4556](https://github.com/TandoorRecipes/recipes/issues/4556)) - **fixed** insecure default setting for `ALLOWED_HOSTS` https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-x636-4jx6-xc4w - **fixed** storage editor URL field missing :warning: if you did not have `ALLOWED_HOSTS` set before this update you will need to set it to your host, otherwise Tandoor will no longer work. This is important to prevent security issues. ### [`v2.6.0`](https://github.com/TandoorRecipes/recipes/releases/tag/2.6.0): Households and Pantry [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.5.3...2.6.0) - **added** :house: Households - Shopping, Planning and the Pantry are automatically shared between members of a household - :warning: previously shared items are no longer shared/visible. Please create a household for each group of space members that should share this data. - thanks to [@&#8203;smilerz](https://github.com/smilerz) for fixing all the tests and bugs and improving efficiency [#&#8203;4484](https://github.com/TandoorRecipes/recipes/issues/4484) [#&#8203;4544](https://github.com/TandoorRecipes/recipes/issues/4544) - **added** :package: Pantry (Inventory Booking) - configure multiple locations (freezer, shelf, ...) where you book foods in, out and inbetween - track expiry dates for different foods - quickly find shelf lives for frozen foods - integrations with shopping/planning and cooking are planned for the future - **added** batch editing to user spaces - **added** loading indicator to meal plan card on start page - **added** AND/OR option to meal plan auto planner (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4516](https://github.com/TandoorRecipes/recipes/issues/4516)) - **added** dark mode for markdown editor (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4546](https://github.com/TandoorRecipes/recipes/issues/4546)) - **improved** :mag: search (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4500](https://github.com/TandoorRecipes/recipes/issues/4500)) - fixed several filters - added from to filtering for several filters - added support for the new pantry system in make now - **changed** MealTypes are no longer private to a user but global **within** a space (duplicates are automatically merged) - **changed** the default MealType is now configured in the meal plan settings (old defaults are migrated automatically) - **changed** Bookmarklet and Export log API to only return entries created by the current user - **improved** locale and translation handling (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4525](https://github.com/TandoorRecipes/recipes/issues/4525)) - **improved** date picker in meal plan - **improved** AI promts with JSON format and better error handling (thanks to [@&#8203;stuckvgn](https://github.com/stuckvgn) [#&#8203;4472](https://github.com/TandoorRecipes/recipes/issues/4472)) - **improved** Recipesage importer (thanks to [@&#8203;abrochier](https://github.com/abrochier) [#&#8203;4476](https://github.com/TandoorRecipes/recipes/issues/4476)) - **improved** added related project [morsl](https://github.com/featurecreep-cron/morsl) to docs (thanks to [featurecreep-cron](https://github.com/featurecreep-cron) [#&#8203;4512](https://github.com/TandoorRecipes/recipes/issues/4512)) - **improved** meal plan and all date formatters using selected locale instead of browser locale (thanks to [@&#8203;MrAdam](https://github.com/MrAdam) [#&#8203;4491](https://github.com/TandoorRecipes/recipes/issues/4491)) - **improved** made debug parameter for recipe search only available to admins in DEBUG mode https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-f83r-v3h5-pchf (thanks to [@&#8203;liyander](https://github.com/liyander) [#&#8203;4541](https://github.com/TandoorRecipes/recipes/issues/4541)) - **improved** test setup and speed [#&#8203;4528](https://github.com/TandoorRecipes/recipes/issues/4528) - **improved** search behavior by debouncing keypresses (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4529](https://github.com/TandoorRecipes/recipes/issues/4529)) - **improved** pluralization display (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4532](https://github.com/TandoorRecipes/recipes/issues/4532)) - **improved** switches in recipe ingredients clickable on whole option (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4534](https://github.com/TandoorRecipes/recipes/issues/4534)) - **improved** markdown editor Ctrl+Backspace behavior (thansk to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4535](https://github.com/TandoorRecipes/recipes/issues/4535)) - **fixed** Homeassistant/Connector sync not working when adding trough mealplan (tanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4521](https://github.com/TandoorRecipes/recipes/issues/4521)) - **fixed** shopping order randomly changing [#&#8203;4446](https://github.com/TandoorRecipes/recipes/issues/4446) - **fixed** being able to trigger storage sync for other spaces - **fixed** AI queries having problem with unicode characters (thanks to [@&#8203;jkoopmann](https://github.com/jkoopmann) [#&#8203;4485](https://github.com/TandoorRecipes/recipes/issues/4485)) - **fixed** DB_ENGINE documentation (thanks to [@&#8203;mark-monteiro](https://github.com/mark-monteiro) [#&#8203;4427](https://github.com/TandoorRecipes/recipes/issues/4427)) - **fixed** dragging ingredients with disabled amount (thanks to [@&#8203;Matt-Gore](https://github.com/Matt-Gore) [#&#8203;4520](https://github.com/TandoorRecipes/recipes/issues/4520)) - **fixed** books could contain duplicate entries (manual and from saved search) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4514](https://github.com/TandoorRecipes/recipes/issues/4514)) - **fixed** numbers truncated to 2 decimals no matter what decimal setting [#&#8203;4526](https://github.com/TandoorRecipes/recipes/issues/4526) - **fixed** recipe button in food hierarchy editor searching for keywords [#&#8203;4524](https://github.com/TandoorRecipes/recipes/issues/4524) - **fixed** FDC query endpoint having improper input validation https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-43p3-wx6h-9g7w (thanks to [@&#8203;liyander](https://github.com/liyander) [#&#8203;4541](https://github.com/TandoorRecipes/recipes/issues/4541)) - **fixed** WBP and GIF files not being stripped of metadata https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-9g2j-xccg-9mhq (thanks to [@&#8203;liyander](https://github.com/liyander) [#&#8203;4541](https://github.com/TandoorRecipes/recipes/issues/4541)) - **fixed** fragile sub path configurations (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4513](https://github.com/TandoorRecipes/recipes/issues/4513) fixes [#&#8203;863](https://github.com/TandoorRecipes/recipes/issues/863) [#&#8203;3536](https://github.com/TandoorRecipes/recipes/issues/3536)) - **fixed** book ordering (thanks to [@&#8203;Matt-Gore](https://github.com/Matt-Gore) [#&#8203;4515](https://github.com/TandoorRecipes/recipes/issues/4515)) - **fixed** disable amount not working on mobile [#&#8203;4505](https://github.com/TandoorRecipes/recipes/issues/4505) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4530](https://github.com/TandoorRecipes/recipes/issues/4530)) - **fixed** properties not rounded [#&#8203;3091](https://github.com/TandoorRecipes/recipes/issues/3091) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4531](https://github.com/TandoorRecipes/recipes/issues/4531)) - **fixed** scroll bar behaviour for non stick scrollbar [#&#8203;4260](https://github.com/TandoorRecipes/recipes/issues/4260) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4533](https://github.com/TandoorRecipes/recipes/issues/4533)) - **fixed** open data food import [#&#8203;2972](https://github.com/TandoorRecipes/recipes/issues/2972) [#&#8203;3030](https://github.com/TandoorRecipes/recipes/issues/3030) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4536](https://github.com/TandoorRecipes/recipes/issues/4536)) - **fixed** ingredient note requiring two taps on mobile [#&#8203;4537](https://github.com/TandoorRecipes/recipes/issues/4537) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4537](https://github.com/TandoorRecipes/recipes/issues/4537)) - **fixed** cached CSS displaying wrong theme [#&#8203;4188](https://github.com/TandoorRecipes/recipes/issues/4188) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4539](https://github.com/TandoorRecipes/recipes/issues/4539)) - **fixed** recipe import header handling [#&#8203;4489](https://github.com/TandoorRecipes/recipes/issues/4489) [#&#8203;4445](https://github.com/TandoorRecipes/recipes/issues/4445) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4540](https://github.com/TandoorRecipes/recipes/issues/4540)) - **fixed** Mealie 1.0 importer failing on null step names [#&#8203;4443](https://github.com/TandoorRecipes/recipes/issues/4443) (thanks to [@&#8203;Mardis](https://github.com/Mardis) [#&#8203;4454](https://github.com/TandoorRecipes/recipes/issues/4454)) - **fixed** link to AI docs missing in TOC of docs (thanks to [@&#8203;chWagnr](https://github.com/chWagnr) [#&#8203;4420](https://github.com/TandoorRecipes/recipes/issues/4420)) - **fixed** fixed ingredient editor state reset after save all - **fixed** incorrect status code for shopping api on create [#&#8203;4547](https://github.com/TandoorRecipes/recipes/issues/4547) (thanks to [@&#8203;jonsch318](https://github.com/jonsch318) [#&#8203;4548](https://github.com/TandoorRecipes/recipes/issues/4548)) - **fixed** ability to trigger external file snyncs for other spaces https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-6qpw-gwcq-68fv - **removed** basic auth from rest API https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-7m7c-jjqc-r522 - **updated** translations - **updated** dependencies (including several </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/ghcr.io-tandoorrecipes-recipes-2.x from 38635c73d0 to 6d3225617d 2026-03-27 22:02:59 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.0 to chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.1 2026-03-27 22:03:01 +00:00
renovate-bot force-pushed renovate/ghcr.io-tandoorrecipes-recipes-2.x from 6d3225617d to 9a83a2247d 2026-04-02 08:04:24 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.1 to chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.2 2026-04-02 08:04:27 +00:00
renovate-bot force-pushed renovate/ghcr.io-tandoorrecipes-recipes-2.x from 9a83a2247d to a80a4ff896 2026-04-03 06:03:40 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.2 to chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.3 2026-04-03 06:03:44 +00:00
renovate-bot force-pushed renovate/ghcr.io-tandoorrecipes-recipes-2.x from a80a4ff896 to 290176e763 2026-04-03 10:03:11 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.3 to chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v2.6.4 2026-04-03 10:03:14 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-tandoorrecipes-recipes-2.x:renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch renovate/ghcr.io-tandoorrecipes-recipes-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch renovate/ghcr.io-tandoorrecipes-recipes-2.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch renovate/ghcr.io-tandoorrecipes-recipes-2.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch main
git merge --squash renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch main
git merge --ff-only renovate/ghcr.io-tandoorrecipes-recipes-2.x
git switch main
git merge renovate/ghcr.io-tandoorrecipes-recipes-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peschmae/ansible-home-borr!724
No description provided.