feat(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.5.3 → 2.6.0 (#46450)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | minor | `7ce6534` → `972b590` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)</summary> ### [`v2.6.0`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.0): Households and Pantry [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.5.3...2.6.0) - **added** 🏠 Households - Shopping, Planning and the Pantry are automatically shared between members of a household - ⚠️ 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 [@​smilerz](https://redirect.github.com/smilerz) for fixing all the tests and bugs and improving efficiency [#​4484](https://redirect.github.com/TandoorRecipes/recipes/issues/4484) [#​4544](https://redirect.github.com/TandoorRecipes/recipes/issues/4544) - **added** 📦 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 [@​smilerz](https://redirect.github.com/smilerz) [#​4516](https://redirect.github.com/TandoorRecipes/recipes/issues/4516)) - **added** dark mode for markdown editor (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4546](https://redirect.github.com/TandoorRecipes/recipes/issues/4546)) - **improved** 🔍 search (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4500](https://redirect.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 [@​smilerz](https://redirect.github.com/smilerz) [#​4525](https://redirect.github.com/TandoorRecipes/recipes/issues/4525)) - **improved** date picker in meal plan - **improved** AI promts with JSON format and better error handling (thanks to [@​stuckvgn](https://redirect.github.com/stuckvgn) [#​4472](https://redirect.github.com/TandoorRecipes/recipes/issues/4472)) - **improved** Recipesage importer (thanks to [@​abrochier](https://redirect.github.com/abrochier) [#​4476](https://redirect.github.com/TandoorRecipes/recipes/issues/4476)) - **improved** added related project [morsl](https://redirect.github.com/featurecreep-cron/morsl) to docs (thanks to [featurecreep-cron](https://redirect.github.com/featurecreep-cron) [#​4512](https://redirect.github.com/TandoorRecipes/recipes/issues/4512)) - **improved** meal plan and all date formatters using selected locale instead of browser locale (thanks to [@​MrAdam](https://redirect.github.com/MrAdam) [#​4491](https://redirect.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 [@​liyander](https://redirect.github.com/liyander) [#​4541](https://redirect.github.com/TandoorRecipes/recipes/issues/4541)) - **improved** test setup and speed [#​4528](https://redirect.github.com/TandoorRecipes/recipes/issues/4528) - **improved** search behavior by debouncing keypresses (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4529](https://redirect.github.com/TandoorRecipes/recipes/issues/4529)) - **improved** pluralization display (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4532](https://redirect.github.com/TandoorRecipes/recipes/issues/4532)) - **improved** switches in recipe ingredients clickable on whole option (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4534](https://redirect.github.com/TandoorRecipes/recipes/issues/4534)) - **improved** markdown editor Ctrl+Backspace behavior (thansk to [@​smilerz](https://redirect.github.com/smilerz) [#​4535](https://redirect.github.com/TandoorRecipes/recipes/issues/4535)) - **fixed** Homeassistant/Connector sync not working when adding trough mealplan (tanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4521](https://redirect.github.com/TandoorRecipes/recipes/issues/4521)) - **fixed** shopping order randomly changing [#​4446](https://redirect.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 [@​jkoopmann](https://redirect.github.com/jkoopmann) [#​4485](https://redirect.github.com/TandoorRecipes/recipes/issues/4485)) - **fixed** DB\_ENGINE documentation (thanks to [@​mark-monteiro](https://redirect.github.com/mark-monteiro) [#​4427](https://redirect.github.com/TandoorRecipes/recipes/issues/4427)) - **fixed** dragging ingredients with disabled amount (thanks to [@​Matt-Gore](https://redirect.github.com/Matt-Gore) [#​4520](https://redirect.github.com/TandoorRecipes/recipes/issues/4520)) - **fixed** books could contain duplicate entries (manual and from saved search) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4514](https://redirect.github.com/TandoorRecipes/recipes/issues/4514)) - **fixed** numbers truncated to 2 decimals no matter what decimal setting [#​4526](https://redirect.github.com/TandoorRecipes/recipes/issues/4526) - **fixed** recipe button in food hierarchy editor searching for keywords [#​4524](https://redirect.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 [@​liyander](https://redirect.github.com/liyander) [#​4541](https://redirect.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 [@​liyander](https://redirect.github.com/liyander) [#​4541](https://redirect.github.com/TandoorRecipes/recipes/issues/4541)) - **fixed** fragile sub path configurations (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4513](https://redirect.github.com/TandoorRecipes/recipes/issues/4513) fixes [#​863](https://redirect.github.com/TandoorRecipes/recipes/issues/863) [#​3536](https://redirect.github.com/TandoorRecipes/recipes/issues/3536)) - **fixed** book ordering (thanks to [@​Matt-Gore](https://redirect.github.com/Matt-Gore) [#​4515](https://redirect.github.com/TandoorRecipes/recipes/issues/4515)) - **fixed** disable amount not working on mobile [#​4505](https://redirect.github.com/TandoorRecipes/recipes/issues/4505) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4530](https://redirect.github.com/TandoorRecipes/recipes/issues/4530)) - **fixed** properties not rounded [#​3091](https://redirect.github.com/TandoorRecipes/recipes/issues/3091) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4531](https://redirect.github.com/TandoorRecipes/recipes/issues/4531)) - **fixed** scroll bar behaviour for non stick scrollbar [#​4260](https://redirect.github.com/TandoorRecipes/recipes/issues/4260) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4533](https://redirect.github.com/TandoorRecipes/recipes/issues/4533)) - **fixed** open data food import [#​2972](https://redirect.github.com/TandoorRecipes/recipes/issues/2972) [#​3030](https://redirect.github.com/TandoorRecipes/recipes/issues/3030) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4536](https://redirect.github.com/TandoorRecipes/recipes/issues/4536)) - **fixed** ingredient note requiring two taps on mobile [#​4537](https://redirect.github.com/TandoorRecipes/recipes/issues/4537) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4537](https://redirect.github.com/TandoorRecipes/recipes/issues/4537)) - **fixed** cached CSS displaying wrong theme [#​4188](https://redirect.github.com/TandoorRecipes/recipes/issues/4188) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4539](https://redirect.github.com/TandoorRecipes/recipes/issues/4539)) - **fixed** recipe import header handling [#​4489](https://redirect.github.com/TandoorRecipes/recipes/issues/4489) [#​4445](https://redirect.github.com/TandoorRecipes/recipes/issues/4445) (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​4540](https://redirect.github.com/TandoorRecipes/recipes/issues/4540)) - **fixed** Mealie 1.0 importer failing on null step names [#​4443](https://redirect.github.com/TandoorRecipes/recipes/issues/4443) (thanks to [@​Mardis](https://redirect.github.com/Mardis) [#​4454](https://redirect.github.com/TandoorRecipes/recipes/issues/4454)) - **fixed** link to AI docs missing in TOC of docs (thanks to [@​chWagnr](https://redirect.github.com/chWagnr) [#​4420](https://redirect.github.com/TandoorRecipes/recipes/issues/4420)) - **fixed** fixed ingredient editor state reset after save all - **fixed** incorrect status code for shopping api on create [#​4547](https://redirect.github.com/TandoorRecipes/recipes/issues/4547) (thanks to [@​jonsch318](https://redirect.github.com/jonsch318) [#​4548](https://redirect.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 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFuZG9vci1yZWNpcGVzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.3
|
||||
appVersion: 2.6.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/TandoorRecipes/recipes/pkgs/container/recipes
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes
|
||||
type: application
|
||||
version: 21.0.0
|
||||
version: 21.1.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tandoorrecipes/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.5.3@sha256:7ce6534c9ab0e471fd0f08add67e871b9173fb580c2f86294c3ead025603a3d7
|
||||
tag: 2.6.0@sha256:972b59023b8aa72ed653d99057b93efe235e8b116296604e43c8d843a38c06a7
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user