chore(deps): update vabene1111/recipes docker tag to v2.5.3 #604

Merged
catalin merged 1 commit from renovate/vabene1111-recipes-2.x into main 2026-03-12 09:00:08 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vabene1111/recipes minor 2.4.22.5.3

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

TandoorRecipes/recipes (vabene1111/recipes)

v2.5.3

Compare Source

  • fixed mealplan always unsaved after opening

v2.5.2

Compare Source

  • fixed meal plan api normal token not working #​4428

v2.5.1

Compare Source

v2.5.0

Compare Source

Many thanks to all the contributors that did most of the work for this update 🥳


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.


  • 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 | |---|---|---| | [vabene1111/recipes](https://github.com/TandoorRecipes/recipes) | minor | `2.4.2` → `2.5.3` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>TandoorRecipes/recipes (vabene1111/recipes)</summary> ### [`v2.5.3`](https://github.com/TandoorRecipes/recipes/releases/tag/2.5.3) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.5.2...2.5.3) - **fixed** mealplan always unsaved after opening ### [`v2.5.2`](https://github.com/TandoorRecipes/recipes/releases/tag/2.5.2) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.5.1...2.5.2) - **fixed** meal plan api normal token not working [#&#8203;4428](https://github.com/TandoorRecipes/recipes/issues/4428) ### [`v2.5.1`](https://github.com/TandoorRecipes/recipes/releases/tag/2.5.1) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.5.0...2.5.1) - **improved** ingredient parser handling of leading special characters (like `,.-_=+#*|/`) - **changed** start page link icon to "more" text for opening search - **fixed** ical issues [#&#8203;4429](https://github.com/TandoorRecipes/recipes/issues/4429) - **fixed** recipe view performance degradation (thansk to [@&#8203;poikilotherm](https://github.com/poikilotherm) [#&#8203;4426](https://github.com/TandoorRecipes/recipes/issues/4426)) - **fixed** syntax error in template breaking recipe view and editor [#&#8203;4421](https://github.com/TandoorRecipes/recipes/issues/4421) - **fixed** creating food trough shopping list entry failing [#&#8203;4418](https://github.com/TandoorRecipes/recipes/issues/4418) - **fixed** admins could include arbitrary local files trough local storage provider <https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-6485-jr28-52xx> - **fixed** server side request forgery trough redirects/dns rebinding attacks <https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-j6xg-85mh-qqf7> - **fixed** issue with diameter scaling when base servings were not 1 - **updated** dependencies ### [`v2.5.0`](https://github.com/TandoorRecipes/recipes/releases/tag/2.5.0) [Compare Source](https://github.com/TandoorRecipes/recipes/compare/2.4.2...2.5.0) Many thanks to all the contributors that did most of the work for this update 🥳 - **added** ability to subscribe to meal plan using ical [#&#8203;1254](https://github.com/TandoorRecipes/recipes/issues/1254) (button in meal plan view, only visible on desktop for now) - **added** the ability to run tandoor in a container as a non root users (thanks to [@&#8203;wilmardo](https://github.com/wilmardo) [#&#8203;4042](https://github.com/TandoorRecipes/recipes/issues/4042)) - **added** ability to hide login form trough environment variable (thanks to [@&#8203;mattinx](https://github.com/mattinx) [#&#8203;4352](https://github.com/TandoorRecipes/recipes/issues/4352)) - **added** cooklang importer and docs for creating custom integrations (thanks to [@&#8203;doylelew](https://github.com/doylelew) [#&#8203;4304](https://github.com/TandoorRecipes/recipes/issues/4304)) - **added** support (and enabled by default) to include child keywords/foods when searching (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4345](https://github.com/TandoorRecipes/recipes/issues/4345)) - **improved** Chowdown integration and added export (thanks to [@&#8203;buergi](https://github.com/buergi) [#&#8203;4344](https://github.com/TandoorRecipes/recipes/issues/4344)) - **improved** import/export docs (thanks to [loucasal](https://github.com/loucasal) [#&#8203;4399](https://github.com/TandoorRecipes/recipes/issues/4399)) - **improved** error messages during default tandoor import (thanks to [buergi](https://github.com/buergi) [#&#8203;4317](https://github.com/TandoorRecipes/recipes/issues/4317)) - **improved** made the books view more intuitive (thanks to [racehd](https://github.com/racehd) [#&#8203;4154](https://github.com/TandoorRecipes/recipes/issues/4154)) - **improved** properly handle AI timeouts (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4391](https://github.com/TandoorRecipes/recipes/issues/4391)) - **improved** show proper error message when sending email for invite fails [#&#8203;1063](https://github.com/TandoorRecipes/recipes/issues/1063) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4376](https://github.com/TandoorRecipes/recipes/issues/4376)) - **improved** mealie importer to handle broken titles (thanks to [@&#8203;rajacs50](https://github.com/rajacs50) [#&#8203;4366](https://github.com/TandoorRecipes/recipes/issues/4366)) - **improved** ingredient API speed (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4367](https://github.com/TandoorRecipes/recipes/issues/4367)) - **changed** meal plan api to return last 90 and next 360 days if no to/from date is given - **fixed** time handling in meal plans (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4398](https://github.com/TandoorRecipes/recipes/issues/4398)) - **fixed** multi step conversions [#&#8203;4163](https://github.com/TandoorRecipes/recipes/issues/4163) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4397](https://github.com/TandoorRecipes/recipes/issues/4397)) - **fixed** `SOCIAL_DEFAULT_` settings not respected by signup logic [#&#8203;4346](https://github.com/TandoorRecipes/recipes/issues/4346) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4395](https://github.com/TandoorRecipes/recipes/issues/4395)) - **fixed** instructions editor add link background white in dark theme [#&#8203;4318](https://github.com/TandoorRecipes/recipes/issues/4318) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4390](https://github.com/TandoorRecipes/recipes/issues/4390)) - **fixed** cookbook manager import (thanks to [swang62](https://github.com/swang62) [#&#8203;4322](https://github.com/TandoorRecipes/recipes/issues/4322)) - **fixed** typos (thanks to [gordonj](https://github.com/gordonjb) [#&#8203;4255](https://github.com/TandoorRecipes/recipes/issues/4255)) - **fixed** Saffron export not working (thanks to [@&#8203;buergi](https://github.com/buergi) [#&#8203;4316](https://github.com/TandoorRecipes/recipes/issues/4316)) - **fixed** several timezone issues (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4389](https://github.com/TandoorRecipes/recipes/issues/4389)) - **fixed** allow sharing while logged into another space [#&#8203;1238](https://github.com/TandoorRecipes/recipes/issues/1238) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4377](https://github.com/TandoorRecipes/recipes/issues/4377)) - **fixed** ical UID format so ical works in google calendar and protn (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4362](https://github.com/TandoorRecipes/recipes/issues/4362)) - **fixed** recipe creation issue due to property calculation timeout [#&#8203;4356](https://github.com/TandoorRecipes/recipes/issues/4356) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4382](https://github.com/TandoorRecipes/recipes/issues/4382)) - **fixed** return recipes with null ratings in search for unrated recipes [#&#8203;1939](https://github.com/TandoorRecipes/recipes/issues/1939) (thanks to [@&#8203;smilerz](https://github.com/smilerz) [#&#8203;4361](https://github.com/TandoorRecipes/recipes/issues/4361)) - **improved** added helmChart instructions to docs (thanks to [csg33k](https://github.com/csg33k) [#&#8203;4378](https://github.com/TandoorRecipes/recipes/issues/4378)) - **improved** added explicit port binding to plain docker compose example (thanks to [vspaziani](https://github.com/vspaziani) [#&#8203;4225](https://github.com/TandoorRecipes/recipes/issues/4225)) - **improved** AI docs (thanks to [@&#8203;le-lenn](https://github.com/le-lenn) [#&#8203;4319](https://github.com/TandoorRecipes/recipes/issues/4319)) - **fixed** wrong port in synology docs (thanks to [floflausch](https://github.com/floflausch) [#&#8203;4241](https://github.com/TandoorRecipes/recipes/issues/4241)) - **updated** lots of dependencies </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zMS4xMCIsInVwZGF0ZWRJblZlciI6IjQzLjMxLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update vabene1111/recipes docker tag to v2.5.3
Some checks failed
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
79df3456ad
catalin deleted branch renovate/vabene1111-recipes-2.x 2026-03-12 09:00:09 +00:00
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
catalin/fukuops!604
No description provided.