fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.6.3 → 2.6.6 (#46928)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| patch | `3b1e66b` → `4416880` |

---

> [!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.6`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.6)

[Compare
Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.5...2.6.6)

- **fixed** household setup not skippable
[#&#8203;4609](https://redirect.github.com/TandoorRecipes/recipes/issues/4609)

###
[`v2.6.5`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.5)

[Compare
Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.4...2.6.5)

- **fixed** docs link to gunicorn docs
[#&#8203;4563](https://redirect.github.com/TandoorRecipes/recipes/issues/4563)
(thanks to
[@&#8203;igordiogobp](https://redirect.github.com/igordiogobp)
[#&#8203;4608](https://redirect.github.com/TandoorRecipes/recipes/issues/4608))
- **fixed** vite error (thanks to
[@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;4592](https://redirect.github.com/TandoorRecipes/recipes/issues/4592))
- **fixed** shopping list error when item has no amount
- **fixed** minus in meal plan editor could remove the date completely
- **fixed** move ingredient dialog not working
[#&#8203;4552](https://redirect.github.com/TandoorRecipes/recipes/issues/4552)
- **fixed** potential DDoS by limiting uploaded zip file sizes
<https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-w8pq-4pwf-r2m8>
- **updated** FAQ for webserver setups (thanks to
[@&#8203;JoywinNeilLasrado](https://redirect.github.com/JoywinNeilLasrado)
[#&#8203;4607](https://redirect.github.com/TandoorRecipes/recipes/issues/4607))
- **updated** dependencies

###
[`v2.6.4`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.4)

[Compare
Source](https://redirect.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://redirect.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

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFuZG9vci1yZWNpcGVzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-04-14 06:00:37 +02:00
committed by GitHub
parent 95f47507bb
commit 6826499fbf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.6.3
appVersion: 2.6.6
dependencies:
- name: common
version: 29.0.10
@@ -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.1.4
version: 21.1.5
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/tandoorrecipes/recipes
pullPolicy: IfNotPresent
tag: 2.6.3@sha256:3b1e66b7df6703d4bc8f56a9efe170a635d0724dc9dc676d7c80582a34f9abbe
tag: 2.6.6@sha256:441688076c5acaa68cee039b789d081daa326e645e717267a1068f0e8d9dd67e
securityContext:
container:
readOnlyRootFilesystem: false