From 6826499fbfca064b476f5bf8f5ce920a015cd947 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 14 Apr 2026 06:00:37 +0200 Subject: [PATCH] =?UTF-8?q?fix(tandoor-recipes):=20update=20image=20ghcr.i?= =?UTF-8?q?o/tandoorrecipes/recipes=202.6.3=20=E2=86=92=202.6.6=20(#46928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes) ### [`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 [#​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 [#​4563](https://redirect.github.com/TandoorRecipes/recipes/issues/4563) (thanks to [@​igordiogobp](https://redirect.github.com/igordiogobp) [#​4608](https://redirect.github.com/TandoorRecipes/recipes/issues/4608)) - **fixed** vite error (thanks to [@​smilerz](https://redirect.github.com/smilerz) [#​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 [#​4552](https://redirect.github.com/TandoorRecipes/recipes/issues/4552) - **fixed** potential DDoS by limiting uploaded zip file sizes - **updated** FAQ for webserver setups (thanks to [@​JoywinNeilLasrado](https://redirect.github.com/JoywinNeilLasrado) [#​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 - **fixed** a shared user could make changes to a book trough the API - **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 - **fixed** recipe batch update endpoint could be used to update private recipes of other space members if the ID was known - **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 [#​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
--- ### 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. --- - [ ] 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). --- charts/stable/tandoor-recipes/Chart.yaml | 4 ++-- charts/stable/tandoor-recipes/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index e77a40caeda..fe3b5b791f9 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -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 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 67a4c7efc21..4673d6f876e 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -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